Uses of Class
com.gpudb.protocol.ShowFunctionsResponse
-
Packages that use ShowFunctionsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowFunctionsResponse in com.gpudb
Methods in com.gpudb that return ShowFunctionsResponse Modifier and Type Method Description ShowFunctionsResponseGPUdb. showFunctions(ShowFunctionsRequest request)ShowFunctionsResponseGPUdb. showFunctions(List<String> names, Map<String,String> options) -
Uses of ShowFunctionsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowFunctionsResponse Modifier and Type Method Description ShowFunctionsResponseShowFunctionsResponse. setFlags(List<Integer> flags)ShowFunctionsResponseShowFunctionsResponse. setFunctionNames(List<String> functionNames)ShowFunctionsResponseShowFunctionsResponse. setInfo(Map<String,String> info)ShowFunctionsResponseShowFunctionsResponse. setOptionalParameterCount(List<Integer> optionalParameterCount)ShowFunctionsResponseShowFunctionsResponse. setParameters(List<List<String>> parameters)ShowFunctionsResponseShowFunctionsResponse. setProperties(List<Map<String,List<String>>> properties)ShowFunctionsResponseShowFunctionsResponse. setReturnTypes(List<String> returnTypes)ShowFunctionsResponseShowFunctionsResponse. setTypeSchemas(List<String> typeSchemas)
-