public interface P6Factory
Modifier and Type | Method and Description |
---|---|
Array |
getArray(Array real,
P6Statement statement,
String preparedQuery,
String query) |
CallableStatement |
getCallableStatement(CallableStatement real,
P6Connection conn,
String p0) |
Connection |
getConnection(Connection conn) |
DatabaseMetaData |
getDatabaseMetaData(DatabaseMetaData real,
P6Connection conn) |
P6Options |
getOptions() |
PreparedStatement |
getPreparedStatement(PreparedStatement real,
P6Connection conn,
String p0) |
ResultSet |
getResultSet(ResultSet real,
P6Statement statement,
String preparedQuery,
String query) |
ResultSetMetaData |
getResultSetMetaData(ResultSetMetaData real) |
Statement |
getStatement(Statement real,
P6Connection conn) |
P6Options getOptions() throws SQLException
SQLException
Connection getConnection(Connection conn) throws SQLException
SQLException
PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0) throws SQLException
SQLException
Statement getStatement(Statement real, P6Connection conn) throws SQLException
SQLException
CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0) throws SQLException
SQLException
DatabaseMetaData getDatabaseMetaData(DatabaseMetaData real, P6Connection conn) throws SQLException
SQLException
ResultSet getResultSet(ResultSet real, P6Statement statement, String preparedQuery, String query) throws SQLException
SQLException
Array getArray(Array real, P6Statement statement, String preparedQuery, String query) throws SQLException
SQLException
ResultSetMetaData getResultSetMetaData(ResultSetMetaData real) throws SQLException
SQLException