public static class Privileges.ModifyTable extends Privileges.GenericPrivilege<Privileges.ModifyTable>
Privilege.Condition, Privilege.Name
Modifier and Type | Method and Description |
---|---|
static Privileges.ModifyTable |
allow() |
boolean |
canBindTo(MetadataObject.Type type)
If the privilege can bind to a securable object, then this method will return true, otherwise
false.
|
static Privileges.ModifyTable |
deny() |
condition, equals, hashCode, name, simpleString
public static Privileges.ModifyTable allow()
public static Privileges.ModifyTable deny()
public boolean canBindTo(MetadataObject.Type type)
Privilege
type
- The securable object type.