org.apache.openjpa.jdbc.kernel
Class JDBCStoreManager.CancelPreparedStatement

java.lang.Object
  extended by org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
      extended by org.apache.openjpa.jdbc.kernel.JDBCStoreManager.CancelPreparedStatement
All Implemented Interfaces:
PreparedStatement, Statement, Wrapper, Closeable
Enclosing class:
JDBCStoreManager

protected abstract class JDBCStoreManager.CancelPreparedStatement
extends DelegatingPreparedStatement

Statement type that adds and removes itself from the set of active statements so that it can be canceled.


Field Summary
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Constructor Summary
JDBCStoreManager.CancelPreparedStatement(PreparedStatement stmnt, Connection conn)
           
 
Method Summary
 boolean execute()
           
 boolean execute(String s)
           
 boolean execute(String s, int i)
           
 boolean execute(String s, int[] ia)
           
 boolean execute(String s, String[] sa)
           
 int[] executeBatch()
           
protected  ResultSet executeQuery(boolean wrap)
          Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
 int executeUpdate()
           
 int executeUpdate(String s)
           
 int executeUpdate(String s, int i)
           
 int executeUpdate(String s, int[] ia)
           
 int executeUpdate(String s, String[] sa)
           
 
Methods inherited from class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
addBatch, addBatch, appendInfo, cancel, clearBatch, clearParameters, clearWarnings, close, equals, executeQuery, executeQuery, executeQuery, getConnection, getDelegate, getFetchDirection, getFetchSize, getGeneratedKeys, getInnermostDelegate, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSet, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, hashCode, isClosed, isPoolable, isWrapperFor, newInstance, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setPoolable, setQueryTimeout, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, toString, unwrap, wrapResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDBCStoreManager.CancelPreparedStatement

public JDBCStoreManager.CancelPreparedStatement(PreparedStatement stmnt,
                                                Connection conn)
Method Detail

executeUpdate

public int executeUpdate()
                  throws SQLException
Specified by:
executeUpdate in interface PreparedStatement
Overrides:
executeUpdate in class DelegatingPreparedStatement
Throws:
SQLException

executeQuery

protected ResultSet executeQuery(boolean wrap)
                          throws SQLException
Description copied from class: DelegatingPreparedStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.

Overrides:
executeQuery in class DelegatingPreparedStatement
Throws:
SQLException

executeBatch

public int[] executeBatch()
                   throws SQLException
Specified by:
executeBatch in interface Statement
Overrides:
executeBatch in class DelegatingPreparedStatement
Throws:
SQLException

execute

public boolean execute()
                throws SQLException
Specified by:
execute in interface PreparedStatement
Overrides:
execute in class DelegatingPreparedStatement
Throws:
SQLException

execute

public boolean execute(String s)
                throws SQLException
Specified by:
execute in interface Statement
Overrides:
execute in class DelegatingPreparedStatement
Throws:
SQLException

executeUpdate

public int executeUpdate(String s)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Overrides:
executeUpdate in class DelegatingPreparedStatement
Throws:
SQLException

executeUpdate

public int executeUpdate(String s,
                         int i)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Overrides:
executeUpdate in class DelegatingPreparedStatement
Throws:
SQLException

executeUpdate

public int executeUpdate(String s,
                         int[] ia)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Overrides:
executeUpdate in class DelegatingPreparedStatement
Throws:
SQLException

executeUpdate

public int executeUpdate(String s,
                         String[] sa)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Overrides:
executeUpdate in class DelegatingPreparedStatement
Throws:
SQLException

execute

public boolean execute(String s,
                       int i)
                throws SQLException
Specified by:
execute in interface Statement
Overrides:
execute in class DelegatingPreparedStatement
Throws:
SQLException

execute

public boolean execute(String s,
                       int[] ia)
                throws SQLException
Specified by:
execute in interface Statement
Overrides:
execute in class DelegatingPreparedStatement
Throws:
SQLException

execute

public boolean execute(String s,
                       String[] sa)
                throws SQLException
Specified by:
execute in interface Statement
Overrides:
execute in class DelegatingPreparedStatement
Throws:
SQLException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.