org.jooq.impl package contains jOOQ's implementation classes.See: Description
| Class | Description | 
|---|---|
| AbstractConverter<T,U> | |
| 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. | 
| AbstractXMLasObjectBinding<T> | |
| ArrayRecordImpl<T> | A common base class for Oracle ARRAY types
 
 This type is for JOOQ INTERNAL USE only. | 
| BlobBinding | A binding that takes binary values but binds them as  Blobto at the
 JDBC level. | 
| CatalogImpl | A common base class for database catalogs
 
 This type is for JOOQ INTERNAL USE only. | 
| ClobBinding | A binding that takes binary values but binds them as  Clobto at the
 JDBC level. | 
| CustomCondition | A base class for custom  Conditionimplementations in client code. | 
| CustomField<T> | A base class for custom  Fieldimplementations in client code. | 
| CustomQueryPart | A base class for custom  QueryPartimplementations in client code. | 
| CustomRecord<R extends TableRecord<R>> | A base class for custom  TableRecordimplementations in client code. | 
| CustomTable<R extends TableRecord<R>> | A base class for custom  Tableimplementations in client code. | 
| DAOImpl<R extends UpdatableRecord<R>,P,T> | A common base implementation for generated  DAO. | 
| DataSourceConnectionProvider | A default implementation for a pooled  DataSource-orientedConnectionProviderThis implementation wraps a JDBCDataSource. jOOQ will use that data
 source for initialising connections, and creating statements. | 
| DateAsTimestampBinding | A binding that implements the date-as-timestamp semantics of the jOOQ code
 generator. | 
| DefaultBinding<T,U> | |
| DefaultConfiguration | A default implementation for configurations within a  DSLContext, if no
 custom configuration was supplied toDSL.using(Configuration). | 
| DefaultConnectionProvider | A default implementation for  ConnectionProvider. | 
| DefaultConverterProvider | Deprecated - This API is still EXPERIMENTAL. | 
| 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  RecordMappertypes. | 
| DefaultRecordMapperProvider | A default  RecordMapperProviderimplementation, providing aDefaultRecordMapperinstance. | 
| DefaultTransactionProvider | A default implementation for the  TransactionProviderSPI. | 
| DefaultVisitListener | A publicly available default implementation of  VisitListener. | 
| DefaultVisitListenerProvider | A default implementation for  VisitListenerProvider. | 
| DSL | A DSL "entry point" providing implementations to the  org.jooqinterfaces. | 
| EnumConverter<T,U extends Enum<U>> | A base class for enum conversion. | 
| KeywordImpl | A default  Keywordimplementation. | 
| NoConnectionProvider | An "empty" implementation that is never connected. | 
| NoTransactionProvider | An "empty" implementation that is never transactional. | 
| NullIf<T> | |
| PackageImpl | A default implementation for packages (containers of stored procedures and
 functions)
 
 Currently, this is only supported for the  SQLDialect.ORACLEdialect. | 
| 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. | 
| XMLasDOMBinding | 
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 © 2016. All Rights Reserved.