Interface CatalogObject.Grant.OnSetting

All Superinterfaces:
org.postgresql.pljava.model.CatalogObject.ALTER_SYSTEM, CatalogObject.Grant, org.postgresql.pljava.model.CatalogObject.SET
Enclosing interface:
CatalogObject.Grant

public static interface CatalogObject.Grant.OnSetting extends org.postgresql.pljava.model.CatalogObject.SET, org.postgresql.pljava.model.CatalogObject.ALTER_SYSTEM
Subtype of Grant representing the privileges that may be granted on a configuration setting.
  • Method Details

    • setGranted

      boolean setGranted()
    • setGrantable

      boolean setGrantable()
    • alterSystemGranted

      boolean alterSystemGranted()
    • alterSystemGrantable

      boolean alterSystemGrantable()