|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| nl.knowledgeplaza.util.jdbc | |
| Uses of Connection in nl.knowledgeplaza.util.jdbc |
|---|
| Methods in nl.knowledgeplaza.util.jdbc that return Connection | |
|---|---|
Connection |
Statement.getConnection()
|
Connection |
ResultSet.getConnection()
|
Connection |
PreparedStatement.getConnection()
|
| Methods in nl.knowledgeplaza.util.jdbc with parameters of type Connection | |
|---|---|
void |
Statement.setConnection(Connection value)
|
void |
ResultSet.setConnection(Connection value)
|
void |
PreparedStatement.setConnection(Connection value)
|
static java.sql.ResultSet |
ResultSet.wrap(java.sql.ResultSet resultset,
Connection connection)
|
static java.sql.CallableStatement |
CallableStatement.wrapCallableStatement(java.sql.CallableStatement callableStatement,
java.lang.String sql,
Connection connection)
|
static java.sql.PreparedStatement |
PreparedStatement.wrapPreparedStatement(java.sql.PreparedStatement preparedStatement,
java.lang.String sql,
Connection connection)
|
static java.sql.Statement |
Statement.wrapStatement(java.sql.Statement statement,
Connection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||