public class P6LogFactory extends P6CoreFactory
Constructor and Description |
---|
P6LogFactory() |
Modifier and Type | Method and Description |
---|---|
CallableStatement |
getCallableStatement(CallableStatement real,
P6Connection conn,
String p0) |
Connection |
getConnection(Connection conn) |
PreparedStatement |
getPreparedStatement(PreparedStatement real,
P6Connection conn,
String p0) |
ResultSet |
getResultSet(ResultSet real,
P6Statement statement,
String preparedQuery,
String query) |
Statement |
getStatement(Statement statement,
P6Connection conn) |
getArray, getDatabaseMetaData, getOptions, getResultSetMetaData
public Connection getConnection(Connection conn) throws SQLException
getConnection
in interface P6Factory
getConnection
in class P6CoreFactory
SQLException
public PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0) throws SQLException
getPreparedStatement
in interface P6Factory
getPreparedStatement
in class P6CoreFactory
SQLException
public Statement getStatement(Statement statement, P6Connection conn) throws SQLException
getStatement
in interface P6Factory
getStatement
in class P6CoreFactory
SQLException
public CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0) throws SQLException
getCallableStatement
in interface P6Factory
getCallableStatement
in class P6CoreFactory
SQLException
public ResultSet getResultSet(ResultSet real, P6Statement statement, String preparedQuery, String query) throws SQLException
getResultSet
in interface P6Factory
getResultSet
in class P6CoreFactory
SQLException