|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.execute.NoRowsResultSetImpl
org.apache.derby.impl.sql.execute.MiscResultSet
org.apache.derby.impl.sql.execute.SetTransactionResultSet
class SetTransactionResultSet
This is a wrapper class which invokes the Execution-time logic for SET TRANSACTION statements. The real Execution-time logic lives inside the executeConstantAction() method of the Execution constant.
Field Summary |
---|
Fields inherited from class org.apache.derby.impl.sql.execute.NoRowsResultSetImpl |
---|
activation, beginExecutionTime, beginTime, endExecutionTime, endTime, lcc |
Fields inherited from interface org.apache.derby.iapi.sql.ResultSet |
---|
CURRENT_RESULTSET_ONLY, ENTIRE_RESULTSET_TREE, ISAFTERLAST, ISBEFOREFIRST, ISFIRST, ISLAST |
Constructor Summary | |
---|---|
SetTransactionResultSet(Activation activation)
Construct a SetTransactionResultSet |
Method Summary | |
---|---|
boolean |
doesCommit()
Does this ResultSet cause a commit or rollback. |
Methods inherited from class org.apache.derby.impl.sql.execute.MiscResultSet |
---|
cleanUp, open |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SetTransactionResultSet(Activation activation)
activation
- Describes run-time environment.Method Detail |
---|
public boolean doesCommit()
doesCommit
in class NoRowsResultSetImpl
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |