| java.lang.Object org.apache.derby.client.am.Statement org.apache.derby.client.am.Statement40
Statement40 | public class Statement40 extends Statement (Code) | | Implements JDBC 4.0 specific methods
|
Statement40 | public Statement40(Agent agent, Connection connection) throws SqlException(Code) | | Calls the super class constructor to pass the parameters
Parameters: agent - Agent Parameters: connection - Connection throws: SqlException - |
Statement40 | public Statement40(Agent agent, Connection connection, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code) | | Calls the superclass constructor to pass the arguments
Parameters: agent - Agent Parameters: connection - Connection Parameters: type - int Parameters: concurrency - int Parameters: holdability - int Parameters: autoGeneratedKeys - int Parameters: columnNames - String[] throws: SqlException - |
unwrap | public T unwrap(java.lang.Class<T> interfaces) throws SQLException(Code) | | Returns this if this class implements the interface
Parameters: interfaces - a Class defining an interface an object that implements the interface throws: java.sql.SQLExption - if no object if found that implements the interface |
Methods inherited from org.apache.derby.client.am.Statement | public void accumulateWarning(SqlWarning e)(Code)(Java Doc) public void addBatch(String sql) throws SQLException(Code)(Java Doc) String cacheCursorAttributesToSendOnPrepare() throws SqlException(Code)(Java Doc) public void cancel() throws SQLException(Code)(Java Doc) void checkAutoGeneratedKeysParameters() throws SqlException(Code)(Java Doc) void checkForAppropriateSqlMode(int executeType, int sqlMode) throws SqlException(Code)(Java Doc) void checkForClosedStatement() throws SqlException(Code)(Java Doc) protected void checkForDuplicateCursorName() throws SqlException(Code)(Java Doc) void checkForInvalidBatchedSql(String sql) throws SqlException(Code)(Java Doc) final protected void checkForStoredProcResultSetCount(int executeType) throws SqlException(Code)(Java Doc) public void clearBatch() throws SQLException(Code)(Java Doc) public void clearWarnings() throws SQLException(Code)(Java Doc) public void clearWarningsX()(Code)(Java Doc) public void close() throws SQLException(Code)(Java Doc) public void closeX() throws SqlException(Code)(Java Doc) public void completeExecute(Sqlca sqlca)(Code)(Java Doc) public void completeExecuteCall(Sqlca sqlca, Cursor singletonParams, ResultSet[] resultSets)(Code)(Java Doc) public void completeExecuteCall(Sqlca sqlca, Cursor singletonParams)(Code)(Java Doc) public void completeExecuteCallOpenQuery(Sqlca sqlca, ResultSet resultSet, ColumnMetaData resultSetMetaData, Section generatedSection)(Code)(Java Doc) public void completeExecuteImmediate(Sqlca sqlca)(Code)(Java Doc) public void completeExecuteSetStatement(Sqlca sqlca)(Code)(Java Doc) public void completeLocalCommit(java.util.Iterator listenerIterator)(Code)(Java Doc) public void completeLocalRollback(java.util.Iterator listenerIterator)(Code)(Java Doc) public void completeOpenQuery(Sqlca sqlca, ResultSet resultSet)(Code)(Java Doc) public void completePrepare(Sqlca sqlca)(Code)(Java Doc) public void completePrepareDescribeOutput(ColumnMetaData resultSetMetaData, Sqlca sqlca)(Code)(Java Doc) public int completeSqlca(Sqlca sqlca)(Code)(Java Doc) protected String constructSelectFromInsertSQL(String sql)(Code)(Java Doc) String escape(String sql) throws SqlException(Code)(Java Doc) public boolean execute(String sql) throws SQLException(Code)(Java Doc) public boolean execute(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc) public boolean execute(String sql, int columnIndexes) throws SQLException(Code)(Java Doc) public boolean execute(String sql, String columnNames) throws SQLException(Code)(Java Doc) public int[] executeBatch() throws SQLException, BatchUpdateException(Code)(Java Doc) public java.sql.ResultSet executeQuery(String sql) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, int columnIndexes) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, String columnNames) throws SQLException(Code)(Java Doc) boolean executeX(String sql) throws SqlException(Code)(Java Doc) String[] extractCursorNameFromWhereCurrentOf(String sql)(Code)(Java Doc) protected void finalize() throws java.lang.Throwable(Code)(Java Doc) void flowExecuteBatch(int[] updateCounts) throws SqlException, BatchUpdateException(Code)(Java Doc) public java.sql.Connection getConnection() throws SQLException(Code)(Java Doc) public ConnectionCallbackInterface getConnectionCallbackInterface()(Code)(Java Doc) public int getFetchDirection() throws SQLException(Code)(Java Doc) public int getFetchSize() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getGeneratedKeys() throws SQLException(Code)(Java Doc) public ColumnMetaData getGuessedResultSetMetaData()(Code)(Java Doc) protected String getJdbcStatementInterfaceName()(Code)(Java Doc) public int getMaxFieldSize() throws SQLException(Code)(Java Doc) public int getMaxRows() throws SQLException(Code)(Java Doc) public boolean getMoreResults() throws SQLException(Code)(Java Doc) public boolean getMoreResults(int current) throws SQLException(Code)(Java Doc) void getPreparedStatementForAutoGeneratedKeys() throws SqlException(Code)(Java Doc) String getProcedureName(String sql) throws SqlException(Code)(Java Doc) public int getQueryTimeout() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getResultSet() throws SQLException(Code)(Java Doc) public int getResultSetConcurrency() throws SQLException(Code)(Java Doc) public int getResultSetHoldability() throws SQLException(Code)(Java Doc) public int getResultSetType() throws SQLException(Code)(Java Doc) protected SqlWarning getSqlWarnings()(Code)(Java Doc) public int getUpdateCount() throws SQLException(Code)(Java Doc) public java.sql.SQLWarning getWarnings() throws SQLException(Code)(Java Doc) protected void initResetPreparedStatement()(Code)(Java Doc) public boolean isClosed() throws SQLException(Code)(Java Doc) public boolean isPoolable() throws SQLException(Code)(Java Doc) public boolean isQueryMode()(Code)(Java Doc) public boolean isWrapperFor(Class iface) throws SQLException(Code)(Java Doc) protected SQLException jdbc3FeatureNotSupported(boolean checkStatement) throws SQLException(Code)(Java Doc) protected SQLException jdbc3FeatureNotSupported() throws SQLException(Code)(Java Doc) public void listenToUnitOfWork()(Code)(Java Doc) void mapCursorNameToResultSet()(Code)(Java Doc) public void markAutoCommitted()(Code)(Java Doc) void markClosed()(Code)(Java Doc) void markClosed(boolean removeListener)(Code)(Java Doc) void markClosedOnServer()(Code)(Java Doc) void markPreparedStatementForAutoGeneratedKeysClosed()(Code)(Java Doc) void markResultSetsClosed()(Code)(Java Doc) void markResultSetsClosed(boolean removeListener)(Code)(Java Doc) void parseSqlAndSetSqlModes(String sql) throws SqlException(Code)(Java Doc) void parseStorProcReturnedScrollableRowset() throws SqlException(Code)(Java Doc) void prepareAutoGeneratedKeysStatement() throws SqlException(Code)(Java Doc) final void readClose(boolean allowAutoCommits) throws SqlException(Code)(Java Doc) void readCloseResultSets(boolean allowAutoCommits) throws SqlException(Code)(Java Doc) void readCloseResultSets(int number, boolean allowAutoCommits) throws SqlException(Code)(Java Doc) public void readExecuteCall() throws SqlException(Code)(Java Doc) public void readExecuteImmediate() throws SqlException(Code)(Java Doc) public void readExecuteImmediateForBatch(String sql) throws SqlException(Code)(Java Doc) public void readOpenQuery() throws SqlException(Code)(Java Doc) public void readPrepare() throws SqlException(Code)(Java Doc) void readPrepareAutoGeneratedKeysStatement() throws SqlException(Code)(Java Doc) public void readPrepareDescribeOutput() throws SqlException(Code)(Java Doc) public void readSetSpecialRegister() throws SqlException(Code)(Java Doc) protected void removeClientCursorNameFromCache()(Code)(Java Doc) public void reset(boolean fullReset) throws SqlException(Code)(Java Doc) void resetCursorNameAndRemoveFromWhereCurrentOfMappings()(Code)(Java Doc) public void resetStatement(Agent agent, Connection connection) throws SqlException(Code)(Java Doc) public void resetStatement(Agent agent, Connection connection, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)(Java Doc) public void resultSetCommitting(ResultSet closingRS) throws SqlException(Code)(Java Doc) public boolean resultSetCommitting(ResultSet closingRS, boolean writeChain) throws SqlException(Code)(Java Doc) public void setCursorName(String name) throws SQLException(Code)(Java Doc) public void setEscapeProcessing(boolean enable) throws SQLException(Code)(Java Doc) public void setFetchDirection(int direction) throws SQLException(Code)(Java Doc) public void setFetchSize(int rows) throws SQLException(Code)(Java Doc) public void setMaxFieldSize(int max) throws SQLException(Code)(Java Doc) public void setMaxRows(int maxRows) throws SQLException(Code)(Java Doc) public void setPoolable(boolean poolable) throws SQLException(Code)(Java Doc) public void setQueryTimeout(int seconds) throws SQLException(Code)(Java Doc) public void setUpdateCount(int updateCount)(Code)(Java Doc) protected void setupCursorNameCacheAndMappings()(Code)(Java Doc) protected String substituteClientCursorNameWithServerCursorName(String sql, Section section) throws SqlException(Code)(Java Doc) public static String upperCaseProcedureName(String procedureName) throws SqlException(Code)(Java Doc) final void writeClose(boolean allowAutoCommits) throws SqlException(Code)(Java Doc) boolean writeCloseResultSets(boolean allowAutoCommits) throws SqlException(Code)(Java Doc) boolean writeCloseResultSets(int number, boolean allowAutoCommits) throws SqlException(Code)(Java Doc) public void writeExecuteCall(boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) throws SqlException(Code)(Java Doc) public void writeExecuteImmediate(String sql, Section section) throws SqlException(Code)(Java Doc) public void writeOpenQuery(Section section, int fetchSize, int resultSetType) throws SqlException(Code)(Java Doc) public void writePrepare(String sql, Section section) throws SqlException(Code)(Java Doc) public void writePrepareDescribeOutput(String sql, Section section) throws SqlException(Code)(Java Doc) public void writeSetSpecialRegister(java.util.ArrayList sqlsttList) throws SqlException(Code)(Java Doc)
|
|
|