public interface EngineStatement
extends java.sql.Statement
Modifier and Type | Method and Description |
---|---|
void |
closeOnCompletion() |
long[] |
executeLargeBatch() |
long |
executeLargeUpdate(java.lang.String sql) |
long |
executeLargeUpdate(java.lang.String sql,
int autoGeneratedKeys) |
long |
executeLargeUpdate(java.lang.String sql,
int[] columnIndexes) |
long |
executeLargeUpdate(java.lang.String sql,
java.lang.String[] columnNames) |
long |
getLargeMaxRows() |
long |
getLargeUpdateCount() |
boolean |
getMoreResults(int current)
Identical to the JDBC 3 getMoreResults(int).
|
int |
getResultSetHoldability()
Identical to the JDBC 3 getResultSetHoldability(int).
|
boolean |
isClosed()
Identical to the JDBC 4 isClosed() method.
|
boolean |
isCloseOnCompletion() |
void |
setLargeMaxRows(long max) |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
boolean getMoreResults(int current) throws java.sql.SQLException
getMoreResults
in interface java.sql.Statement
java.sql.SQLException
Statement.getMoreResults(int)
int getResultSetHoldability() throws java.sql.SQLException
getResultSetHoldability
in interface java.sql.Statement
java.sql.SQLException
Statement.getResultSetHoldability()
boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.Statement
java.sql.SQLException
void closeOnCompletion() throws java.sql.SQLException
closeOnCompletion
in interface java.sql.Statement
java.sql.SQLException
boolean isCloseOnCompletion() throws java.sql.SQLException
isCloseOnCompletion
in interface java.sql.Statement
java.sql.SQLException
long[] executeLargeBatch() throws java.sql.SQLException
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql) throws java.sql.SQLException
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql, int autoGeneratedKeys) throws java.sql.SQLException
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql, int[] columnIndexes) throws java.sql.SQLException
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
java.sql.SQLException
long getLargeMaxRows() throws java.sql.SQLException
java.sql.SQLException
long getLargeUpdateCount() throws java.sql.SQLException
java.sql.SQLException
void setLargeMaxRows(long max) throws java.sql.SQLException
java.sql.SQLException
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.