Uses of Class
com.gpudb.protocol.ShowSecurityRequest
-
Packages that use ShowSecurityRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSecurityRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowSecurityRequest Modifier and Type Method Description ShowSecurityResponseGPUdb. showSecurity(ShowSecurityRequest request)Shows security information relating to users and/or roles. -
Uses of ShowSecurityRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSecurityRequest Modifier and Type Method Description ShowSecurityRequestShowSecurityRequest. setNames(List<String> names)A list of names of users and/or roles about which security information is requested.ShowSecurityRequestShowSecurityRequest. setOptions(Map<String,String> options)Optional parameters.
-