Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Package |
Routine.getPackage()
The container package of this stored procedure or function.
|
Modifier and Type | Class and Description |
---|---|
class |
PackageImpl
A default implementation for packages (containers of stored procedures and
functions)
Currently, this is only supported for the
SQLDialect.ORACLE dialect. |
Modifier and Type | Method and Description |
---|---|
Package |
AbstractRoutine.getPackage() |
Constructor and Description |
---|
AbstractRoutine(String name,
Schema schema,
Package pkg) |
AbstractRoutine(String name,
Schema schema,
Package pkg,
DataType<T> type) |
Copyright © 2014. All Rights Reserved.