|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
org.apache.openjpa.jdbc.sql.PostgresDictionary.PostgresPreparedStatement
protected abstract static class PostgresDictionary.PostgresPreparedStatement
Statement wrapper to work around the postgres empty result set bug.
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 | |
---|---|
PostgresDictionary.PostgresPreparedStatement(java.sql.PreparedStatement ps,
java.sql.Connection conn,
PostgresDictionary dict)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.sql.PreparedStatement |
---|
setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXML |
Methods inherited from interface java.sql.Statement |
---|
isClosed, isPoolable, setPoolable |
Constructor Detail |
---|
public PostgresDictionary.PostgresPreparedStatement(java.sql.PreparedStatement ps, java.sql.Connection conn, PostgresDictionary dict)
Method Detail |
---|
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 void setFetchSize(int i) throws java.sql.SQLException
setFetchSize
in interface java.sql.Statement
setFetchSize
in class DelegatingPreparedStatement
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |