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 |
---|---|
Routine<?> |
ExecuteContext.routine()
The jOOQ
Routine that is being executed or null if
the query is unknown or if there was no jOOQ Routine . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoutine<T>
A common base class for stored procedures
This type is for JOOQ INTERNAL USE only.
|
Copyright © 2014. All Rights Reserved.