Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ObjectPrivilegeSummary.Hierarchy |
ObjectPrivilegeSummary.Hierarchy.create(String key) |
ObjectPrivilegeSummary.Hierarchy |
ObjectPrivilegeSummary.getHierarchy()
Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
|
static ObjectPrivilegeSummary.Hierarchy |
ObjectPrivilegeSummary.Hierarchy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPrivilegeSummary.Hierarchy[] |
ObjectPrivilegeSummary.Hierarchy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectPrivilegeSummary.Builder |
ObjectPrivilegeSummary.Builder.hierarchy(ObjectPrivilegeSummary.Hierarchy hierarchy)
Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
|
Constructor and Description |
---|
ObjectPrivilegeSummary(String name,
String schemaType,
String owner,
String grantor,
ObjectPrivilegeSummary.Hierarchy hierarchy,
String object,
ObjectPrivilegeSummary.GrantOption grantOption,
ObjectPrivilegeSummary.Common common,
ObjectPrivilegeSummary.Inherited inherited)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.