|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EngineStatement
Additional methods the embedded engine exposes on its Statement object implementations. An internal api only, mainly for the network server. Allows consistent interaction between emebdded statements and brokered statements.
| 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 |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface java.sql.Statement |
|---|
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 |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
boolean getMoreResults(int current)
throws java.sql.SQLException
getMoreResults in interface java.sql.Statementjava.sql.SQLExceptionStatement.getMoreResults(int)
int getResultSetHoldability()
throws java.sql.SQLException
getResultSetHoldability in interface java.sql.Statementjava.sql.SQLExceptionStatement.getResultSetHoldability()
boolean isClosed()
throws java.sql.SQLException
isClosed in interface java.sql.Statementjava.sql.SQLException
void closeOnCompletion()
throws java.sql.SQLException
java.sql.SQLException
boolean isCloseOnCompletion()
throws java.sql.SQLException
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
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||