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
private  Connection DatabaseMetaData.connection
          The connection association
protected  Connection Statement.connection
          The connection that created us
 

Methods in org.objectweb.cjdbc.driver with parameters of type Connection
private  void ConnectionClosingThread.closeConnection(Connection c)
          Closes a connection.
private  java.sql.Connection Driver.setParametersOnConnection(java.util.Properties props, Connection connection)
          Set the different parameters on the 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.
DatabaseMetaData(Connection conn)
          Creates a new DatabaseMetaData instance.
Statement(Connection c)
          Creates a new Statement instance.
 



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