Uses of Class
com.gpudb.protocol.ExecuteProcRequest
-
Packages that use ExecuteProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ExecuteProcRequest in com.gpudb
Methods in com.gpudb with parameters of type ExecuteProcRequest Modifier and Type Method Description ExecuteProcResponseGPUdb. executeProc(ExecuteProcRequest request)Executes a proc. -
Uses of ExecuteProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ExecuteProcRequest Modifier and Type Method Description ExecuteProcRequestExecuteProcRequest. setBinParams(Map<String,ByteBuffer> binParams)A map containing named binary parameters to pass to the proc.ExecuteProcRequestExecuteProcRequest. setInputColumnNames(Map<String,List<String>> inputColumnNames)Map of table names frominputTableNamesto lists of names of columns from those tables that will be passed to the proc.ExecuteProcRequestExecuteProcRequest. setInputTableNames(List<String> inputTableNames)Names of the tables containing data to be passed to the proc.ExecuteProcRequestExecuteProcRequest. setOptions(Map<String,String> options)Optional parameters.ExecuteProcRequestExecuteProcRequest. setOutputTableNames(List<String> outputTableNames)Names of the tables to which output data from the proc will be written, each in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.ExecuteProcRequestExecuteProcRequest. setParams(Map<String,String> params)A map containing named parameters to pass to the proc.ExecuteProcRequestExecuteProcRequest. setProcName(String procName)Name of the proc to execute.
-