Uses of Class
com.gpudb.protocol.CreateProcRequest
-
Packages that use CreateProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateProcRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateProcRequest Modifier and Type Method Description CreateProcResponseGPUdb. createProc(CreateProcRequest request)Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution. -
Uses of CreateProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateProcRequest Modifier and Type Method Description CreateProcRequestCreateProcRequest. setArgs(List<String> args)An array of command-line arguments that will be passed tocommandwhen the proc is executed.CreateProcRequestCreateProcRequest. setCommand(String command)The command (excluding arguments) that will be invoked when the proc is executed.CreateProcRequestCreateProcRequest. setExecutionMode(String executionMode)The execution mode of the proc.CreateProcRequestCreateProcRequest. setFiles(Map<String,ByteBuffer> files)A map of the files that make up the proc.CreateProcRequestCreateProcRequest. setOptions(Map<String,String> options)Optional parameters.CreateProcRequestCreateProcRequest. setProcName(String procName)Name of the proc to be created.
-