org.apache.openjpa.jdbc.kernel
Class JDBCStoreManager.CancelPreparedStatement
java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
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.
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 |
JDBCStoreManager.CancelPreparedStatement
public JDBCStoreManager.CancelPreparedStatement(PreparedStatement stmnt,
Connection conn)
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.