|
|||||||||||
| 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 | |
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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||