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.
Reality V15.2 Online Documentation (MoTW) Revision 3
JDBC Interfaces (RealSQL-JDBC) (javasql.htm)
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:
java.sql.Driver in RealSQLDriverjava.sql.DatabaseMetaData in
RealSQLDatabaseMetaDatajava.sql.ResultSetMetaData in
RealSQLResultSetMetaDatajava.sql.Connection in RealSQLConnectionjava.sql.ResultSet in RealSQLResultSetjava.sql.Statement in RealSQLStatementjava.sql.PreparedStatement in
RealSQLPreparedStatementjava.sql.CallableStatement in
RealSQLCallableStatementFor 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.