Module org.jooq
Package org.jooq

Interface Package

  • All Superinterfaces:
    Named, QueryPart, Serializable
    All Known Implementing Classes:
    PackageImpl

    public interface Package
    extends Named
    A container for stored procedures and functions

    This is only supported in the SQLDialect.ORACLE dialect.

    Instances of this type cannot be created directly. They are available from generated code.

    Author:
    Lukas Eder
    • Method Detail

      • getCatalog

        Catalog getCatalog()
        Get the package catalog.
      • getSchema

        Schema getSchema()
        Get the package schema