|
||||||||||
| 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 ResultSet |
ResultSet.wrap(ResultSet resultset,
Connection connection)
|
static CallableStatement |
CallableStatement.wrapCallableStatement(CallableStatement callableStatement,
String sql,
Connection connection)
|
static PreparedStatement |
PreparedStatement.wrapPreparedStatement(PreparedStatement preparedStatement,
String sql,
Connection connection)
|
static Statement |
Statement.wrapStatement(Statement statement,
Connection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||