Uses of Class
org.jooq.Internal
-
Packages that use Internal Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.util.jaxb.tools org.jooq.util.oracle This package contains classes related to theSQLDialect.ORACLEdialect family. -
-
Uses of Internal in org.jooq
Classes in org.jooq with annotations of type Internal Modifier and Type Interface Description interfaceBindContextThe bind context is used for bindingQueryPart's and their contained values to aPreparedStatement's bind variables.classFilePatternA utility class that can traverse a directory structure given some ant-style file patterns, or classpath resources.interfaceInternalSignifies that a API (public class, method or field) is internal and subject to incompatible changes, or even removal, in a future release.interfaceMigrationAn executable migration between twoVersioninstances.classMigrationConfigurationA configuration type for use with the variousMeta.migrateTo(Meta)methods.interfaceMigrationContextThe context in which aMigrationis executed.interfaceMigrationListenerA listener forMigrationlifecycles.interfaceMigrationListenerProviderA provider forMigrationListenerinstances.interfaceQueryPartInternalBase functionality declaration for all query objectsinterfaceVersionA version ID attached to aMetadescription of a database.interfaceVersionProviderAn SPI that allows for providing a graph of versions.interfaceVersionsA directed, acyclic graph ofVersionobjects.Methods in org.jooq with annotations of type Internal Modifier and Type Method Description @NotNull BindContextDSLContext. bindContext(PreparedStatement stmt)Deprecated.- [#6280] - 3.10 - Do not reuse this method.@NotNull MigrationDSLContext. migrateTo(Version to)Create a migration from the currently installed version to a new version.@NotNull RenderContextDSLContext. renderContext()Deprecated.- [#6280] - 3.10 - Do not reuse this method.@NotNull VersionDSLContext. 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 classAbstractKeysDeprecated.- [#6875] [#7158] - 3.11.0 - Please re-generate your codeclassAbstractRoutine<T>A common base class for stored proceduresclassArrayRecordImpl<T>A common base class for Oracle ARRAY typesclassCatalogImplA common base class for database catalogsclassDefaultDataType<T>A common base class for data types.classDefaultVersionProviderA default implementation of theVersionProviderSPI, which provides a materialisation of the currently available database version graph.classEmbeddableRecordImpl<R extends EmbeddableRecord<R>>A record implementation for a record originating from a single tableclassInternalA utility class that grants access to internal API, to be used only by generated code.classLazyCatalogA schema that references a lazy initialisableCatalogsingleton, for use in generated code.classLazySchemaA schema that references a lazy initialisableSchemasingleton, for use in generated code.interfaceLazySupplier<T>A lazy supplierclassPackageImplA default implementation for packages (containers of stored procedures and functions)classSchemaImplA common base class for database schemataclassSequenceImpl<T extends Number>A common base class for sequencesclassTableImpl<R extends Record>A common base type for tablesclassTableRecordImpl<R extends TableRecord<R>>A record implementation for a record originating from a single tableclassUDTImpl<R extends UDTRecord<R>>A common base type for UDT'sclassUDTRecordImpl<R extends UDTRecord<R>>A record implementation for a record originating from a single UDTclassUpdatableRecordImpl<R extends UpdatableRecord<R>>A record implementation for a record holding a primary keyMethods in org.jooq.impl with annotations of type Internal Modifier and Type Method Description protected booleanTableImpl. aliased()Check if this table already aliases another one. -
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 classMiniJAXBThis class allows for mashalling / unmarshalling XML content to jOOQ configuration objects.interfaceXMLAppendableInterface to be implemented by JAXB annotated Java classes which are serialized to XML usingXMLBuilder.classXMLBuilderWrapper around aStringBuilderwhich 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 classQueueImpl<R extends UDTRecord<R>>A common base class for AQ.
-