Package | Description |
---|---|
org.teiid.query.processor.proc |
Modifier and Type | Method and Description |
---|---|
CreateCursorResultSetInstruction.Mode |
CreateCursorResultSetInstruction.getMode() |
static CreateCursorResultSetInstruction.Mode |
CreateCursorResultSetInstruction.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCursorResultSetInstruction.Mode[] |
CreateCursorResultSetInstruction.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcedurePlan.executePlan(ProcessorPlan command,
String rsName,
Map<ElementSymbol,ElementSymbol> procAssignments,
CreateCursorResultSetInstruction.Mode mode,
boolean usesLocalTemp) |
Constructor and Description |
---|
CreateCursorResultSetInstruction(String rsName,
ProcessorPlan plan,
CreateCursorResultSetInstruction.Mode mode) |
Copyright © 2019. All rights reserved.