public class P6OutageFactory extends P6CoreFactory
Constructor and Description |
---|
P6OutageFactory() |
Modifier and Type | Method and Description |
---|---|
java.sql.CallableStatement |
getCallableStatement(java.sql.CallableStatement real,
P6Connection conn,
java.lang.String p0) |
java.sql.Connection |
getConnection(java.sql.Connection conn) |
P6Options |
getOptions() |
java.sql.PreparedStatement |
getPreparedStatement(java.sql.PreparedStatement real,
P6Connection conn,
java.lang.String p0) |
java.sql.Statement |
getStatement(java.sql.Statement statement,
P6Connection conn) |
getArray, getDatabaseMetaData, getResultSet, getResultSetMetaData
public java.sql.Connection getConnection(java.sql.Connection conn) throws java.sql.SQLException
getConnection
in interface P6Factory
getConnection
in class P6CoreFactory
java.sql.SQLException
public java.sql.PreparedStatement getPreparedStatement(java.sql.PreparedStatement real, P6Connection conn, java.lang.String p0) throws java.sql.SQLException
getPreparedStatement
in interface P6Factory
getPreparedStatement
in class P6CoreFactory
java.sql.SQLException
public java.sql.Statement getStatement(java.sql.Statement statement, P6Connection conn) throws java.sql.SQLException
getStatement
in interface P6Factory
getStatement
in class P6CoreFactory
java.sql.SQLException
public java.sql.CallableStatement getCallableStatement(java.sql.CallableStatement real, P6Connection conn, java.lang.String p0) throws java.sql.SQLException
getCallableStatement
in interface P6Factory
getCallableStatement
in class P6CoreFactory
java.sql.SQLException
public P6Options getOptions() throws java.sql.SQLException
getOptions
in interface P6Factory
getOptions
in class P6CoreFactory
java.sql.SQLException