Uses of Class
com.gpudb.protocol.HasProcRequest
-
Packages that use HasProcRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasProcRequest in com.gpudb
Methods in com.gpudb with parameters of type HasProcRequest Modifier and Type Method Description HasProcResponseGPUdb. hasProc(HasProcRequest request)Checks the existence of a proc with the given name. -
Uses of HasProcRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasProcRequest Modifier and Type Method Description HasProcRequestHasProcRequest. setOptions(Map<String,String> options)Optional parameters.HasProcRequestHasProcRequest. setProcName(String procName)Name of the proc to check for existence.
-