Module org.jooq
Package org.jooq

Interface Package

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

public interface Package extends Qualified
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