org.apache.openjpa.jdbc.sql
protected abstract static class PostgresDictionary.PostgresPreparedStatement extends DelegatingPreparedStatement
| Constructor and Description |
|---|
PostgresDictionary.PostgresPreparedStatement(java.sql.PreparedStatement ps,
java.sql.Connection conn,
PostgresDictionary dict) |
| Modifier and Type | Method and Description |
|---|---|
protected java.sql.ResultSet |
executeQuery(boolean wrap)
Execute the query, with the option of not wrapping it in a
DelegatingResultSet, which is the default. |
void |
setFetchSize(int i) |
addBatch, addBatch, appendInfo, cancel, clearBatch, clearParameters, clearWarnings, close, equals, execute, execute, execute, execute, execute, executeBatch, executeQuery, executeQuery, executeQuery, executeUpdate, 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, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, toString, unwrap, wrapResultclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXMLpublic PostgresDictionary.PostgresPreparedStatement(java.sql.PreparedStatement ps,
java.sql.Connection conn,
PostgresDictionary dict)
protected java.sql.ResultSet executeQuery(boolean wrap)
throws java.sql.SQLException
DelegatingPreparedStatementDelegatingResultSet, which is the default.executeQuery in class DelegatingPreparedStatementjava.sql.SQLExceptionpublic void setFetchSize(int i)
throws java.sql.SQLException
setFetchSize in interface java.sql.StatementsetFetchSize in class DelegatingPreparedStatementjava.sql.SQLException