com.p6spy.engine.outage
Class P6OutageCallableStatement
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
public P6OutageCallableStatement(
P6Factory factory, CallableStatement statement,
P6Connection conn, String query)
public void addBatch(String p0)
public boolean execute()
public boolean execute(String p0)
public boolean execute(String p0, int p1)
public boolean execute(String p0, int[] p1)
public boolean execute(String p0, String[] p1)
public int[] executeBatch()
public ResultSet executeQuery()
public ResultSet executeQuery(String p0)
public int executeUpdate()
public int executeUpdate(String p0)
public int executeUpdate(String p0, int p1)
public int executeUpdate(String p0, int[] p1)
public int executeUpdate(String p0, String[] p1)