Class OptimizerPlan.TableFunctionRS
java.lang.Object
org.apache.derby.iapi.sql.compile.OptimizerPlan
org.apache.derby.iapi.sql.compile.OptimizerPlan.RowSource<AliasDescriptor>
org.apache.derby.iapi.sql.compile.OptimizerPlan.TableFunctionRS
- Enclosing class:
OptimizerPlan
public static final class OptimizerPlan.TableFunctionRS
extends OptimizerPlan.RowSource<AliasDescriptor>
-
Nested Class Summary
Nested classes/interfaces inherited from class OptimizerPlan
OptimizerPlan.ConglomerateRS, OptimizerPlan.DeadEnd, OptimizerPlan.Join, OptimizerPlan.RowSource<D>, OptimizerPlan.TableFunctionRS -
Field Summary
Fields inherited from class OptimizerPlan.RowSource
_descriptor, _rowSourceName, _schema, _schemaName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(DataDictionary dataDictionary, LanguageConnectionContext lcc, CompilerContext cc) Bind the conglomerate and table function names in this plan.toString()Methods inherited from class OptimizerPlan.RowSource
countLeafNodes, equals, getDescriptor, isBound, isLeftPrefixOf, leftmostLeafMethods inherited from class OptimizerPlan
makeRowSource
-
Constructor Details
-
TableFunctionRS
-
TableFunctionRS
-
-
Method Details
-
bind
public void bind(DataDictionary dataDictionary, LanguageConnectionContext lcc, CompilerContext cc) throws StandardException Description copied from class:OptimizerPlanBind the conglomerate and table function names in this plan.
- Overrides:
bindin classOptimizerPlan.RowSource<AliasDescriptor>- Parameters:
dataDictionary- DataDictionary to bind against.- Throws:
StandardException
-
toString
- Overrides:
toStringin classOptimizerPlan.RowSource<AliasDescriptor>
-