Constructors in org.tranql.connector.jdbc with parameters of type ConnectionWrapper |
PreparedStatementKey(ConnectionWrapper c,
String sql)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int autoGeneratedKeys)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int[] columnIndexes)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int resultSetType,
int resultSetConcurrency)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
|
PreparedStatementKey(ConnectionWrapper c,
String sql,
String[] columnNames)
|
PreparedStatementWrapper(ConnectionWrapper cw,
String sql,
PreparedStatement ps,
long prepareTime)
|