|
|||||||||
| 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
class MiscResultSet
This is a wrapper class which invokes the Execution-time logic for Misc statements. The real Execution-time logic lives inside the executeConstantAction() method. Note that when re-using the language result set tree across executions (DERBY-827) it is not possible to store the ConstantAction as a member variable, because a re-prepare of the statement will invalidate the stored ConstantAction. Re-preparing a statement does not create a new Activation unless the GeneratedClass has changed, so the existing result set tree may survive a re-prepare.
| 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 | |
|---|---|
MiscResultSet(Activation activation)
Construct a MiscResultSet |
|
| Method Summary | |
|---|---|
void |
cleanUp()
No action is required, but not implemented in any base class |
void |
open()
Opens a MiscResultSet, executes the Activation's ConstantAction, and then immediately closes the MiscResultSet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
MiscResultSet(Activation activation)
activation - Describes run-time environment.| Method Detail |
|---|
public void open()
throws StandardException
StandardException - Standard Derby error policy.public void cleanUp()
ResultSet.cleanUp()
|
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 | ||||||||