Uses of Class
org.teiid.query.processor.relational.ProjectIntoNode.Mode
-
Packages that use ProjectIntoNode.Mode Package Description org.teiid.query.processor.relational -
-
Uses of ProjectIntoNode.Mode in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return ProjectIntoNode.Mode Modifier and Type Method Description ProjectIntoNode.Mode
ProjectIntoNode. getMode()
static ProjectIntoNode.Mode
ProjectIntoNode.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectIntoNode.Mode[]
ProjectIntoNode.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.query.processor.relational with parameters of type ProjectIntoNode.Mode Modifier and Type Method Description void
ProjectIntoNode. setMode(ProjectIntoNode.Mode mode)
-