Interface CatalogObject.Grant.OnNamespace

All Superinterfaces:
org.postgresql.pljava.model.CatalogObject.CREATE, CatalogObject.Grant, org.postgresql.pljava.model.CatalogObject.USAGE
Enclosing interface:
CatalogObject.Grant

public static interface CatalogObject.Grant.OnNamespace extends org.postgresql.pljava.model.CatalogObject.CREATE, org.postgresql.pljava.model.CatalogObject.USAGE
Subtype of Grant representing the privileges that may be granted on a namespace (or schema).
  • Method Details

    • createGranted

      boolean createGranted()
    • createGrantable

      boolean createGrantable()
    • usageGranted

      boolean usageGranted()
    • usageGrantable

      boolean usageGrantable()