| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API
This package mostly contains interfaces that are implemented by the
org.jooq.impl package. |
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| 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(SQLDialect dialect,
String name,
Schema schema,
Package pkg)
Deprecated.
- 2.1.0 [#625] - Regenerate your schema
|
AbstractRoutine(SQLDialect dialect,
String name,
Schema schema,
Package pkg,
DataType<T> type)
Deprecated.
- 2.1.0 [#625] - Regenerate your schema
|
AbstractRoutine(String name,
Schema schema,
Package pkg) |
AbstractRoutine(String name,
Schema schema,
Package pkg,
DataType<T> type) |
Copyright © 2013. All Rights Reserved.