Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.hsqldb.jdbcConnection

Uses of jdbcConnection in org.hsqldb
 

Fields in org.hsqldb declared as jdbcConnection
private  jdbcConnection Session.intConnection
           
private  jdbcConnection jdbcStatement.cConnection
          The connection used to execute this statement.
private  jdbcConnection jdbcDatabaseMetaData.cConnection
          The connection this object uses to retrieve instance-specific metadata.
 

Methods in org.hsqldb that return jdbcConnection
(package private)  jdbcConnection Session.getInternalConnection()
           
 

Constructors in org.hsqldb with parameters of type jdbcConnection
jdbcStatement(jdbcConnection c)
          Constructs a new jdbcStatement using the specified connection.
jdbcStatement(jdbcConnection c, int type)
          Constructs a new jdbcStatement with the specified connection and result type.
jdbcPreparedStatement(jdbcConnection c, java.lang.String s)
          Constructs a statement that produces results of the default type.
jdbcPreparedStatement(jdbcConnection c, java.lang.String s, int type)
          Constructs a statement that produces results of the requested type.
jdbcDatabaseMetaData(jdbcConnection c)
          Constructs a new jdbcDatabaseMetaData object using the specified connection.