com.p6spy.engine.outage

Class P6OutageCallableStatement

Implemented Interfaces:
CallableStatement, PreparedStatement, Statement

public class P6OutageCallableStatement
extends P6CallableStatement
implements CallableStatement

Description: JDBC Driver Extension implementing CallableStatement. $Author: cheechq $ $Revision: 1.6 $ $Date: 2003/06/03 19:20:22 $ $Id: P6OutageCallableStatement.java,v 1.6 2003/06/03 19:20:22 cheechq Exp $ $Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/outage/P6OutageCallableStatement.java,v $ $Log: P6OutageCallableStatement.java,v $ Revision 1.6 2003/06/03 19:20:22 cheechq removed unused imports Revision 1.5 2003/01/28 17:01:07 jeffgoke rewrote options to the ability for a module to have its own option set Revision 1.4 2002/12/19 16:28:43 aarvesen Removed the checkReload call Revision 1.3 2002/12/09 21:45:44 aarvesen New constructor jdk 1.4 changes Revision 1.2 2002/10/06 18:22:48 jeffgoke no message Revision 1.1 2002/05/24 07:31:28 jeffgoke version 1 rewrite

Field Summary

Fields inherited from class com.p6spy.engine.spy.P6CallableStatement

callStmtPassthru, callableQuery

Fields inherited from class com.p6spy.engine.spy.P6PreparedStatement

P6_GROW_MAX, P6_MAX_FIELDS, isString, prepStmtPassthru, preparedQuery, values

Fields inherited from class com.p6spy.engine.spy.P6Statement

connection, passthru, statementQuery

Fields inherited from class com.p6spy.engine.spy.P6Base

factory

Constructor Summary

P6OutageCallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)

Method Summary

void
addBatch(String p0)
boolean
execute()
boolean
execute(String p0)
boolean
execute(String p0, int p1)
boolean
execute(String p0, p1[] )
boolean
execute(String p0, p1[] )
int[]
executeBatch()
ResultSet
executeQuery()
ResultSet
executeQuery(String p0)
int
executeUpdate()
int
executeUpdate(String p0)
int
executeUpdate(String p0, int p1)
int
executeUpdate(String p0, p1[] )
int
executeUpdate(String p0, p1[] )

Methods inherited from class com.p6spy.engine.spy.P6CallableStatement

getArray, getArray, getBigDecimal, getBigDecimal, getBigDecimal, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getClob, getClob, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getJDBC, getLong, getLong, getObject, getObject, getObject, getObject, getRef, getRef, getShort, getShort, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getURL, getURL, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setAsciiStream, setBigDecimal, setBinaryStream, setBoolean, setByte, setBytes, setCharacterStream, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL, wasNull

Methods inherited from class com.p6spy.engine.spy.P6PreparedStatement

addBatch, clearParameters, execute, executeQuery, executeUpdate, getJDBC, getMetaData, getParameterMetaData, getQueryFromPreparedStatement, getResultSet, getValuesLength, growValues, initValues, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setObjectAsInt, setObjectAsString, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL, setUnicodeStream

Methods inherited from class com.p6spy.engine.spy.P6Statement

addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getJDBC, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout

Methods inherited from class com.p6spy.engine.spy.P6Base

getP6Factory, setP6Factory

Constructor Details

P6OutageCallableStatement

public P6OutageCallableStatement(P6Factory factory,
                                 CallableStatement statement,
                                 P6Connection conn,
                                 String query)

Method Details

addBatch

public void addBatch(String p0)
            throws SQLException
Overrides:
addBatch in interface P6Statement


execute

public boolean execute()
            throws SQLException
Overrides:
execute in interface P6PreparedStatement


execute

public boolean execute(String p0)
            throws SQLException
Overrides:
execute in interface P6Statement


execute

public boolean execute(String p0,
                       int p1)
            throws SQLException
Overrides:
execute in interface P6Statement


execute

public boolean execute(String p0,
                       p1[] )
            throws SQLException
Overrides:
execute in interface P6Statement


execute

public boolean execute(String p0,
                       p1[] )
            throws SQLException
Overrides:
execute in interface P6Statement


executeBatch

public int[] executeBatch()
            throws SQLException
Overrides:
executeBatch in interface P6Statement


executeQuery

public ResultSet executeQuery()
            throws SQLException
Overrides:
executeQuery in interface P6PreparedStatement


executeQuery

public ResultSet executeQuery(String p0)
            throws SQLException
Overrides:
executeQuery in interface P6Statement


executeUpdate

public int executeUpdate()
            throws SQLException
Overrides:
executeUpdate in interface P6PreparedStatement


executeUpdate

public int executeUpdate(String p0)
            throws SQLException
Overrides:
executeUpdate in interface P6Statement


executeUpdate

public int executeUpdate(String p0,
                         int p1)
            throws SQLException
Overrides:
executeUpdate in interface P6Statement


executeUpdate

public int executeUpdate(String p0,
                         p1[] )
            throws SQLException
Overrides:
executeUpdate in interface P6Statement


executeUpdate

public int executeUpdate(String p0,
                         p1[] )
            throws SQLException
Overrides:
executeUpdate in interface P6Statement