Interface ProcedureCatalog

All Superinterfaces:
CatalogPlugin

@Evolving public interface ProcedureCatalog extends CatalogPlugin
A catalog API for working with procedures.
Since:
4.0.0
  • Method Details

    • loadProcedure

      UnboundProcedure loadProcedure(Identifier ident)
      Load a procedure by identifier from the catalog.
      Parameters:
      ident - a procedure identifier
      Returns:
      the loaded unbound procedure