Uses of Class
com.gpudb.protocol.CreateProcResponse
-
Packages that use CreateProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateProcResponse in com.gpudb
Methods in com.gpudb that return CreateProcResponse 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.CreateProcResponseGPUdb. createProc(String procName, String executionMode, Map<String,ByteBuffer> files, String command, List<String> args, Map<String,String> options)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 CreateProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateProcResponse Modifier and Type Method Description CreateProcResponseCreateProcResponse. setInfo(Map<String,String> info)Additional information.CreateProcResponseCreateProcResponse. setProcName(String procName)Value ofprocName.
-