org.apache.derby.iapi.jdbc
Interface EngineStatement

All Superinterfaces:
java.sql.Statement, java.sql.Wrapper
All Known Implementing Classes:
BrokeredCallableStatement, BrokeredCallableStatement30, BrokeredCallableStatement40, BrokeredPreparedStatement, BrokeredPreparedStatement30, BrokeredPreparedStatement40, BrokeredStatement, BrokeredStatement40, EmbedCallableStatement, EmbedCallableStatement169, EmbedCallableStatement20, EmbedCallableStatement30, EmbedCallableStatement40, EmbedPreparedStatement, EmbedPreparedStatement169, EmbedPreparedStatement20, EmbedPreparedStatement30, EmbedPreparedStatement40, EmbedStatement, EmbedStatement40

public interface EngineStatement
extends java.sql.Statement

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
 boolean getMoreResults(int current)
          Identical to the JDBC 3 getMoreResults(int).
 int getResultSetHoldability()
          Identical to the JDBC 3 getResultSetHoldability(int).
 
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, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

getMoreResults

boolean getMoreResults(int current)
                       throws java.sql.SQLException
Identical to the JDBC 3 getMoreResults(int).

Specified by:
getMoreResults in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.getMoreResults(int)

getResultSetHoldability

int getResultSetHoldability()
                            throws java.sql.SQLException
Identical to the JDBC 3 getResultSetHoldability(int).

Specified by:
getResultSetHoldability in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.getResultSetHoldability()

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.