Uses of Class
net.sf.jsqlparser.statement.execute.Execute.ExecType
-
Packages that use Execute.ExecType Package Description net.sf.jsqlparser.statement.execute -
-
Uses of Execute.ExecType in net.sf.jsqlparser.statement.execute
Fields in net.sf.jsqlparser.statement.execute declared as Execute.ExecType Modifier and Type Field Description private Execute.ExecType
Execute. execType
Methods in net.sf.jsqlparser.statement.execute that return Execute.ExecType Modifier and Type Method Description static Execute.ExecType
Execute.ExecType. from(java.lang.String type)
Execute.ExecType
Execute. getExecType()
static Execute.ExecType
Execute.ExecType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Execute.ExecType[]
Execute.ExecType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.execute with parameters of type Execute.ExecType Modifier and Type Method Description void
Execute. setExecType(Execute.ExecType execType)
Execute
Execute. withExecType(Execute.ExecType execType)
-