public static enum TestingAccessControlManager.TestingPrivilegeType extends Enum<TestingAccessControlManager.TestingPrivilegeType>
| Enum Constant and Description |
|---|
ADD_COLUMN |
COMMENT_TABLE |
CREATE_SCHEMA |
CREATE_TABLE |
CREATE_VIEW |
CREATE_VIEW_WITH_SELECT_COLUMNS |
DELETE_TABLE |
DROP_COLUMN |
DROP_SCHEMA |
DROP_TABLE |
DROP_VIEW |
INSERT_TABLE |
RENAME_COLUMN |
RENAME_SCHEMA |
RENAME_TABLE |
SELECT_COLUMN |
SET_SESSION |
SET_USER |
| Modifier and Type | Method and Description |
|---|---|
static TestingAccessControlManager.TestingPrivilegeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestingAccessControlManager.TestingPrivilegeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestingAccessControlManager.TestingPrivilegeType SET_USER
public static final TestingAccessControlManager.TestingPrivilegeType CREATE_SCHEMA
public static final TestingAccessControlManager.TestingPrivilegeType DROP_SCHEMA
public static final TestingAccessControlManager.TestingPrivilegeType RENAME_SCHEMA
public static final TestingAccessControlManager.TestingPrivilegeType CREATE_TABLE
public static final TestingAccessControlManager.TestingPrivilegeType DROP_TABLE
public static final TestingAccessControlManager.TestingPrivilegeType RENAME_TABLE
public static final TestingAccessControlManager.TestingPrivilegeType COMMENT_TABLE
public static final TestingAccessControlManager.TestingPrivilegeType INSERT_TABLE
public static final TestingAccessControlManager.TestingPrivilegeType DELETE_TABLE
public static final TestingAccessControlManager.TestingPrivilegeType ADD_COLUMN
public static final TestingAccessControlManager.TestingPrivilegeType DROP_COLUMN
public static final TestingAccessControlManager.TestingPrivilegeType RENAME_COLUMN
public static final TestingAccessControlManager.TestingPrivilegeType SELECT_COLUMN
public static final TestingAccessControlManager.TestingPrivilegeType CREATE_VIEW
public static final TestingAccessControlManager.TestingPrivilegeType DROP_VIEW
public static final TestingAccessControlManager.TestingPrivilegeType CREATE_VIEW_WITH_SELECT_COLUMNS
public static final TestingAccessControlManager.TestingPrivilegeType SET_SESSION
public static TestingAccessControlManager.TestingPrivilegeType[] values()
for (TestingAccessControlManager.TestingPrivilegeType c : TestingAccessControlManager.TestingPrivilegeType.values()) System.out.println(c);
public static TestingAccessControlManager.TestingPrivilegeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2019. All rights reserved.