Uses of Enum
net.sf.jsqlparser.statement.execute.Execute.ExecType
Packages that use Execute.ExecType
-
Uses of Execute.ExecType in net.sf.jsqlparser.statement.execute
Fields in net.sf.jsqlparser.statement.execute declared as Execute.ExecTypeMethods in net.sf.jsqlparser.statement.execute that return Execute.ExecTypeModifier and TypeMethodDescriptionstatic Execute.ExecType
Execute.getExecType()
static Execute.ExecType
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.ExecTypeModifier and TypeMethodDescriptionvoid
Execute.setExecType
(Execute.ExecType execType) Execute.withExecType
(Execute.ExecType execType)