Uses of Class
nl.knowledgeplaza.util.jdbc.Connection

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)
           
 



Copyright © 2010. All Rights Reserved.