Uses of Class
org.jooq.Internal
-
Packages that use Internal Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.util.jaxb.tools org.jooq.util.oracle Theorg.jooq.util.ase
package contains classes related to theSQLDialect.ORACLE
dialect. -
-
Uses of Internal in org.jooq
Classes in org.jooq with annotations of type Internal Modifier and Type Interface Description interface
BindContext
The bind context is used for bindingQueryPart
's and their contained values to aPreparedStatement
's bind variables.class
FilePattern
A utility class that can traverse a directory structure given some ant-style file patterns, or classpath resources.interface
Internal
Signifies that a API (public class, method or field) is internal and subject to incompatible changes, or even removal, in a future release.interface
Migration
An executable migration between twoVersion
instances.class
MigrationConfiguration
A configuration type for use with the variousMeta.migrateTo(Meta)
methods.interface
MigrationContext
The context in which aMigration
is executed.interface
MigrationListener
A listener forMigration
lifecycles.interface
MigrationListenerProvider
A provider forMigrationListener
instances.interface
QueryPartInternal
Base functionality declaration for all query objectsinterface
Version
A version ID attached to aMeta
description of a database.interface
VersionProvider
An SPI that allows for providing a graph of versions.interface
Versions
A directed, acyclic graph ofVersion
objects.Methods in org.jooq with annotations of type Internal Modifier and Type Method Description BindContext
DSLContext. bindContext(PreparedStatement stmt)
Deprecated.- [#6280] - 3.10 - Do not reuse this method.Migration
DSLContext. migrateTo(Version to)
Create a migration from the currently installed version to a new version.RenderContext
DSLContext. renderContext()
Deprecated.- [#6280] - 3.10 - Do not reuse this method.Version
DSLContext. version(String id)
Initialise aVersion
. -
Uses of Internal in org.jooq.impl
Classes in org.jooq.impl with annotations of type Internal Modifier and Type Class Description class
AbstractKeys
Deprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your codeclass
AbstractRoutine<T>
A common base class for stored proceduresclass
ArrayRecordImpl<T>
A common base class for Oracle ARRAY typesclass
CatalogImpl
A common base class for database catalogsclass
DefaultDataType<T>
A common base class for data types.class
DefaultVersionProvider
A default implementation of theVersionProvider
SPI, which provides a materialisation of the currently available database version graph.class
EmbeddableRecordImpl<R extends EmbeddableRecord<R>>
A record implementation for a record originating from a single tableclass
Internal
A utility class that grants access to internal API, to be used only by generated code.class
PackageImpl
A default implementation for packages (containers of stored procedures and functions)class
SchemaImpl
A common base class for database schemataclass
SequenceImpl<T extends Number>
A common base class for sequencesclass
TableImpl<R extends Record>
A common base type for tablesclass
TableRecordImpl<R extends TableRecord<R>>
A record implementation for a record originating from a single tableclass
UDTImpl<R extends UDTRecord<R>>
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 key -
Uses of Internal in org.jooq.util.jaxb.tools
Classes in org.jooq.util.jaxb.tools with annotations of type Internal Modifier and Type Class Description class
MiniJAXB
This class allows for mashalling / unmarshalling XML content to jOOQ configuration objects.interface
XMLAppendable
Interface to be implemented by JAXB annotated Java classes which are serialized to XML usingXMLBuilder
.class
XMLBuilder
Wrapper around aStringBuilder
which can be used to serialize a JAXB-annotated Java object graph to XML. -
Uses of Internal in org.jooq.util.oracle
Classes in org.jooq.util.oracle with annotations of type Internal Modifier and Type Class Description class
QueueImpl<R extends UDTRecord<R>>
A common base class for AQ.
-