java.lang.AutoCloseable
, java.sql.Statement
, java.sql.Wrapper
EngineCallableStatement
, EnginePreparedStatement
BrokeredCallableStatement
, BrokeredCallableStatement42
, BrokeredPreparedStatement
, BrokeredPreparedStatement42
, BrokeredStatement
, EmbedCallableStatement
, EmbedCallableStatement42
, EmbedPreparedStatement
, EmbedPreparedStatement42
, EmbedStatement
public interface EngineStatement
extends java.sql.Statement
Modifier and Type | Method | 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 |
isCloseOnCompletion() |
|
void |
setLargeMaxRows(long max) |
addBatch, cancel, clearBatch, clearWarnings, close, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, isSimpleIdentifier, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
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
executeLargeBatch
in interface java.sql.Statement
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql) throws java.sql.SQLException
executeLargeUpdate
in interface java.sql.Statement
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql, int autoGeneratedKeys) throws java.sql.SQLException
executeLargeUpdate
in interface java.sql.Statement
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql, int[] columnIndexes) throws java.sql.SQLException
executeLargeUpdate
in interface java.sql.Statement
java.sql.SQLException
long executeLargeUpdate(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
executeLargeUpdate
in interface java.sql.Statement
java.sql.SQLException
long getLargeMaxRows() throws java.sql.SQLException
getLargeMaxRows
in interface java.sql.Statement
java.sql.SQLException
long getLargeUpdateCount() throws java.sql.SQLException
getLargeUpdateCount
in interface java.sql.Statement
java.sql.SQLException
void setLargeMaxRows(long max) throws java.sql.SQLException
setLargeMaxRows
in interface java.sql.Statement
java.sql.SQLException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.