public class P6CoreFactory extends Object implements P6Factory
Constructor and Description |
---|
P6CoreFactory() |
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 statement,
P6Connection conn) |
public Connection getConnection(Connection conn) throws SQLException
getConnection
in interface P6Factory
SQLException
public PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0) throws SQLException
getPreparedStatement
in interface P6Factory
SQLException
public Statement getStatement(Statement statement, P6Connection conn) throws SQLException
getStatement
in interface P6Factory
SQLException
public CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0) throws SQLException
getCallableStatement
in interface P6Factory
SQLException
public DatabaseMetaData getDatabaseMetaData(DatabaseMetaData real, P6Connection conn) throws SQLException
getDatabaseMetaData
in interface P6Factory
SQLException
public ResultSet getResultSet(ResultSet real, P6Statement statement, String preparedQuery, String query) throws SQLException
getResultSet
in interface P6Factory
SQLException
public Array getArray(Array real, P6Statement statement, String preparedQuery, String query) throws SQLException
getArray
in interface P6Factory
SQLException
public ResultSetMetaData getResultSetMetaData(ResultSetMetaData real) throws SQLException
getResultSetMetaData
in interface P6Factory
SQLException
public P6Options getOptions() throws SQLException
getOptions
in interface P6Factory
SQLException