public class BrokeredStatement40 extends BrokeredStatement
control, resultSetConcurrency, resultSetHoldability, resultSetType
Constructor and Description |
---|
BrokeredStatement40(BrokeredStatementControl control)
calls the superclass constructor to pass the parameters
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPoolable()
Forwards to the real Statement.
|
void |
setPoolable(boolean poolable)
Forwards to the real Statement.
|
addBatch, cancel, checkIfClosed, clearBatch, clearWarnings, close, closeOnCompletion, controlCheck, createDuplicateStatement, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getStatement, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setQueryTimeout, setStatementState, unableToUnwrap, unwrap, wrapResultSet
BrokeredStatement40(BrokeredStatementControl control) throws java.sql.SQLException
control
- BrokeredStatementControljava.sql.SQLException
public boolean isPoolable() throws java.sql.SQLException
java.sql.SQLException
- if the forwarding call fails.public void setPoolable(boolean poolable) throws java.sql.SQLException
poolable
- the new value for the poolable hint.java.sql.SQLException
- if the forwarding call fails.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.