Uses of Class
org.teiid.query.processor.proc.CreateCursorResultSetInstruction.Mode
-
Packages that use CreateCursorResultSetInstruction.Mode Package Description org.teiid.query.processor.proc -
-
Uses of CreateCursorResultSetInstruction.Mode in org.teiid.query.processor.proc
Methods in org.teiid.query.processor.proc that return CreateCursorResultSetInstruction.Mode Modifier and Type Method 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.Methods in org.teiid.query.processor.proc with parameters of type CreateCursorResultSetInstruction.Mode Modifier and Type Method Description void
ProcedurePlan. executePlan(ProcessorPlan command, String rsName, Map<ElementSymbol,ElementSymbol> procAssignments, CreateCursorResultSetInstruction.Mode mode, boolean usesLocalTemp)
Constructors in org.teiid.query.processor.proc with parameters of type CreateCursorResultSetInstruction.Mode Constructor Description CreateCursorResultSetInstruction(String rsName, ProcessorPlan plan, CreateCursorResultSetInstruction.Mode mode)
-