|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.execute.BaseActivation
org.apache.derby.impl.sql.execute.CursorActivation
In the family of activation support classes, this one provides an activation with a cursor name.
Field Summary |
Fields inherited from class org.apache.derby.impl.sql.execute.BaseActivation |
closed, cm, dvFactory, ec, exFactory, indexOfSessionTableNamesInSavedObjects, lcc, numSubqueries, parentResultSets, preStmt, pvs, raParentResultSets, resultDescription, resultSet, row, rsFactory |
Constructor Summary | |
CursorActivation()
|
Method Summary | |
boolean |
isCursorActivation()
Is this Activation for a cursor? |
void |
setCursorName(java.lang.String cursorName)
remember the cursor name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.derby.iapi.sql.Activation |
execute |
Methods inherited from interface org.apache.derby.iapi.services.loader.GeneratedByteCode |
postConstructor |
Constructor Detail |
public CursorActivation()
Method Detail |
public void setCursorName(java.lang.String cursorName)
setCursorName
in interface Activation
setCursorName
in class BaseActivation
public boolean isCursorActivation()
Activation
isCursorActivation
in interface Activation
isCursorActivation
in class BaseActivation
Activation.isCursorActivation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |