Package com.gpudb.protocol
Class RevokePermissionTableRequest.Permission
- java.lang.Object
-
- com.gpudb.protocol.RevokePermissionTableRequest.Permission
-
- Enclosing class:
- RevokePermissionTableRequest
public static final class RevokePermissionTableRequest.Permission extends Object
A set of string constants for theRevokePermissionTableRequestparameterpermission.Permission to revoke from the user or role.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE_ADMINFull read/write and administrative access to the table.static StringTABLE_DELETEDelete access to the table.static StringTABLE_INSERTInsert access to the table.static StringTABLE_READRead access to the table.static StringTABLE_UPDATEUpdate access to the table.
-
-
-
Field Detail
-
TABLE_ADMIN
public static final String TABLE_ADMIN
Full read/write and administrative access to the table.- See Also:
- Constant Field Values
-
TABLE_INSERT
public static final String TABLE_INSERT
Insert access to the table.- See Also:
- Constant Field Values
-
TABLE_UPDATE
public static final String TABLE_UPDATE
Update access to the table.- See Also:
- Constant Field Values
-
TABLE_DELETE
public static final String TABLE_DELETE
Delete access to the table.- See Also:
- Constant Field Values
-
TABLE_READ
public static final String TABLE_READ
Read access to the table.- See Also:
- Constant Field Values
-
-