-
- 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.ORACLEdialect.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 CataloggetCatalog()Get the package catalog.SchemagetSchema()Get the package schema-
Methods inherited from interface org.jooq.Named
getComment, getName, getQualifiedName, getUnqualifiedName
-
-