org.jooq.impl
package contains jOOQ's implementation classes.See: Description
Class | Description |
---|---|
AbstractKeys |
A base class for generated static references
This type is for JOOQ INTERNAL USE only.
|
AbstractRoutine<T> |
A common base class for stored procedures
This type is for JOOQ INTERNAL USE only.
|
ArrayRecordImpl<T> |
A common base class for Oracle ARRAY types
This type is for JOOQ INTERNAL USE only.
|
CatalogImpl |
A common base class for database catalogs
This type is for JOOQ INTERNAL USE only.
|
CustomCondition |
A base class for custom
Condition implementations in client code. |
CustomField<T> |
A base class for custom
Field implementations in client code. |
CustomQueryPart |
A base class for custom
QueryPart implementations in client code. |
CustomRecord<R extends TableRecord<R>> |
A base class for custom
TableRecord implementations in client code. |
CustomTable<R extends TableRecord<R>> |
A base class for custom
Table implementations in client code. |
DAOImpl<R extends UpdatableRecord<R>,P,T> |
A common base implementation for generated DAO's.
|
DataSourceConnectionProvider |
A default implementation for a pooled
DataSource -oriented
ConnectionProvider
This implementation wraps a JDBC DataSource . jOOQ will use that data
source for initialising connections, and creating statements. |
DefaultConfiguration |
A default implementation for configurations within a
DSLContext , if no
custom configuration was supplied to DSL.using(Configuration) . |
DefaultConnectionProvider |
A default implementation for
ConnectionProvider . |
DefaultDataType<T> |
A common base class for data types.
|
DefaultDSLContext |
A default implementation for
DSLContext . |
DefaultExecuteListener |
A publicly available default implementation of
ExecuteListener . |
DefaultExecuteListenerProvider |
A default implementation for
ExecuteListenerProvider . |
DefaultRecordListener |
A publicly available default implementation of
RecordListener . |
DefaultRecordListenerProvider |
A default implementation for
RecordListenerProvider . |
DefaultRecordMapper<R extends Record,E> |
This is the default implementation for
RecordMapper types. |
DefaultRecordMapperProvider |
A default
RecordMapperProvider implementation, providing a
DefaultRecordMapper instance. |
DefaultVisitListener |
A publicly available default implementation of
VisitListener . |
DefaultVisitListenerProvider |
A default implementation for
VisitListenerProvider . |
DSL |
A DSL "entry point" providing implementations to the
org.jooq
interfaces. |
EnumConverter<T,U extends Enum<U>> |
A base class for enum conversion.
|
KeywordImpl |
A default
Keyword implementation. |
NoConnectionProvider |
An "empty" implementation that is never connected.
|
NullIf<T> | |
PackageImpl |
A default implementation for packages (containers of stored procedures and
functions)
Currently, this is only supported for the
SQLDialect.ORACLE dialect. |
SchemaImpl |
A common base class for database schemata
This type is for JOOQ INTERNAL USE only.
|
SequenceImpl<T extends Number> |
A common base class for sequences
This type is for JOOQ INTERNAL USE only.
|
SQLDataType |
The SQL standard data types, as described in
Types . |
TableImpl<R extends Record> |
A common base type for tables
This type is for JOOQ INTERNAL USE only.
|
TableRecordImpl<R extends TableRecord<R>> |
A record implementation for a record originating from a single table
This type is for JOOQ INTERNAL USE only.
|
UDTImpl<R extends UDTRecord<R>> |
A common base type for UDT's
This type is for JOOQ INTERNAL USE only.
|
UDTRecordImpl<R extends UDTRecord<R>> |
A record implementation for a record originating from a single UDT
This type is for JOOQ INTERNAL USE only.
|
UpdatableRecordImpl<R extends UpdatableRecord<R>> |
A record implementation for a record holding a primary key
This type is for JOOQ INTERNAL USE only.
|
org.jooq.impl
package contains jOOQ's implementation classes.
This package provides implementations for the jOOQ API from
org.jooq
, whose interfaces are constructed mostly through the
DSL
and DSLContext
classes, which hide
implementation facts from the public API.
Copyright © 2014. All Rights Reserved.