Uses of Class
org.jooq.Internal
-
Packages that use Internal Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.util.jaxb.tools org.jooq.util.oracle Theorg.jooq.util.asepackage contains classes related to theSQLDialect.ORACLEdialect. -
-
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.interfaceInternalSignifies that a API (public class, method or field) is internal and subject to incompatible changes, or even removal, in a future release.interfaceQueryPartInternalBase functionality declaration for all query objectsclassSourceA source of text data.Methods in org.jooq with annotations of type Internal Modifier and Type Method Description BindContextDSLContext. bindContext(PreparedStatement stmt)Deprecated.- [#6280] - 3.10 - Do not reuse this method.MetaDSLContext. meta(Source... scripts)Access the database meta data for a database represented by a list of DDL scripts.RenderContextDSLContext. renderContext()Deprecated.- [#6280] - 3.10 - Do not reuse this method. -
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.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.classPackageImplA 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 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 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.
-