Uses of Class
com.exasol.dbbuilder.ScriptReturnType
-
Packages that use ScriptReturnType Package Description com.exasol.dbbuilder -
-
Uses of ScriptReturnType in com.exasol.dbbuilder
Methods in com.exasol.dbbuilder that return ScriptReturnType Modifier and Type Method Description ScriptReturnTypeScript. getReturnType()Get the type of return of the script.static ScriptReturnTypeScriptReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScriptReturnType[]ScriptReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.dbbuilder with parameters of type ScriptReturnType Modifier and Type Method Description Script.BuilderScript.Builder. returnType(ScriptReturnType returnType)Set the return type of the script.
-