|
|||||||||
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
public abstract class 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, indexOfSessionTableNamesInSavedObjects, numSubqueries, parentResultSets, preStmt, pvs, raParentResultSets, resultDescription, resultSet, row, UUIDString, UUIDValue |
Fields inherited from interface org.apache.derby.catalog.Dependable |
---|
ACTIVATION, ALIAS, COLUMNS_IN_TABLE, COLUMNS_PERMISSION, CONGLOMERATE, CONSTRAINT, DEFAULT, FILE, HEAP, INDEX, PERM, PREPARED_STATEMENT, ROLE_GRANT, ROUTINE_PERMISSION, SCHEMA, SEQUENCE, STORED_PREPARED_STATEMENT, TABLE, TABLE_PERMISSION, TRIGGER, VIEW |
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
cursorName
- The cursor name to use.public boolean isCursorActivation()
Activation
isCursorActivation
in interface Activation
isCursorActivation
in class BaseActivation
Activation.isCursorActivation()
|
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 |