Interface ProceduralLanguage

All Superinterfaces:
CatalogObject, CatalogObject.AccessControlled<org.postgresql.pljava.model.CatalogObject.USAGE>, CatalogObject.Addressed<ProceduralLanguage>, CatalogObject.Named<Lexicals.Identifier.Simple>, CatalogObject.Owned

public interface ProceduralLanguage extends CatalogObject.Addressed<ProceduralLanguage>, CatalogObject.Named<Lexicals.Identifier.Simple>, CatalogObject.Owned, CatalogObject.AccessControlled<org.postgresql.pljava.model.CatalogObject.USAGE>
Model of a PostgreSQL procedural language, including (for non-built-in languages, like PL/Java) the handler functions used in its implementation.