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)
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 RealSQLDriver
java.sql.DatabaseMetaData
in
RealSQLDatabaseMetaData
java.sql.ResultSetMetaData
in
RealSQLResultSetMetaData
java.sql.Connection
in RealSQLConnection
java.sql.ResultSet
in RealSQLResultSet
java.sql.Statement
in RealSQLStatement
java.sql.PreparedStatement
in
RealSQLPreparedStatement
java.sql.CallableStatement
in
RealSQLCallableStatement
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.