|
|||||||||
| 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 |
isPoolable()
Forwards to the real Statement. |
void |
setPoolable(boolean poolable)
Forwards to the real Statement. |
| 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 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 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 | ||||||||