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, closeOnCompletion, 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, initialize, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, 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, 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, wrapResultpublic 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.SQLExceptionCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.