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 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)
           
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.