Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.p6spy.engine.spy.P6CoreFactory
com.p6spy.engine.outage.P6OutageFactory
public class P6OutageFactory
extends P6CoreFactory
Constructor Summary | |
Method Summary | |
CallableStatement |
|
Connection |
|
P6Options | |
PreparedStatement |
|
Statement |
|
Methods inherited from class com.p6spy.engine.spy.P6CoreFactory | |
getArray , getCallableStatement , getConnection , getDatabaseMetaData , getOptions , getPreparedStatement , getResultSet , getResultSetMetaData , getStatement |
public CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0) throws SQLException
- Specified by:
- getCallableStatement in interface P6Factory
- Overrides:
- getCallableStatement in interface P6CoreFactory
public Connection getConnection(Connection conn) throws SQLException
- Specified by:
- getConnection in interface P6Factory
- Overrides:
- getConnection in interface P6CoreFactory
public P6Options getOptions() throws SQLException
- Specified by:
- getOptions in interface P6Factory
- Overrides:
- getOptions in interface P6CoreFactory
public PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0) throws SQLException
- Specified by:
- getPreparedStatement in interface P6Factory
- Overrides:
- getPreparedStatement in interface P6CoreFactory
public Statement getStatement(Statement statement, P6Connection conn) throws SQLException
- Specified by:
- getStatement in interface P6Factory
- Overrides:
- getStatement in interface P6CoreFactory