Interface CatalogObject.Grant.OnDatabase

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

public static interface CatalogObject.Grant.OnDatabase extends org.postgresql.pljava.model.CatalogObject.CONNECT, org.postgresql.pljava.model.CatalogObject.CREATE, org.postgresql.pljava.model.CatalogObject.CREATE_TEMP
Subtype of Grant representing the privileges that may be granted on a database.
  • Method Details

    • connectGranted

      boolean connectGranted()
    • connectGrantable

      boolean connectGrantable()
    • createGranted

      boolean createGranted()
    • createGrantable

      boolean createGrantable()
    • create_tempGranted

      boolean create_tempGranted()
    • create_tempGrantable

      boolean create_tempGrantable()