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