|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
private Connection |
DriverResultSet.connection
The driver connection we were received from (null on the controller side) |
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[(? |
|
Statement(Connection c)
Creates a new Statement instance. |
|
DatabaseMetaData(Connection conn)
Creates a new DatabaseMetaData instance. |
|
PreparedStatement(Connection connection,
java.lang.String sqlStatement)
Constructor. |
|
DriverResultSet(Connection conn)
Creates a new DriverResultSet object, deserializing it from
an input stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |