Uses of Class
com.gpudb.protocol.HasProcResponse
-
Packages that use HasProcResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasProcResponse in com.gpudb
Methods in com.gpudb that return HasProcResponse Modifier and Type Method Description HasProcResponseGPUdb. hasProc(HasProcRequest request)Checks the existence of a proc with the given name.HasProcResponseGPUdb. hasProc(String procName, Map<String,String> options)Checks the existence of a proc with the given name. -
Uses of HasProcResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasProcResponse Modifier and Type Method Description HasProcResponseHasProcResponse. setInfo(Map<String,String> info)Additional information.HasProcResponseHasProcResponse. setProcExists(boolean procExists)Indicates whether the proc exists or not.HasProcResponseHasProcResponse. setProcName(String procName)Value ofprocName
-