Uses of Annotation Interface
org.jooq.Internal
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.ORACLE
dialect family.-
Uses of Internal in org.jooq
-
Uses of Internal in org.jooq.impl
Modifier and TypeClassDescriptionclass
Deprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your codeclass
A common base class for stored proceduresclass
A common base class for Oracle ARRAY typesclass
A common base class for Oracle associative array typesclass
A common base class for database catalogsclass
EmbeddableRecordImpl<R extends EmbeddableRecord<R>>
A record implementation for a record originating from a single tablefinal class
A utility class that grants access to internal API, to be used only by generated code.final class
A schema that references a lazy initialisableCatalog
singleton, for use in generated code.final class
A schema that references a lazy initialisableSchema
singleton, for use in generated code.interface
LazySupplier<T>
A lazy supplierclass
A default implementation for packages (containers of stored procedures and functions)class
A common base class for database schemataclass
SequenceImpl<T extends Number>
A common base class for sequencesclass
A common base type for tablesclass
TableRecordImpl<R extends TableRecord<R>>
A record implementation for a record originating from a single tableclass
A common base type for UDT'sclass
UDTRecordImpl<R extends UDTRecord<R>>
A record implementation for a record originating from a single UDTclass
UpdatableRecordImpl<R extends UpdatableRecord<R>>
A record implementation for a record holding a primary keyModifier and TypeMethodDescriptionprotected boolean
TableImpl.aliased()
Check if this table already aliases another one.final boolean
protected boolean
TableImpl.isSynthetic()
Check if this table is a synthetic table. -
Uses of Internal in org.jooq.util.oracle
ApiStatus.Internal
instead.