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