Package com.gpudb.protocol
Class ShowSecurityRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowSecurityRequest.Options
-
- Enclosing class:
- ShowSecurityRequest
public static final class ShowSecurityRequest.Options extends Object
-
-
Field Detail
-
SHOW_CURRENT_USER
public static final String SHOW_CURRENT_USER
IfTRUE, returns only security information for the current user. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-