External Interfaces > Reality Java Interface > SQL/JDBC Interface to Reality > JDBC Interfaces (RealSQL-JDBC)

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

JDBC Interfaces (RealSQL-JDBC) (javasql.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

JDBC Interfaces

The Reality SQL/JDBC driver implementation is a subset of Java interfaces and classes defined by the Java 2 Platform, Standard Edition, v1.2.2 API Specification, which incorporates the JDBC 2.0 Core API Specification. The driver implements the following interfaces:

For a complete description of the interfaces, classes and methods in the java.sql package, please refer to Sun's JDBC website: http://java.sun.com/products/jdk/1.2/docs/guide/jdbc/index.html .

The JavaDocs for the REALITY SQL/JDBC classes show which methods in the java.sql interfaces are supported. If you call a method that is not supported, an SQLException is thrown.

RealityV15.1 (MoTW) Revision 7Comment on this topic