-
- All Superinterfaces:
Named
,QueryPart
,Serializable
- All Known Implementing Classes:
PackageImpl
public interface Package extends Named
A container for stored procedures and functionsThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Catalog
getCatalog()
Get the package catalog.Schema
getSchema()
Get the package schema-
Methods inherited from interface org.jooq.Named
getComment, getName, getQualifiedName, getUnqualifiedName
-
-