|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.iapi.jdbc.BrokeredStatement
org.apache.derby.iapi.jdbc.BrokeredStatement40
public class BrokeredStatement40
Field Summary |
---|
Fields inherited from class org.apache.derby.iapi.jdbc.BrokeredStatement |
---|
control, resultSetConcurrency, resultSetHoldability, resultSetType |
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 |
Constructor Summary | |
---|---|
BrokeredStatement40(BrokeredStatementControl control)
calls the superclass constructor to pass the parameters |
Method Summary | ||
---|---|---|
boolean |
isClosed()
Checks if the statement is closed. |
|
boolean |
isPoolable()
Forwards to the real Statement. |
|
void |
setPoolable(boolean poolable)
Forwards to the real Statement. |
|
|
unwrap(java.lang.Class<T> interfaces)
Returns this if this class implements the interface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BrokeredStatement40(BrokeredStatementControl control) throws java.sql.SQLException
control
- BrokeredStatementControl
java.sql.SQLException
Method Detail |
---|
public final boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.Statement
isClosed
in class BrokeredStatement
true
if the statement is closed,
false
otherwise
java.sql.SQLException
- if an error occurspublic <T> T unwrap(java.lang.Class<T> interfaces) throws java.sql.SQLException
this
if this class implements the interface
interfaces
- a Class defining an interface
java.sql.SQLExption
- if no object if found that implements the
interface
java.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.
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |