Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jooq Classes and Interfaces - 641 results found.
NameDescriptionTypePackageFramework
AbstractConverterClassorg.jooq.implJooq
AbstractKeysA base class for generated static references This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
AbstractRoutineA common base class for stored procedures This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
AbstractXMLasObjectBindingA binding that binds JAXB-annotated Object types to SQLXML types from your database.Classorg.jooq.implJooq
AccessDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.accessJooq
AccessDSLThe SQLDialect.Classorg.jooq.util.accessJooq
AggregateFilterStepThe step in the specification of aggregate functions where the SQL:2003 standard FILTER clause can be added.Interfaceorg.jooqJooq
AggregateFunctionAn aggregate function is a special field that is usually used in a GROUP BY context.Interfaceorg.jooqJooq
AlterSequenceFinalStepA Query that can alter sequences.Interfaceorg.jooqJooq
AlterSequenceRestartStepA Query that can alter sequences.Interfaceorg.jooqJooq
AlterTableAlterStepThe step in the ALTER TABLE DSL used to ALTERSpecify a new column DEFAULT.Interfaceorg.jooqJooq
AlterTableDropStepThe step in the ALTER TABLE DSL used to DROPAdd a CASCADE clause to theInterfaceorg.jooqJooq
AlterTableFinalStepThe final step in the ALTER TABLE DSL.Interfaceorg.jooqJooq
AlterTableStepThe step in the ALTER TABLE where the action can be decided.Interfaceorg.jooqJooq
ArrayAggOrderByStepThe SQL standard ARRAY_AGG() function.Interfaceorg.jooqJooq
ArrayRecordA "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally providing some convenience methodsInterfaceorg.jooqJooq
ArrayRecordImplA common base class for Oracle ARRAY types This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
ASEDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.aseJooq
ASEDSLThe SQLDialect.Classorg.jooq.util.aseJooq
AttachableAn object in jOOQ that can have an underlying Configuration attached Detaching an Attachable from its configuration means, that theInterfaceorg.jooqJooq
AttachableInternalBase functionality declaration for all Attachables This interface is for JOOQ INTERNAL USE only.Interfaceorg.jooqJooq
BackslashEscapingenum BackslashEscapingJava class for BackslashEscaping.Classorg.jooq.confJooq
BatchA wrapper for a JDBC batch operation.Interfaceorg.jooqJooq
BatchBindStepThis type is used for the Batch's DSL API.Interfaceorg.jooqJooq
BetweenAndStepAn intermediate DSL type for the construction of a BETWEENCreate a condition to check this field against some boundsInterfaceorg.jooqJooq
BetweenAndStep1An intermediate DSL type for the construction of a BETWEENCreate a condition to check this field against some boundsInterfaceorg.jooqJooq
BetweenAndStep10Interfaceorg.jooqJooq
BetweenAndStep11Interfaceorg.jooqJooq
BetweenAndStep12Interfaceorg.jooqJooq
BetweenAndStep13Interfaceorg.jooqJooq
BetweenAndStep14Interfaceorg.jooqJooq
BetweenAndStep15Interfaceorg.jooqJooq
BetweenAndStep16Interfaceorg.jooqJooq
BetweenAndStep17Interfaceorg.jooqJooq
BetweenAndStep18Interfaceorg.jooqJooq
BetweenAndStep19Interfaceorg.jooqJooq
BetweenAndStep2Interfaceorg.jooqJooq
BetweenAndStep20Interfaceorg.jooqJooq
BetweenAndStep21Interfaceorg.jooqJooq
BetweenAndStep22Interfaceorg.jooqJooq
BetweenAndStep3Interfaceorg.jooqJooq
BetweenAndStep4Interfaceorg.jooqJooq
BetweenAndStep5Interfaceorg.jooqJooq
BetweenAndStep6Interfaceorg.jooqJooq
BetweenAndStep7Interfaceorg.jooqJooq
BetweenAndStep8Interfaceorg.jooqJooq
BetweenAndStep9Interfaceorg.jooqJooq
BetweenAndStepNAn intermediate DSL type for the construction of a BETWEENCreate a condition to check this field against some boundsInterfaceorg.jooqJooq
BindContextThe bind context is used for binding QueryPart's and their contained values to a PreparedStatement's bind variables.Interfaceorg.jooqJooq
BindingAn SPI (Service Provider Interface) that exposes all low-level interactions with JDBC bind variables.Interfaceorg.jooqJooq
BindingGetResultSetContextA container type for Binding.Interfaceorg.jooqJooq
BindingGetSQLInputContextA container type for Binding.Interfaceorg.jooqJooq
BindingGetStatementContextA container type for Binding.Interfaceorg.jooqJooq
BindingRegisterContextA container type for Binding.Interfaceorg.jooqJooq
BindingSetSQLOutputContextA container type for Binding.Interfaceorg.jooqJooq
BindingSetStatementContextA container type for Binding.Interfaceorg.jooqJooq
BindingSQLContextA container type for Binding.Interfaceorg.jooqJooq
BlobBindingA binding that takes binary values but binds them as Blob to at the This is useful for workarounds for bugs in Oracle, like ORA-01461: can bind aClassorg.jooq.implJooq
CaseThe SQL case statement.Interfaceorg.jooqJooq
CaseConditionStepThe final step in creating a case statement of the type CASE WHEN x < 1 THEN 'one'Interfaceorg.jooqJooq
CaseValueStepAn intermediary step in creating a case statement of the type CASE x WHEN 1 THEN 'one'Interfaceorg.jooqJooq
CaseWhenStepThe final step in creating a case statement of the type CASE x WHEN 1 THEN 'one'Interfaceorg.jooqJooq
CatalogAn object representing a database catalog.Interfaceorg.jooqJooq
CatalogImplA common base class for database catalogs This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
ClauseA listing of clauses that emit events VisitListener.Classorg.jooqJooq
ClobBindingA binding that takes binary values but binds them as Clob to at the This is useful for workarounds for bugs in Oracle, like ORA-01461: can bind aClassorg.jooq.implJooq
CommonTableExpressionInterfaceorg.jooqJooq
ComparatorA comparator to be used in conditions to form comparison predicates.Classorg.jooqJooq
ConditionA condition to be used in a query's where part- 3.Interfaceorg.jooqJooq
ConditionProviderA common interface for all objects holding conditions (e.Interfaceorg.jooqJooq
ConfigurationA Configuration configures a DSLContext, providing it with information for query rendering and execution.Interfaceorg.jooqJooq
ConnectionCallableInterfaceorg.jooqJooq
ConnectionProviderA connection lifecycle handler API.Interfaceorg.jooqJooq
ConnectionRunnableInterfaceorg.jooqJooq
ConstantsClassorg.jooqJooq
ConstraintInterfaceorg.jooqJooq
ConstraintFinalStepInterfaceorg.jooqJooq
ConstraintForeignKeyOnStepThe step in the Constraint construction DSL API that allows for adding ON DELETE and ON UPDATE clauses.Interfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep1The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep10The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep11The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep12The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep13The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep14The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep15The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep16The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep17The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep18The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep19The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep2The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep20The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep21The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep22The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep3The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep4The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep5The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep6The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep7The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep8The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStep9The step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintForeignKeyReferencesStepNThe step in the Constraint construction DSL API that allows for matching a FOREIGN KEY clause with a REFERENCESInterfaceorg.jooqJooq
ConstraintTypeStepThe step in the Constraint construction DSL API that allows for specifying the constraint type.Interfaceorg.jooqJooq
ContainerFactoryContainer factory for creating containers for JSON object and JSON array.Interfaceorg.jooq.tools.jsonJooq
ContentHandlerA simplified and stoppable SAX-like content handler for stream processing of JSON text.Interfaceorg.jooq.tools.jsonJooq
ContextA context type that is used for rendering SQL or for binding.Interfaceorg.jooqJooq
ControlFlowSignalAn exception that is used to influence control flows.Classorg.jooq.exceptionJooq
ConvertUtility methods for type conversions This class provides less type-safety than the general jOOQ API methods.Classorg.jooq.toolsJooq
ConverterA Converter for data types.Interfaceorg.jooqJooq
ConverterProviderA ConverterProvider providers Converter implementations for any combination of types and .Interfaceorg.jooqJooq
ConvertersA chain of converters.Classorg.jooqJooq
CreateIndexFinalStepA Query that can create indexes.Interfaceorg.jooqJooq
CreateIndexStepA Query that can create indexes.Interfaceorg.jooqJooq
CreateSequenceFinalStepA Query that can create sequences.Interfaceorg.jooqJooq
CreateTableAsStepA Query that can create tables.Interfaceorg.jooqJooq
CreateTableColumnStepA Query that can create tables.Interfaceorg.jooqJooq
CreateTableFinalStepA Query that can create tables.Interfaceorg.jooqJooq
CreateTableOnCommitStepA Query that can create tables.Interfaceorg.jooqJooq
CreateViewAsStepA Query that can create views.Interfaceorg.jooqJooq
CreateViewFinalStepA Query that can create views.Interfaceorg.jooqJooq
CSVParserA very simple CSV parser released under a commercial-friendly license.Classorg.jooq.tools.csvJooq
CSVReaderA very simple CSV reader released under a commercial-friendly license.Classorg.jooq.tools.csvJooq
CUBRIDDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.cubridJooq
CUBRIDDSLThe SQLDialect.Classorg.jooq.util.cubridJooq
CursorCursors allow for lazy, sequential access to an underlying JDBC ResultSet.Interfaceorg.jooqJooq
CustomConditionA base class for custom Condition implementations in client code.Classorg.jooq.implJooq
CustomFieldA base class for custom Field implementations in client code.Classorg.jooq.implJooq
CustomQueryPartA base class for custom QueryPart implementations in client code.Classorg.jooq.implJooq
CustomRecordA base class for custom TableRecord implementations in client code.Classorg.jooq.implJooq
CustomTableA base class for custom Table implementations in client code.Classorg.jooq.implJooq
DAOA generic DAO interface for a pojo and a primary key type.Interfaceorg.jooqJooq
DAOImplA common base implementation for generated DAO.Classorg.jooq.implJooq
DataAccessExceptionThe DataAccessException is a generic RuntimeException indicating that something went wrong while executing a SQL statement fromClassorg.jooq.exceptionJooq
DataChangedExceptionAn error occurred while storing a record whose underlying data had alreadyAuthor:Lukas EderSee Also:UpdatableRecord.Classorg.jooq.exceptionJooq
DataSourceConnectionProviderA default implementation for a pooled DataSource-oriented This implementation wraps a JDBC DataSource.Classorg.jooq.implJooq
DataTypeA common interface to all dialect-specific data types.Interfaceorg.jooqJooq
DataTypeExceptionAn error occurred while handling data types.Classorg.jooq.exceptionJooq
DateAsTimestampBindingA binding that implements the date-as-timestamp semantics of the jOOQ codeAuthor:Lukas EderSee Also:https://github.Classorg.jooq.implJooq
DatePartA date part can be used with SQL functions such as extract().Classorg.jooqJooq
DayToSecondAn implementation for the SQL standard INTERVAL DAY TO SECOND DayToSecond is a Number whose Number.Classorg.jooq.typesJooq
DB2DataTypeSupported data types for the SQLDialect.Classorg.jooq.util.db2Jooq
DB2DSLThe SQLDialect.Classorg.jooq.util.db2Jooq
DDLQueryA marker interface for all DDL queries.Interfaceorg.jooqJooq
DefaultBindingClassorg.jooq.implJooq
DefaultCallableStatementA default JDBC CallableStatement implementation delegating all JDBC 4.Classorg.jooq.tools.jdbcJooq
DefaultConfigurationA default implementation for configurations within a DSLContext, if no custom configuration was supplied to DSL.Classorg.jooq.implJooq
DefaultConnectionA default JDBC Connection implementation delegating all JDBC 4.Classorg.jooq.tools.jdbcJooq
DefaultConnectionProviderA default implementation for ConnectionProvider.Classorg.jooq.implJooq
DefaultConverterProviderClassorg.jooq.implJooq
DefaultDataTypeA common base class for data types.Classorg.jooq.implJooq
DefaultDSLContextA default implementation for DSLContext.Classorg.jooq.implJooq
DefaultExecuteListenerA publicly available default implementation of ExecuteListener.Classorg.jooq.implJooq
DefaultExecuteListenerProviderA default implementation for ExecuteListenerProvider.Classorg.jooq.implJooq
DefaultPreparedStatementA default JDBC PreparedStatement implementation delegating all JDBC 4.Classorg.jooq.tools.jdbcJooq
DefaultRecordListenerA publicly available default implementation of RecordListener.Classorg.jooq.implJooq
DefaultRecordListenerProviderA default implementation for RecordListenerProvider.Classorg.jooq.implJooq
DefaultRecordMapperThis is the default implementation for RecordMapper types.Classorg.jooq.implJooq
DefaultRecordMapperProviderA default RecordMapperProvider implementation, providing a DefaultRecordMapper instance.Classorg.jooq.implJooq
DefaultResultSetA default JDBC ResultSet implementation delegating all JDBC 4.Classorg.jooq.tools.jdbcJooq
DefaultStatementA default JDBC Statement implementation delegating all JDBC 4.Classorg.jooq.tools.jdbcJooq
DefaultTransactionProviderA default implementation for the TransactionProvider SPI.Classorg.jooq.implJooq
DefaultVisitListenerA publicly available default implementation of VisitListener.Classorg.jooq.implJooq
DefaultVisitListenerProviderA default implementation for VisitListenerProvider.Classorg.jooq.implJooq
DeleteA Query that can delete data in the database.Interfaceorg.jooqJooq
DeleteConditionStepThis type is used for the Delete's DSL API.Interfaceorg.jooqJooq
DeleteFinalStepThis type is used for the Delete's DSL API.Interfaceorg.jooqJooq
DeleteQueryA query used for deletion of dataAdds new conditions to the query, connecting them to existingInterfaceorg.jooqJooq
DeleteResultStepThis type is used for the Delete's DSL API.Interfaceorg.jooqJooq
DeleteReturningStepThis type is used for the Delete's DSL API.Interfaceorg.jooqJooq
DeleteWhereStepThis type is used for the Delete's DSL API.Interfaceorg.jooqJooq
DerbyDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.derbyJooq
DerbyDSLThe SQLDialect.Classorg.jooq.util.derbyJooq
DerivedColumnListA DerivedColumnList is a name of a table expression with optional derived column list.Interfaceorg.jooqJooq
DetachedExceptionAn operation was invoked on a detached object (Query, QueryPart, or UpdatableRecord).Classorg.jooq.exceptionJooq
DivideByOnConditionStepAn intermediate type for the construction of a relational division.Interfaceorg.jooqJooq
DivideByOnStepAn intermediate type for the construction of a relational division- 3.Interfaceorg.jooqJooq
DivideByReturningStepAn intermediate type for the construction of a relational divisionSpecify the fields that you want the division to return from the dividendInterfaceorg.jooqJooq
DropIndexFinalStepA Query that can create indexes.Interfaceorg.jooqJooq
DropIndexOnStepA Query that can create indexes.Interfaceorg.jooqJooq
DropSequenceFinalStepA Query that can drop sequences.Interfaceorg.jooqJooq
DropTableFinalStepThe final step in the DROP TABLE DSL.Interfaceorg.jooqJooq
DropTableStepThe step in the DROP TABLE DSL used to specify DROPAdd a CASCADE clause to the DROP TABLEInterfaceorg.jooqJooq
DropViewFinalStepThe final step in the DROP VIEW DSL.Interfaceorg.jooqJooq
DSLA DSL "entry point" providing implementations to the org.Classorg.jooq.implJooq
DSLContextA contextual DSL providing "attached" implementations to the org.Interfaceorg.jooqJooq
EnumConverterA base class for enum conversion.Classorg.jooq.implJooq
EnumTypeA SQL enum type.Interfaceorg.jooqJooq
ExecuteContextA context object for Query execution passed to registeredAuthor:Lukas EderSee Also:ExecuteListenerInterfaceorg.jooqJooq
ExecuteListenerAn event listener for Query, Routine, or ResultSet render, prepare, bind, execute, fetch steps.Interfaceorg.jooqJooq
ExecuteListenerProviderA provider for ExecuteListener instances.Interfaceorg.jooqJooq
ExecuteTypeThe type of database interaction that is being executed with this context.Classorg.jooqJooq
FieldA field used in tables and conditions Note that all fields qualify as GroupField, i.Classorg.jooqJooq
FieldLikeAn object that can behave like a field (a field-like object)The underlying field representation of this objectInterfaceorg.jooqJooq
FieldOrRowA common base type for Field and Row where DSL API accepts This is useful for expressions like GROUPING SETS, whenInterfaceorg.jooqJooq
FirebirdDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.firebirdJooq
FirebirdDSLThe SQLDialect.Classorg.jooq.util.firebirdJooq
ForeignKeyA ForeignKey is an object referencing a UniqueKey.Interfaceorg.jooqJooq
FutureResultFetch results asynchronously.Interfaceorg.jooqJooq
GroupConcatOrderByStepMySQL's GROUP_CONCAT function.Interfaceorg.jooqJooq
GroupConcatSeparatorStepMySQL's GROUP_CONCAT function.Interfaceorg.jooqJooq
GroupFieldInterfaceorg.jooqJooq
H2DataTypeSupported data types for the SQLDialect.Classorg.jooq.util.h2Jooq
H2DSLThe SQLDialect.Classorg.jooq.util.h2Jooq
HanaDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.hanaJooq
HanaDSLThe SQLDialect.Classorg.jooq.util.hanaJooq
HSQLDBDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.hsqldbJooq
HSQLDBDSLThe SQLDialect.Classorg.jooq.util.hsqldbJooq
IdentityAn Identity is an object representing an IDENTITY column as understood by the SQL:2003 standard.Interfaceorg.jooqJooq
InformixDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.informixJooq
InformixDSLThe SQLDialect.Classorg.jooq.util.informixJooq
IngresDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.ingresJooq
IngresDSLThe SQLDialect.Classorg.jooq.util.ingresJooq
InsertA Query that can insert data in the database.Interfaceorg.jooqJooq
InsertFinalStepThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertOnDuplicateSetMoreStepThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertOnDuplicateSetStepThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertOnDuplicateStepThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertQueryInterfaceorg.jooqJooq
InsertResultStepThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertReturningStepThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertSetMoreStepThis type is used for the Insert's alternative DSL API.Interfaceorg.jooqJooq
InsertSetStepThis type is used for the Insert's alternative DSL API.Interfaceorg.jooqJooq
InsertValuesStep1This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep10This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep11This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep12This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep13This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep14This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep15This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep16This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep17This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep18This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep19This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep2This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep20This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep21This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep22This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep3This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep4This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep5This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep6This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep7This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep8This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStep9This type is used for the Insert's DSL API.Interfaceorg.jooqJooq
InsertValuesStepNThis type is used for the Insert's DSL API.Interfaceorg.jooqJooq
IntervalA substitute for JDBC's missing java.Interfaceorg.jooq.typesJooq
InvalidResultExceptionAn unexpected result was encountered after executing a Query.Classorg.jooq.exceptionJooq
IOExceptionThe jOOQ IOException is a wrapper for aAuthor:Lukas EderSee Also:Serialized FormClassorg.jooq.exceptionJooq
JDBC41ConnectionAdd JDBC 4.Classorg.jooq.tools.jdbcJooq
JDBC41ResultSetAdd JDBC 4.Classorg.jooq.tools.jdbcJooq
JDBC41StatementAdd JDBC 4.Classorg.jooq.tools.jdbcJooq
JDBCUtilsJDBC-related utility methods.Classorg.jooq.tools.jdbcJooq
JoinTypeClassorg.jooqJooq
JooqLoggerThe jOOQ logger abstraction.Classorg.jooq.toolsJooq
JSONArrayA JSON array.Classorg.jooq.tools.jsonJooq
JSONObjectA JSON object.Classorg.jooq.tools.jsonJooq
JSONParserParser for JSON text.Classorg.jooq.tools.jsonJooq
JSONValueClassorg.jooq.tools.jsonJooq
KeyA Key is an object representing a UNIQUE KEY, a PRIMARY KEY, or a FOREIGN KEY.Interfaceorg.jooqJooq
KeywordA SQL keyword QueryPart.Interfaceorg.jooqJooq
KeywordImplA default Keyword implementation.Classorg.jooq.implJooq
LinkA database link reference.Interfaceorg.jooqJooq
LoaderThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderConfigurationExceptionThe LoaderConfigurationException indicates that a Loader was executed with an illegal execution configuration.Classorg.jooq.exceptionJooq
LoaderContextA context object that provides information about a loader's current state toA list of errors that might have happened during the load.Interfaceorg.jooqJooq
LoaderCSVOptionsStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderCSVStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderErrorAn error that occurred during loading.Interfaceorg.jooqJooq
LoaderJSONOptionsStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderJSONStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderListenerStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderLoadStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderOptionsStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderRowListenerA listener for Loader progress.Interfaceorg.jooqJooq
LoaderRowsStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderSourceStepThe Loader API is used for configuring data loads.Interfaceorg.jooqJooq
LoaderXMLStepInterfaceorg.jooqJooq
LoggerListenerA default ExecuteListener that just logs events to java.Classorg.jooq.toolsJooq
MappedSchemaJava class for MappedSchema complex type.Classorg.jooq.confJooq
MappedTableJava class for MappedTable complex type.Classorg.jooq.confJooq
MappingExceptionAn error occurred while fetching data into a user defined Java object with any of these methods:Classorg.jooq.exceptionJooq
MariaDBDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.mariadbJooq
MariaDBDSLThe SQLDialect.Classorg.jooq.util.mariadbJooq
MergeA Query that can merge data in the database.Interfaceorg.jooqJooq
MergeFinalStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep1This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep10This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep11This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep12This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep13This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep14This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep15This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep16This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep17This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep18This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep19This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep2This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep20This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep21This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep22This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep3This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep4This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep5This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep6This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep7This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep8This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStep9This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeKeyStepNThis type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeMatchedDeleteStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeMatchedSetMoreStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeMatchedSetStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeMatchedStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeMatchedWhereStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedSetMoreStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedSetStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep1This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep10This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep11This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep12This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep13This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep14This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep15This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep16This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep17This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep18This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep19This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep2This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep20This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep21This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep22This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep3This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep4This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep5This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep6This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep7This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep8This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStep9This type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedValuesStepNThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeNotMatchedWhereStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeOnConditionStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeOnStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeUsingStepThis type is used for the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep1This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep10This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep11This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep12This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep13This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep14This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep15This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep16This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep17This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep18This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep19This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep2This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep20This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep21This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep22This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep3This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep4This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep5This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep6This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep7This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep8This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStep9This type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MergeValuesStepNThis type is used for the H2-specific variant of the Merge's DSL API.Interfaceorg.jooqJooq
MetaA wrapping object for DatabaseMetaData This object can be obtained through DSLContext.Interfaceorg.jooqJooq
MockArrayClassorg.jooq.tools.jdbcJooq
MockCallableAn FunctionalInterface that wraps mockable code.Interfaceorg.jooq.tools.jdbcJooq
MockConfigurationA mock configuration.Classorg.jooq.tools.jdbcJooq
MockConnection Mock connections can be used to supply jOOQ with unit test data, avoiding the round-trip of using an actual in-memory test database, such as Derby, H2 orClassorg.jooq.tools.jdbcJooq
MockConnectionProviderA mock connection provider.Classorg.jooq.tools.jdbcJooq
MockDataProviderA data provider for mock query executions.Interfaceorg.jooq.tools.jdbcJooq
MockExecuteContextA mock execution context.Classorg.jooq.tools.jdbcJooq
MockFileDatabaseA file-based MockDataProvider.Classorg.jooq.tools.jdbcJooq
MockResult This type is used to wrap unified results of DDL and DML query executions.Classorg.jooq.tools.jdbcJooq
MockResultSetClassorg.jooq.tools.jdbcJooq
MockResultSetMetaDataA mock result set meta data object.Classorg.jooq.tools.jdbcJooq
MockRunnableAn FunctionalInterface that wraps mockable code.Interfaceorg.jooq.tools.jdbcJooq
MockSavepointClassorg.jooq.tools.jdbcJooq
MockStatement This statement can be used to mock any of these: Statement PreparedStatement CallableStatementClassorg.jooq.tools.jdbcJooq
MySQLDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.mysqlJooq
MySQLDSLThe SQLDialect.Classorg.jooq.util.mysqlJooq
NameA SQL identifier QueryPart.Interfaceorg.jooqJooq
NoConnectionProviderAn "empty" implementation that is never connected.Classorg.jooq.implJooq
NoDataFoundExceptionNo rows were returned from a ResultQuery, when exactly one row wasAuthor:Lukas EderSee Also:Serialized FormClassorg.jooq.exceptionJooq
NoTransactionProviderAn "empty" implementation that is never transactional.Classorg.jooq.implJooq
NullIfClassorg.jooq.implJooq
ObjectFactoryThis object contains factory methods for each Java content interface and Java element interface Classorg.jooq.confJooq
OperatorAn operator used for combining conditionsEnum Constant SummaryClassorg.jooqJooq
OracleDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.oracleJooq
OracleDSLThe SQLDialect.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQOracle AQ related features are located here.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .DELIVERY_MODEA flag corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .DEQUEUE_MODEA flag corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .DEQUEUE_OPTIONS_TA RECORD corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .ENQUEUE_OPTIONS_TA RECORD corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .MESSAGE_PROPERTIES_TA RECORD corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .NAVIGATIONA flag corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .SEQUENCE_DEVIATIONA flag corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .VISIBILITYA flag corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OracleDSL .DBMS_AQ .WAITA flag corresponding to DBMS_AQ.Classorg.jooq.util.oracleJooq
OrderedAggregateFunctionAn ordered aggregate function.Interfaceorg.jooqJooq
PackageA container for stored procedures and functions This is only supported in the SQLDialect.Classorg.jooqJooq
PackageImplA default implementation for packages (containers of stored procedures and Currently, this is only supported for the SQLDialect.Classorg.jooq.implJooq
ParamA named parameter and/or bind value.Interfaceorg.jooqJooq
ParameterA parameter to a stored procedure or function.Interfaceorg.jooqJooq
ParamTypeJava class for ParamType.Classorg.jooq.confJooq
ParseExceptionParseException explains why and where the error occurs in source JSON text.Classorg.jooq.tools.jsonJooq
PivotForStepThis type is used for the Oracle PIVOT clause DSL API, pivoting Table objects to new tables.Interfaceorg.jooqJooq
PivotInStepThis type is used for the Oracle PIVOT clause DSL API, pivoting Table objects to new tables.Interfaceorg.jooqJooq
PlainSQLThis annotation marks all methods and types that allow for producing a QueryPart that generates "plain SQL" inside of an AST.Classorg.jooqJooq
PostgresDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.postgresJooq
PostgresDSLThe SQLDialect.Classorg.jooq.util.postgresJooq
PostgresUtilsA collection of utilities to cover the Postgres JDBC driver's missing The Postgres JDBC driver is known to miss out on quite a few JDBC featureClassorg.jooq.util.postgresJooq
QuantifiedSelectA participant of a quantified comparison predicate A QuantifiedSelect models the right hand side of a quantifiedInterfaceorg.jooqJooq
QueryBind a new value to an indexed parameter.Interfaceorg.jooqJooq
QueryPartThe common base type for all objects that can be used for query composition.Interfaceorg.jooqJooq
QueryPartInternalBase functionality declaration for all query objects This interface is for JOOQ INTERNAL USE only.Interfaceorg.jooqJooq
QueueAn Oracle AQ specification.Interfaceorg.jooq.util.oracleJooq
QueueImplA common base class for AQ.Classorg.jooq.util.oracleJooq
RecordA database result record.Interfaceorg.jooqJooq
Record1A model type for a records with degree 1Author:Lukas EderSee Also:Row1Interfaceorg.jooqJooq
Record10A model type for a records with degree 10Author:Lukas EderSee Also:Row10Interfaceorg.jooqJooq
Record11A model type for a records with degree 11Author:Lukas EderSee Also:Row11Interfaceorg.jooqJooq
Record12A model type for a records with degree 12Author:Lukas EderSee Also:Row12Interfaceorg.jooqJooq
Record13A model type for a records with degree 13Author:Lukas EderSee Also:Row13Interfaceorg.jooqJooq
Record14A model type for a records with degree 14Author:Lukas EderSee Also:Row14Interfaceorg.jooqJooq
Record15A model type for a records with degree 15Author:Lukas EderSee Also:Row15Interfaceorg.jooqJooq
Record16A model type for a records with degree 16Author:Lukas EderSee Also:Row16Interfaceorg.jooqJooq
Record17A model type for a records with degree 17Author:Lukas EderSee Also:Row17Interfaceorg.jooqJooq
Record18A model type for a records with degree 18Author:Lukas EderSee Also:Row18Interfaceorg.jooqJooq
Record19A model type for a records with degree 19Author:Lukas EderSee Also:Row19Interfaceorg.jooqJooq
Record2A model type for a records with degree 2Author:Lukas EderSee Also:Row2Interfaceorg.jooqJooq
Record20A model type for a records with degree 20Author:Lukas EderSee Also:Row20Interfaceorg.jooqJooq
Record21A model type for a records with degree 21Author:Lukas EderSee Also:Row21Interfaceorg.jooqJooq
Record22A model type for a records with degree 22Author:Lukas EderSee Also:Row22Interfaceorg.jooqJooq
Record3A model type for a records with degree 3Author:Lukas EderSee Also:Row3Interfaceorg.jooqJooq
Record4A model type for a records with degree 4Author:Lukas EderSee Also:Row4Interfaceorg.jooqJooq
Record5A model type for a records with degree 5Author:Lukas EderSee Also:Row5Interfaceorg.jooqJooq
Record6A model type for a records with degree 6Author:Lukas EderSee Also:Row6Interfaceorg.jooqJooq
Record7A model type for a records with degree 7Author:Lukas EderSee Also:Row7Interfaceorg.jooqJooq
Record8A model type for a records with degree 8Author:Lukas EderSee Also:Row8Interfaceorg.jooqJooq
Record9A model type for a records with degree 9Author:Lukas EderSee Also:Row9Interfaceorg.jooqJooq
RecordContextA context object for Record manipulation passed to registeredThe Record(s) that are being manipulated in batch mode.Interfaceorg.jooqJooq
RecordHandlerA RecordHandler is a handler that can receive Record objects, when fetching data from the database.Interfaceorg.jooqJooq
RecordListenerA listener for manipulation events on UpdatableRecords.Interfaceorg.jooqJooq
RecordListenerProviderA provider for RecordListener instances.Interfaceorg.jooqJooq
RecordMapperA RecordMapper is a mapper that can receive Record objects, when fetching data from the database, transforming them into aInterfaceorg.jooqJooq
RecordMapperProviderA provider for RecordMapper instances.Interfaceorg.jooqJooq
RecordTypeA record type for Table, Cursor, Result and other This type differs from Row in several ways:Interfaceorg.jooqJooq
RedshiftDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.redshiftJooq
RedshiftDSLThe SQLDialect.Classorg.jooq.util.redshiftJooq
ReflectA wrapper for an Object or Class upon which reflective calls An example of using Reflect is Classorg.jooq.tools.reflectJooq
ReflectExceptionA unchecked wrapper for any of Java's checked reflection exceptions: These exceptions areClassorg.jooq.tools.reflectJooq
RenderContextThe render context is used for rendering QueryPart's to SQL.Interfaceorg.jooqJooq
RenderContext .CastModeThe cast mode for bind values.Classorg.jooqJooq
RenderKeywordStyleenum RenderKeywordStyleJava class for RenderKeywordStyle.Classorg.jooq.confJooq
RenderMappingJava class for RenderMapping complex type.Classorg.jooq.confJooq
RenderNameStyleenum RenderNameStyleJava class for RenderNameStyle.Classorg.jooq.confJooq
ResultA wrapper for database results returned by SelectQueryAuthor:Lukas EderSee Also:ResultQuery.Interfaceorg.jooqJooq
ResultOrRowsA type that contains either a Result or an update count.Interfaceorg.jooqJooq
ResultQueryA query that can return results.Interfaceorg.jooqJooq
ResultsA list of Result and update counts that can be returned by ResultQuery.Interfaceorg.jooqJooq
RoutineA routine is a callable object in your RDBMS.Interfaceorg.jooqJooq
RowA model type for a row value expression.Interfaceorg.jooqJooq
Row1A model type for a row value expression with degree 1.Interfaceorg.jooqJooq
Row10A model type for a row value expression with degree 10.Interfaceorg.jooqJooq
Row11A model type for a row value expression with degree 11.Interfaceorg.jooqJooq
Row12A model type for a row value expression with degree 12.Interfaceorg.jooqJooq
Row13A model type for a row value expression with degree 13.Interfaceorg.jooqJooq
Row14A model type for a row value expression with degree 14.Interfaceorg.jooqJooq
Row15A model type for a row value expression with degree 15.Interfaceorg.jooqJooq
Row16A model type for a row value expression with degree 16.Interfaceorg.jooqJooq
Row17A model type for a row value expression with degree 17.Interfaceorg.jooqJooq
Row18A model type for a row value expression with degree 18.Interfaceorg.jooqJooq
Row19A model type for a row value expression with degree 19.Interfaceorg.jooqJooq
Row2A model type for a row value expression with degree 2.Interfaceorg.jooqJooq
Row20A model type for a row value expression with degree 20.Interfaceorg.jooqJooq
Row21A model type for a row value expression with degree 21.Interfaceorg.jooqJooq
Row22A model type for a row value expression with degree 22.Interfaceorg.jooqJooq
Row3A model type for a row value expression with degree 3.Interfaceorg.jooqJooq
Row4A model type for a row value expression with degree 4.Interfaceorg.jooqJooq
Row5A model type for a row value expression with degree 5.Interfaceorg.jooqJooq
Row6A model type for a row value expression with degree 6.Interfaceorg.jooqJooq
Row7A model type for a row value expression with degree 7.Interfaceorg.jooqJooq
Row8A model type for a row value expression with degree 8.Interfaceorg.jooqJooq
Row9A model type for a row value expression with degree 9.Interfaceorg.jooqJooq
RowNA model type for a row value expression with degree N > 22.Interfaceorg.jooqJooq
SchemaAn object representing a database schemaThe name of this schemaInterfaceorg.jooqJooq
SchemaImplA common base class for database schemata This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
SchemaMappingGeneral mapping of generated artefacts onto run-time substitutes.Classorg.jooqJooq
ScopeScope implementations provide access to a variety of objects that are available from a given scope.Interfaceorg.jooqJooq
SelectA Query that can provide a Result after executionApply the EXCEPT (or MINUS) set operation.Interfaceorg.jooqJooq
SelectConditionStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectConnectByConditionStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectConnectByStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectDistinctOnStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectFieldA QueryPart to be used exclusively in SELECTThe field's underlying Binding.Interfaceorg.jooqJooq
SelectFinalStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectForUpdateOfStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectForUpdateStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectForUpdateWaitStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectFromStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectGroupByStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectHavingConditionStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectHavingStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectIntoStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectJoinPartitionByStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectJoinStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectLimitStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectOffsetStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectOnConditionStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectOnStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectOptionalOnStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectOptionStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectOrderByStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectQueryA query for data selectionAdds new conditions to the query, connecting them to existingInterfaceorg.jooqJooq
SelectSeekLimitStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep1This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep10This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep11This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep12This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep13This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep14This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep15This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep16This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep17This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep18This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep19This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep2This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep20This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep21This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep22This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep3This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep4This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep5This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep6This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep7This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep8This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStep9This type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSeekStepNThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectSelectStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectStartWithStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectUnionStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectWhereStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SelectWindowStepThis type is used for the Select's DSL API when selecting generic -- get all authors' first and last names, and the numberInterfaceorg.jooqJooq
SequenceA type representing sequences in databases that support this.Interfaceorg.jooqJooq
SequenceImplA common base class for sequences This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
SettingsJava class for Settings complex type.Classorg.jooq.confJooq
SettingsToolsConvenience methods for jOOQ runtime settings.Classorg.jooq.confJooq
SortFieldA wrapper for a Field and a SortFieldAuthor:Lukas EderSee Also:Field.Interfaceorg.jooqJooq
SortOrderThe sorting order used in OrderByFieldListsEnum Constant SummaryClassorg.jooqJooq
SQLA plain SQL QueryPart.Interfaceorg.jooqJooq
SQLDataTypeThe SQL standard data types, as described in Types.Classorg.jooq.implJooq
SQLDialectDialects and dialect families as supported by jOOQ.Classorg.jooqJooq
SQLDialectNotSupportedExceptionAn exception thrown if an SQL construct is used, which is not supported by the dialect set in Configuration.Classorg.jooq.exceptionJooq
SQLiteDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.sqliteJooq
SQLiteDSLThe SQLDialect.Classorg.jooq.util.sqliteJooq
SQLServerDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.sqlserverJooq
SQLServerDSLThe SQLDialect.Classorg.jooq.util.sqlserverJooq
StateDefines a "state" in the state machine modelled by the DSL API.Classorg.jooq.api.annotationJooq
StatementTypeJava class for StatementType.Classorg.jooq.confJooq
StopWatchClassorg.jooq.toolsJooq
StopWatchListenerA default ExecuteListener that just logs events to java.Classorg.jooq.toolsJooq
StoreQueryA query storing objects to the database.Interfaceorg.jooqJooq
StringUtils Operations on String that are null safe.Classorg.jooq.toolsJooq
SupportA formal declaration of whether any API element is supported by a given The annotation is mainly used in three modes:Classorg.jooqJooq
SybaseDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.sybaseJooq
SybaseDSLThe SQLDialect.Classorg.jooq.util.sybaseJooq
TableA table to be used in queriesCreate an alias for this table.Interfaceorg.jooqJooq
TableFieldInterfaceorg.jooqJooq
TableImplA common base type for tables This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
TableLikeAn object that can behave like a table (a table-like object)The underlying table representation of this objectInterfaceorg.jooqJooq
TableOnConditionStepAn intermediate (optional) type for the construction of a JOIN clause, where the join criteria is added using an ON clauseInterfaceorg.jooqJooq
TableOnStepAn intermediate type for the construction of a JOIN clause, where there must be a join criteria added using an ON clauseInterfaceorg.jooqJooq
TableOptionalOnStepAn intermediate type for the construction of a JOIN clause, where there may optionally be a join criteria added using an ONInterfaceorg.jooqJooq
TablePartitionByStepAn intermediate type for the construction of a partitioned SQLDialect.Interfaceorg.jooqJooq
TableRecordA record originating from a single tableFetch a parent record of this record, given a foreign key.Interfaceorg.jooqJooq
TableRecordImplA record implementation for a record originating from a single table This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
TooManyRowsExceptionToo many rows (more than 1) were returned from a ResultQuery.Classorg.jooq.exceptionJooq
TransactionInterfaceorg.jooqJooq
TransactionalCallableAn FunctionalInterface that wraps transactional code.Interfaceorg.jooqJooq
TransactionalRunnableAn FunctionalInterface that wraps transactional code.Interfaceorg.jooqJooq
TransactionContextA context object that is used to pass arguments to the various methods of TransactionProvider.Interfaceorg.jooqJooq
TransactionProviderThe TransactionProvider SPI can be used to implement custom transaction behaviour that is applied when callingInterfaceorg.jooqJooq
TransitionDefines a "transition" in the state machine modelled by the DSL API.Classorg.jooq.api.annotationJooq
TruncateA Query that can truncate a table in the database.Interfaceorg.jooqJooq
TruncateCascadeStepA Query that can truncate a table in the database.Interfaceorg.jooqJooq
TruncateFinalStepA Query that can truncate a table in the database.Interfaceorg.jooqJooq
TruncateIdentityStepA Query that can truncate a table in the database.Interfaceorg.jooqJooq
UByteThe unsigned byte typeAuthor:Lukas Eder, Ed SchallerSee Also:Serialized FormClassorg.jooq.typesJooq
UDTGet a specific field from this UDT.Interfaceorg.jooqJooq
UDTFieldInterfaceorg.jooqJooq
UDTImplA common base type for UDT's This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
UDTRecordAn object holding data of a UDTThe UDT from which this record was readInterfaceorg.jooqJooq
UDTRecordImplA record implementation for a record originating from a single UDT This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
UIntegerThe unsigned int typeAuthor:Lukas Eder, Ed SchallerSee Also:Serialized FormClassorg.jooq.typesJooq
ULongThe unsigned long typeAuthor:Lukas EderSee Also:Serialized FormClassorg.jooq.typesJooq
UniqueKeyA UniqueKey is an object representing a UNIQUE KEY or a PRIMARY KEY.Interfaceorg.jooqJooq
UnsignedA utility class for static access to unsigned number functionality.Classorg.jooq.typesJooq
UNumberA base type for unsigned numbers.Classorg.jooq.typesJooq
UpdatableRecordA common interface for records that can be stored back to the database again.Interfaceorg.jooqJooq
UpdatableRecordImplA record implementation for a record holding a primary key This type is for JOOQ INTERNAL USE only.Classorg.jooq.implJooq
UpdateA Query that can update data in the database.Interfaceorg.jooqJooq
UpdateConditionStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateFinalStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateFromStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateQueryA query for data updatingAdds new conditions to the query, connecting them to existingInterfaceorg.jooqJooq
UpdateResultStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateReturningStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateSetFirstStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateSetMoreStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateSetStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UpdateWhereStepThis type is used for the Update's DSL API.Interfaceorg.jooqJooq
UShortThe unsigned short typeAuthor:Lukas EderSee Also:Serialized FormClassorg.jooq.typesJooq
VersionsBetweenAndStepThis type is used for the Oracle VERSIONS clause DSL API, providing access to the flashback versions query clauses.Interfaceorg.jooqJooq
VerticaDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.verticaJooq
VerticaDSLThe SQLDialect.Classorg.jooq.util.verticaJooq
VisitContextA context object for QueryPart traversal passed to registeredAuthor:Lukas EderSee Also:VisitListenerInterfaceorg.jooqJooq
VisitListenerA listener for QueryPart traversal events.Interfaceorg.jooqJooq
VisitListenerProviderA provider for VisitListener instances.Interfaceorg.jooqJooq
WindowBeforeOverStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowDefinitionA window definition.Interfaceorg.jooqJooq
WindowFinalStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowIgnoreNullsStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowOrderByStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowOverStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowPartitionByStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowRowsAndStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowRowsStepThis type is used for the window function DSL API.Interfaceorg.jooqJooq
WindowSpecificationA window specification.Interfaceorg.jooqJooq
WindowSpecificationFinalStepAn intermediate step in the construction of a WindowSpecification.Interfaceorg.jooqJooq
WindowSpecificationOrderByStepAn intermediate step in the construction of a WindowSpecification.Interfaceorg.jooqJooq
WindowSpecificationPartitionByStepAn intermediate step in the construction of a WindowSpecification.Interfaceorg.jooqJooq
WindowSpecificationRowsAndStepAn intermediate step in the construction of a WindowSpecification.Interfaceorg.jooqJooq
WindowSpecificationRowsStepAn intermediate step in the construction of a WindowSpecification.Interfaceorg.jooqJooq
WithAsStepThis type is part of the jOOQ DSL to create Select, Insert, Update, Delete, Merge statements prefixed with aInterfaceorg.jooqJooq
WithStepThis type is part of the jOOQ DSL to create Select, Insert, Update, Delete, Merge statements prefixed with aInterfaceorg.jooqJooq
XMLasDOMBindingA binding that binds Node types to SQLXML types from your database.Classorg.jooq.implJooq
YearToMonthAn implementation for the SQL standard INTERVAL YEAR TO MONTH YearToMonth is a Number whose Number.Classorg.jooq.typesJooq
YytokenClassorg.jooq.tools.jsonJooq