Uses of Class
org.objectweb.cjdbc.driver.Connection

Packages that use Connection
org.objectweb.cjdbc.driver C-JDBC driver core. 
 

Uses of Connection in org.objectweb.cjdbc.driver
 

Fields in org.objectweb.cjdbc.driver declared as Connection
protected  Connection Statement.connection
          The connection that created us
private  Connection DatabaseMetaData.connection
          The connection association
 

Methods in org.objectweb.cjdbc.driver with parameters of type Connection
private  void ConnectionClosingThread.closeConnection(Connection c)
          Closes a connection.
 

Constructors in org.objectweb.cjdbc.driver with parameters of type Connection
CallableStatement(Connection connection, java.lang.String sql)
          CallableStatements syntax is {call procedure_name[(?
PreparedStatement(Connection connection, java.lang.String sqlStatement)
          Constructor.
Statement(Connection c)
          Creates a new Statement instance.
DatabaseMetaData(Connection conn)
          Creates a new DatabaseMetaData instance.
 



Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.