Uses of Interface
org.postgresql.pljava.model.CatalogObject.Grant

Packages that use CatalogObject.Grant
Package
Description
Interfaces that model a useful subset of the PostgreSQL system catalogs and related PostgreSQL abstractions for convenient Java access.
  • Uses of CatalogObject.Grant in org.postgresql.pljava.model

    Classes in org.postgresql.pljava.model with type parameters of type CatalogObject.Grant
    Modifier and Type
    Interface
    Description
    static interface 
    Interface for any catalog object with an access control list (a list of some type of Grant).
    Modifier and Type
    Interface
    Description
    static interface 
    org.postgresql.pljava.model.CatalogObject.ALTER_SYSTEM
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.CONNECT
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.CREATE
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.CREATE_TEMP
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.DELETE
     
    static interface 
    Subtype of Grant representing the privileges that may be granted on an attribute (or column).
    static interface 
    Subtype of Grant representing the privileges that may be granted on a class (or relation, table, view).
    static interface 
    Subtype of Grant representing the privileges that may be granted on a database.
    static interface 
    Subtype of Grant representing the privileges that may be granted on a namespace (or schema).
    static interface 
    Subtype of Grant representing the grants (of membership in, and/or privileges of, other roles) that may be made to a role.
    static interface 
    Subtype of Grant representing the privileges that may be granted on a configuration setting.
    static interface 
    org.postgresql.pljava.model.CatalogObject.INSERT
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.REFERENCES
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.SELECT
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.SET
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.TRIGGER
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.TRUNCATE
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.UPDATE
     
    static interface 
    org.postgresql.pljava.model.CatalogObject.USAGE