|
|||||||||
| 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 | |
|---|---|
(package private) ResultSet |
decorateResultSet()
Create the ResultSet tree for this statement, and possibly perform extra checks or initialization required by specific sub-classes. |
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.services.loader.GeneratedByteCode |
|---|
postConstructor |
| Constructor Detail |
|---|
public CursorActivation()
| Method Detail |
|---|
public void setCursorName(java.lang.String cursorName)
setCursorName in interface ActivationsetCursorName in class BaseActivationcursorName - The cursor name to use.public boolean isCursorActivation()
Activation
isCursorActivation in interface ActivationisCursorActivation in class BaseActivationActivation.isCursorActivation()
ResultSet decorateResultSet()
throws StandardException
BaseActivation
decorateResultSet in class BaseActivationStandardExceptionBaseActivation.decorateResultSet()
|
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 | ||||||||