Uses of Class
org.hsqldb.jdbc.JDBCConnection

Packages that use JDBCConnection
org.hsqldb.jdbc Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support. 
 

Uses of JDBCConnection in org.hsqldb.jdbc
 

Constructors in org.hsqldb.jdbc with parameters of type JDBCConnection
JDBCCallableStatement(JDBCConnection c, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          Constructs a new JDBCCallableStatement with the specified connection and result type.
JDBCResultSet(JDBCConnection conn, org.hsqldb.jdbc.JDBCStatementBase s, org.hsqldb.result.Result r, org.hsqldb.result.ResultMetaData metaData)
          Constructs a new JDBCResultSet object using the specified navigator and org.hsqldb.result.ResultMetaData.
JDBCResultSet(JDBCConnection conn, org.hsqldb.result.Result r, org.hsqldb.result.ResultMetaData metaData)
           
 



Copyright © 2001 - 2009 HSQL Development Group.