Package com.gpudb.protocol
Class GrantPermissionRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.GrantPermissionRequest.Options
-
- Enclosing class:
- GrantPermissionRequest
public static final class GrantPermissionRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMNSApply table security to these columns, comma-separated.static StringFALSEstatic StringFILTER_EXPRESSIONOptional filter expression to apply to this grant.static StringTRUEstatic StringWITH_GRANT_OPTIONAllow the recipient to grant the same permission (or subset) to others.
-
-
-
Field Detail
-
COLUMNS
public static final String COLUMNS
Apply table security to these columns, comma-separated. The default value is ''.- See Also:
- Constant Field Values
-
FILTER_EXPRESSION
public static final String FILTER_EXPRESSION
Optional filter expression to apply to this grant. Only rows that match the filter will be affected. The default value is ''.- See Also:
- Constant Field Values
-
WITH_GRANT_OPTION
public static final String WITH_GRANT_OPTION
Allow the recipient to grant the same permission (or subset) to others. 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
-
-