org.apache.openjpa.jdbc.kernel
protected abstract class JDBCStoreManager.CancelPreparedStatement extends DelegatingPreparedStatement
Constructor and Description |
---|
JDBCStoreManager.CancelPreparedStatement(java.sql.PreparedStatement stmnt,
java.sql.Connection conn) |
Modifier and Type | Method and Description |
---|---|
int[] |
executeBatch() |
protected java.sql.ResultSet |
executeQuery(boolean wrap)
Execute the query, with the option of not wrapping it in a
DelegatingResultSet , which is the default. |
int |
executeUpdate() |
addBatch, addBatch, appendInfo, cancel, clearBatch, clearParameters, clearWarnings, close, equals, execute, execute, execute, execute, execute, executeQuery, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getDelegate, getFetchDirection, getFetchSize, getGeneratedKeys, getInnermostDelegate, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSet, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, hashCode, isWrapperFor, newInstance, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, toString, unwrap, wrapResult
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXML
public JDBCStoreManager.CancelPreparedStatement(java.sql.PreparedStatement stmnt, java.sql.Connection conn)
public int executeUpdate() throws java.sql.SQLException
executeUpdate
in interface java.sql.PreparedStatement
executeUpdate
in class DelegatingPreparedStatement
java.sql.SQLException
protected java.sql.ResultSet executeQuery(boolean wrap) throws java.sql.SQLException
DelegatingPreparedStatement
DelegatingResultSet
, which is the default.executeQuery
in class DelegatingPreparedStatement
java.sql.SQLException
public int[] executeBatch() throws java.sql.SQLException
executeBatch
in interface java.sql.Statement
executeBatch
in class DelegatingPreparedStatement
java.sql.SQLException