Uses of Class
com.gpudb.protocol.ShowSystemPropertiesRequest
-
Packages that use ShowSystemPropertiesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSystemPropertiesRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowSystemPropertiesRequest Modifier and Type Method Description ShowSystemPropertiesResponseGPUdb. showSystemProperties(ShowSystemPropertiesRequest request)Returns server configuration and version related information to the caller. -
Uses of ShowSystemPropertiesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSystemPropertiesRequest Modifier and Type Method Description ShowSystemPropertiesRequestShowSystemPropertiesRequest. setOptions(Map<String,String> options)Optional parameters.
-