AggregateFilterStep |
The step in the specification of aggregate functions where the SQL:2003
standard FILTER clause can be added.
|
AggregateFunction |
An aggregate function.
|
AlterIndexFinalStep |
The final step in the ALTER INDEX DSL.
|
AlterIndexOnStep |
The step in the ALTER INDEX where the table can be specified for
the index.
|
AlterIndexStep |
The step in the ALTER INDEX where the action can be decided.
|
AlterSchemaFinalStep |
The final step in the DROP SCHEMA DSL.
|
AlterSchemaStep |
The step in the ALTER SCHEMA DSL used to specify
ALTER behaviour.
|
AlterSequenceFinalStep |
A Query that can alter sequences.
|
AlterSequenceFlagsStep |
The step in the ALTER SEQUENCE statement where the flags of the
sequence are modified or cleared.
|
AlterSequenceStep |
A Query that can alter sequences.
|
AlterTableAddStep |
The step in the ALTER TABLE DSL used to ADD
columns.
|
AlterTableAlterConstraintStep |
The step in the ALTER TABLE DSL used to ALTER
constraints.
|
AlterTableAlterStep |
The step in the ALTER TABLE DSL used to ALTER
columns.
|
AlterTableDropStep |
The step in the ALTER TABLE DSL used to DROP
columns or constraints.
|
AlterTableFinalStep |
The final step in the ALTER TABLE DSL.
|
AlterTableRenameColumnToStep |
The step in the ALTER TABLE DSL used to RENAME
columns.
|
AlterTableRenameConstraintToStep |
The step in the ALTER TABLE DSL used to RENAME
constraints.
|
AlterTableRenameIndexToStep |
The step in the ALTER TABLE DSL used to RENAME
indexes.
|
AlterTableStep |
The step in the ALTER TABLE statement where the action can be
decided.
|
AlterTableUsingIndexStep |
The step in the ALTER TABLE ..
|
AlterTypeFinalStep |
A Query that can alter types.
|
AlterTypeRenameValueToStep |
A Query that can alter types.
|
AlterTypeStep |
A Query that can alter types.
|
AlterViewFinalStep |
The final step in the ALTER VIEW DSL.
|
AlterViewStep |
The step in the ALTER VIEW where the action can be decided.
|
ArrayRecord |
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally
providing some convenience methods.
|
Asterisk |
An unqualified asterisk.
|
Attachable |
An object in jOOQ that can have an underlying Configuration attached
or detached.
|
Batch |
A wrapper for a JDBC batch operation.
|
BatchBindStep |
This type is used for the Batch 's DSL API.
|
BetweenAndStep |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep1 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep10 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep11 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep12 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep13 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep14 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep15 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep16 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep17 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep18 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep19 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep2 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep20 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep21 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep22 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep3 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep4 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep5 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep6 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep7 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep8 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStep9 |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BetweenAndStepN |
An intermediate DSL type for the construction of a BETWEEN
predicate.
|
BindContext |
|
Binding |
An SPI (Service Provider Interface) that exposes all low-level interactions
with JDBC bind variables.
|
BindingGetResultSetContext |
|
BindingGetSQLInputContext |
|
BindingGetStatementContext |
|
BindingRegisterContext |
|
BindingSetSQLOutputContext |
|
BindingSetStatementContext |
|
BindingSQLContext |
|
Block |
A procedural block.
|
CaseConditionStep |
The final step in creating a case statement of the type
|
CaseValueStep |
An intermediary step in creating a case statement of the type
|
CaseWhenStep |
The final step in creating a case statement of the type
|
Catalog |
A catalog.
|
CharacterSet |
A character set.
|
ChartFormat |
|
ChartFormat.Display |
|
ChartFormat.Output |
The chart output format.
|
ChartFormat.Type |
|
Check |
A check constraint.
|
Clause |
Deprecated.
|
Collation |
A collation.
|
Comment |
A comment.
|
CommentOnFinalStep |
The final step for the creation of a COMMENT ON [ object type ]
statement.
|
CommentOnIsStep |
The step in the COMMENT ON [ object type ] statement where the
comment can be specified.
|
CommonTableExpression |
A common table expression.
|
Comparator |
A comparator to be used in conditions to form comparison predicates.
|
Condition |
A condition or predicate.
|
ConditionProvider |
Deprecated.
|
Configuration |
A Configuration configures a DSLContext , providing it
with information for query rendering and execution.
|
ConnectionCallable |
An operation that can run code and statements against a provided JDBC
Connection .
|
ConnectionProvider |
A connection lifecycle handler API.
|
ConnectionRunnable |
An operation that can run code and statements against a provided JDBC
Connection .
|
Constraint |
A DDL constraint.
|
ConstraintEnforcementStep |
The step in the Constraint construction DSL API that allows for
adding ENFORCED and NOT ENFORCED clauses.
|
ConstraintFinalStep |
The final step in the Constraint construction DSL API.
|
ConstraintForeignKeyOnStep |
The step in the Constraint construction DSL API that allows for
adding ON DELETE and ON UPDATE clauses.
|
ConstraintForeignKeyReferencesStep1 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep10 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep11 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep12 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep13 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep14 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep15 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep16 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep17 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep18 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep19 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep2 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep20 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep21 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep22 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep3 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep4 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep5 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep6 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep7 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep8 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStep9 |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
ConstraintForeignKeyReferencesStepN |
The step in the Constraint construction DSL API that allows for
matching a FOREIGN KEY clause with a REFERENCES
clause.
|
Context |
A context type that is used for rendering SQL or for binding.
|
ContextTransactionalCallable |
An FunctionalInterface that wraps transactional code.
|
ContextTransactionalRunnable |
An FunctionalInterface that wraps transactional code.
|
Converter |
A Converter for data types.
|
ConverterProvider |
Deprecated.
|
CreateIndexFinalStep |
A Query that can create indexes.
|
CreateIndexIncludeStep |
A Query that can create indexes.
|
CreateIndexStep |
A Query that can create indexes.
|
CreateIndexWhereStep |
A Query that can create indexes.
|
CreateSchemaFinalStep |
A Query that can create schemas.
|
CreateSequenceFinalStep |
A Query that can create sequences.
|
CreateSequenceFlagsStep |
A Query that can create sequences.
|
CreateTableAsStep |
A Query that can create tables.
|
CreateTableColumnStep |
A Query that can create tables.
|
CreateTableCommentStep |
A Query that can create tables.
|
CreateTableConstraintStep |
A Query that can create tables.
|
CreateTableFinalStep |
A Query that can create tables.
|
CreateTableIndexStep |
A Query that can create tables.
|
CreateTableOnCommitStep |
A Query that can create tables.
|
CreateTableStorageStep |
A Query that can create tables.
|
CreateTableWithDataStep |
A Query that can create tables.
|
CreateTypeFinalStep |
A Query that can create types.
|
CreateTypeStep |
A Query that can create types.
|
CreateViewAsStep |
A Query that can create views.
|
CreateViewFinalStep |
A Query that can create views.
|
CSVFormat |
A CSV formatting type, which can be used to configure CSV imports / exports.
|
CSVFormat.Quote |
When to apply the quote
|
Cursor |
Cursors allow for lazy, sequential access to an underlying JDBC
ResultSet .
|
DataType |
A common interface to all dialect-specific data types.
|
DatePart |
A date part can be used with SQL functions such as extract().
|
DDLExportConfiguration |
|
DDLFlag |
|
DDLQuery |
A marker interface for all DDL queries.
|
Delete |
A DELETE statement.
|
DeleteConditionStep |
This type is used for the Delete 's DSL API.
|
DeleteFinalStep |
This type is used for the Delete 's DSL API.
|
DeleteLimitStep |
This type is used for the Delete 's DSL API.
|
DeleteOrderByStep |
This type is used for the Delete 's DSL API.
|
DeleteQuery |
A DELETE statement (model API).
|
DeleteResultStep |
This type is used for the Delete 's DSL API.
|
DeleteReturningStep |
This type is used for the Delete 's DSL API.
|
DeleteUsingStep |
This type is used for the Delete 's DSL API.
|
DeleteWhereStep |
This type is used for the Delete 's DSL API.
|
DerivedColumnList |
A derived column list.
|
DerivedColumnList1 |
A derived column list.
|
DerivedColumnList10 |
A derived column list.
|
DerivedColumnList11 |
A derived column list.
|
DerivedColumnList12 |
A derived column list.
|
DerivedColumnList13 |
A derived column list.
|
DerivedColumnList14 |
A derived column list.
|
DerivedColumnList15 |
A derived column list.
|
DerivedColumnList16 |
A derived column list.
|
DerivedColumnList17 |
A derived column list.
|
DerivedColumnList18 |
A derived column list.
|
DerivedColumnList19 |
A derived column list.
|
DerivedColumnList2 |
A derived column list.
|
DerivedColumnList20 |
A derived column list.
|
DerivedColumnList21 |
A derived column list.
|
DerivedColumnList22 |
A derived column list.
|
DerivedColumnList3 |
A derived column list.
|
DerivedColumnList4 |
A derived column list.
|
DerivedColumnList5 |
A derived column list.
|
DerivedColumnList6 |
A derived column list.
|
DerivedColumnList7 |
A derived column list.
|
DerivedColumnList8 |
A derived column list.
|
DerivedColumnList9 |
A derived column list.
|
DiagnosticsContext |
|
DiagnosticsListener |
A diagnostics listener.
|
DiagnosticsListenerProvider |
|
DivideByOnConditionStep |
An intermediate type for the construction of a relational division.
|
DivideByOnStep |
An intermediate type for the construction of a relational division
|
DivideByReturningStep |
An intermediate type for the construction of a relational division
|
DropIndexCascadeStep |
A Query that can drop indexes.
|
DropIndexFinalStep |
A Query that can drop indexes.
|
DropIndexOnStep |
A Query that can drop indexes.
|
DropSchemaFinalStep |
The final step in the DROP SCHEMA DSL.
|
DropSchemaStep |
The step in the DROP SCHEMA DSL used to specify
DROP behaviour.
|
DropSequenceFinalStep |
A Query that can drop sequences.
|
DropTableFinalStep |
The final step in the DROP TABLE DSL.
|
DropTableStep |
The step in the DROP TABLE DSL used to specify DROP
behaviour.
|
DropTypeFinalStep |
A Query that can drop types.
|
DropTypeStep |
A Query that can drop types.
|
DropViewFinalStep |
The final step in the DROP VIEW DSL.
|
DSLContext |
A contextual DSL providing "attached" implementations to the
org.jooq interfaces.
|
EmbeddableRecord |
A record originating from a single table
|
EnumType |
A SQL enum type.
|
ExecuteContext |
|
ExecuteListener |
|
ExecuteListenerProvider |
|
ExecuteType |
The type of database interaction that is being executed with this context.
|
ExecutorProvider |
The ExecutorProvider SPI can be used to provide jOOQ with custom
asynchronous execution behaviour.
|
Explain |
|
Field |
A column expression.
|
FieldLike |
An object that can behave like a field (a field-like object).
|
FieldOrConstraint |
A common base type for Field and Constraint where DSL API accepts
both types alike.
|
FieldOrRow |
A common base type for Field and Row where DSL API accepts
both types alike.
|
FilePattern |
A utility class that can traverse a directory structure given some ant-style
file patterns, or classpath resources.
|
FilePattern.Loader |
A callback interface that allows for loading a Source .
|
FilePattern.Sort |
The sort algorithm to be applied to directory contents.
|
ForByStep |
The step in the creation of a FOR LOOP statement where the
BY clause can be supplied.
|
ForeignKey |
A ForeignKey is an object referencing a UniqueKey .
|
Formattable |
A type that can format its contents.
|
FutureResult |
Deprecated.
|
GrantFinalStep |
The final step in the creation of a REVOKE statement.
|
GrantOnStep |
The step in the creation of a GRANT statement where the
ON clause can be added.
|
GrantToStep |
The step in the creation of a GRANT statement where the
TO clause can be added.
|
GrantWithGrantOptionStep |
The step of creation GRANT statement that assign user
or role a grant option.
|
GroupConcatSeparatorStep |
MySQL's GROUP_CONCAT function.
|
GroupField |
An expression to be used exclusively in GROUP BY clauses.
|
Identity |
An Identity is an object representing an IDENTITY
column as understood by the SQL:2003 standard.
|
IfElseStep |
An intermediate step in building a procedural IF statement.
|
IfThenStep |
An intermediate step in building a procedural IF statement.
|
Index |
A DDL index definition.
|
Insert |
An INSERT statement.
|
InsertFinalStep |
This type is used for the Insert 's DSL API.
|
InsertOnConflictConditionStep |
This type is used for the Insert 's DSL API.
|
InsertOnConflictDoUpdateStep |
This type is used for the Insert 's DSL API.
|
InsertOnConflictWhereStep |
This type is used for the Insert 's DSL API.
|
InsertOnDuplicateSetMoreStep |
This type is used for the Insert 's DSL API.
|
InsertOnDuplicateSetStep |
This type is used for the Insert 's DSL API.
|
InsertOnDuplicateStep |
This type is used for the Insert 's DSL API.
|
InsertQuery |
An INSERT statement (model API).
|
InsertResultStep |
This type is used for the Insert 's DSL API.
|
InsertReturningStep |
This type is used for the Insert 's DSL API.
|
InsertSetMoreStep |
This type is used for the Insert 's alternative DSL API.
|
InsertSetStep |
This type is used for the Insert 's alternative DSL API.
|
InsertValuesStep1 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep10 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep11 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep12 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep13 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep14 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep15 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep16 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep17 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep18 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep19 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep2 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep20 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep21 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep22 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep3 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep4 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep5 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep6 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep7 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep8 |
This type is used for the Insert 's DSL API.
|
InsertValuesStep9 |
This type is used for the Insert 's DSL API.
|
InsertValuesStepN |
This type is used for the Insert 's DSL API.
|
Internal |
Signifies that a API (public class, method or field) is internal and subject
to incompatible changes, or even removal, in a future release.
|
JoinType |
The type of join.
|
JSON |
A JSON wrapper type for JSON data obtained from the database.
|
JSONB |
A JSON wrapper type for JSONB data obtained from the database.
|
JSONFormat |
A JSON formatting type, which can be used to configure JSON imports /
exports.
|
JSONFormat.RecordFormat |
The format of individual JSON records.
|
Key |
A Key is an object representing a UNIQUE KEY , a
PRIMARY KEY , or a FOREIGN KEY .
|
Keyword |
A SQL keyword.
|
LikeEscapeStep |
A step in the creation of a LIKE predicate to which an
ESCAPE clause can be appended.
|
Link |
A database link reference.
|
Loader |
The Loader API is used for configuring data loads.
|
LoaderContext |
A context object that provides information about a loader's current state to
LoaderRowListener .
|
LoaderCSVOptionsStep |
The Loader API is used for configuring data loads.
|
LoaderCSVStep |
The Loader API is used for configuring data loads.
|
LoaderError |
An error that occurred during loading.
|
LoaderFieldMapper |
A field mapper that produces Field references for Loader
target tables.
|
LoaderFieldMapper.LoaderFieldContext |
|
LoaderJSONOptionsStep |
The Loader API is used for configuring data loads.
|
LoaderJSONStep |
The Loader API is used for configuring data loads.
|
LoaderListenerStep |
The Loader API is used for configuring data loads.
|
LoaderLoadStep |
The Loader API is used for configuring data loads.
|
LoaderOptionsStep |
The Loader API is used for configuring data loads.
|
LoaderRowListener |
A listener for Loader progress.
|
LoaderRowsStep |
The Loader API is used for configuring data loads.
|
LoaderSourceStep |
The Loader API is used for configuring data loads.
|
LoaderXMLStep |
The Loader API is used for configuring data loads.
|
Log.Level |
The log level.
|
LoopStep |
An intermediate step in building a procedural LOOP statement.
|
Merge |
A MERGE statement.
|
MergeFinalStep |
This type is used for the Merge 's DSL API.
|
MergeKeyStep1 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep10 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep11 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep12 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep13 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep14 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep15 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep16 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep17 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep18 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep19 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep2 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep20 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep21 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep22 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep3 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep4 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep5 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep6 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep7 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep8 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStep9 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeKeyStepN |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeMatchedDeleteStep |
This type is used for the Merge 's DSL API.
|
MergeMatchedSetMoreStep |
This type is used for the Merge 's DSL API.
|
MergeMatchedSetStep |
This type is used for the Merge 's DSL API.
|
MergeMatchedStep |
This type is used for the Merge 's DSL API.
|
MergeMatchedWhereStep |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedSetMoreStep |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedSetStep |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedStep |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep1 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep10 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep11 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep12 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep13 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep14 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep15 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep16 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep17 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep18 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep19 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep2 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep20 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep21 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep22 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep3 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep4 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep5 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep6 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep7 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep8 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStep9 |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedValuesStepN |
This type is used for the Merge 's DSL API.
|
MergeNotMatchedWhereStep |
This type is used for the Merge 's DSL API.
|
MergeOnConditionStep |
This type is used for the Merge 's DSL API.
|
MergeOnStep |
This type is used for the Merge 's DSL API.
|
MergeUsingStep |
This type is used for the Merge 's DSL API.
|
MergeValuesStep1 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep10 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep11 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep12 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep13 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep14 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep15 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep16 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep17 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep18 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep19 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep2 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep20 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep21 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep22 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep3 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep4 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep5 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep6 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep7 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep8 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStep9 |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
MergeValuesStepN |
This type is used for the H2-specific variant of the Merge 's DSL API.
|
Meta |
A wrapping object for DatabaseMetaData or for other sources of
database meta information (e.g.
|
MetaProvider |
An SPI that can produce dynamic catalog, schema, table meta data information.
|
Migration |
An executable migration between two Version instances.
|
MigrationConfiguration |
|
MigrationContext |
The context in which a Migration is executed.
|
MigrationListener |
|
MigrationListenerProvider |
|
Name |
An identifier.
|
Name.Quoted |
A flag indicating whether the name is quoted or not.
|
Named |
A common base type for all qualifiable, named objects.
|
Nullability |
An enum that specifies the nullability of a DataType .
|
Operator |
An operator used for combining conditions
|
OrderField |
A QueryPart to be used exclusively in ORDER BY
clauses.
|
Package |
A container for stored procedures and functions
|
Param |
A named parameter and/or bind value.
|
Parameter |
A parameter to a stored procedure or function.
|
ParamMode |
|
Parser |
This is experimental functionality.
|
PeriodSpecification |
A specification of a Period application for use in Select
queries.
|
PeriodSpecificationBetweenAndStep |
|
PeriodSpecificationFromToStep |
|
PivotForStep |
This type is used for the Oracle PIVOT clause DSL API, pivoting
Table objects to new tables.
|
PivotInStep |
This type is used for the Oracle PIVOT clause DSL API, pivoting
Table objects to new tables.
|
PlainSQL |
This annotation marks all methods and types that allow for producing a
QueryPart that generates "plain SQL" inside of an AST.
|
Privilege |
A privilege for use in GRANT and REVOKE statements.
|
Pro |
An annotation that indicates that any given API is available to the
commercial jOOQ distributions only, including the jOOQ Express Edition, the
jOOQ Professional Edition, and the jOOQ Enterprise Edition.
|
QualifiedAsterisk |
A qualified asterisk.
|
QuantifiedSelect |
A quantified select for use in quantified comparison predicates.
|
Queries |
A wrapper for a collection of queries.
|
Query |
Any query.
|
QueryPart |
The common base type for all objects that can be used for query composition.
|
Record |
A database result record.
|
Record1 |
A model type for a records with degree 1
|
Record10 |
A model type for a records with degree 10
|
Record11 |
A model type for a records with degree 11
|
Record12 |
A model type for a records with degree 12
|
Record13 |
A model type for a records with degree 13
|
Record14 |
A model type for a records with degree 14
|
Record15 |
A model type for a records with degree 15
|
Record16 |
A model type for a records with degree 16
|
Record17 |
A model type for a records with degree 17
|
Record18 |
A model type for a records with degree 18
|
Record19 |
A model type for a records with degree 19
|
Record2 |
A model type for a records with degree 2
|
Record20 |
A model type for a records with degree 20
|
Record21 |
A model type for a records with degree 21
|
Record22 |
A model type for a records with degree 22
|
Record3 |
A model type for a records with degree 3
|
Record4 |
A model type for a records with degree 4
|
Record5 |
A model type for a records with degree 5
|
Record6 |
A model type for a records with degree 6
|
Record7 |
A model type for a records with degree 7
|
Record8 |
A model type for a records with degree 8
|
Record9 |
A model type for a records with degree 9
|
RecordContext |
|
RecordHandler |
A RecordHandler is a handler that can receive Record
objects, when fetching data from the database.
|
RecordListener |
|
RecordListenerProvider |
|
RecordMapper |
A RecordMapper is a mapper that can receive Record
objects, when fetching data from the database, transforming them into a
custom type <E> .
|
RecordMapperProvider |
|
RecordType |
|
RecordUnmapper |
A RecordUnmapper is a mapper that can receive user objects and
convert them back to Record .
|
RecordUnmapperProvider |
|
RenderContext |
The render context is used for rendering QueryPart 's to SQL.
|
RenderContext.CastMode |
The cast mode for bind values.
|
ResourceManagingScope |
A scope that can manage resources.
|
Result |
|
ResultOrRows |
A type that contains either a Result , an update count, or an
exception.
|
ResultQuery |
A query that can return results.
|
Results |
A list of Result and update counts that can be returned by
ResultQuery.fetchMany() calls and other calls that produce multiple
cursors and update counts.
|
RevokeFinalStep |
The final step in the creation of a REVOKE statement.
|
RevokeFromStep |
The step in the creation of a REVOKE statement where the
FROM clause can be added.
|
RevokeOnStep |
The step in the creation of a REVOKE statement where the
ON clause can be added.
|
Role |
A privilege for use in GRANT and REVOKE statements.
|
Routine |
A routine is a callable object in your RDBMS.
|
Row |
A row value expression.
|
Row1 |
A row value expression.
|
Row10 |
A row value expression.
|
Row11 |
A row value expression.
|
Row12 |
A row value expression.
|
Row13 |
A row value expression.
|
Row14 |
A row value expression.
|
Row15 |
A row value expression.
|
Row16 |
A row value expression.
|
Row17 |
A row value expression.
|
Row18 |
A row value expression.
|
Row19 |
A row value expression.
|
Row2 |
A row value expression.
|
Row20 |
A row value expression.
|
Row21 |
A row value expression.
|
Row22 |
A row value expression.
|
Row3 |
A row value expression.
|
Row4 |
A row value expression.
|
Row5 |
A row value expression.
|
Row6 |
A row value expression.
|
Row7 |
A row value expression.
|
Row8 |
A row value expression.
|
Row9 |
A row value expression.
|
RowCountQuery |
Any query that is not a ResultQuery , and thus possibly produces a row
count as a result, instead of a Result .
|
RowId |
|
RowN |
A row value expression.
|
Schema |
A schema.
|
SchemaMapping |
Deprecated.
|
Scope |
Scope implementations provide access to a variety of objects that are
available from a given scope.
|
Select |
A SELECT statement.
|
SelectConditionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectConnectByAfterStartWithConditionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectConnectByAfterStartWithStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectConnectByConditionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectConnectByStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectDistinctOnStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectField |
A QueryPart to be used exclusively in SELECT
clauses.
|
SelectFieldOrAsterisk |
A QueryPart to be used exclusively in SELECT
clauses.
|
SelectFinalStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectForUpdateOfStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectForUpdateStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectForUpdateWaitStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectFromStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectGroupByStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectHavingConditionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectHavingStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectIntoStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectJoinPartitionByStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectJoinStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectLimitAfterOffsetStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectLimitPercentAfterOffsetStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectLimitPercentStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectLimitStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectOffsetStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectOnConditionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectOnStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectOptionalOnStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectOptionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectOrderByStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectQualifyConditionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectQualifyStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectQuery |
A SELECT statement (model API).
|
SelectSeekLimitStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep1 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep10 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep11 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep12 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep13 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep14 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep15 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep16 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep17 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep18 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep19 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep2 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep20 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep21 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep22 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep3 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep4 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep5 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep6 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep7 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep8 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStep9 |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSeekStepN |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectSelectStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectStartWithStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectUnionStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectWhereStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectWindowStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectWithTiesAfterOffsetStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
SelectWithTiesStep |
This type is used for the Select 's DSL API when selecting generic
Record types.
|
Sequence |
A sequence.
|
SortField |
A sort specification.
|
SortOrder |
The sorting order used in ORDER BY clauses.
|
Source |
A source of text data.
|
SQL |
|
SQLDialect |
Dialects and dialect families as supported by jOOQ.
|
SQLDialect.ThirdParty |
Third party representations of the enclosing SQLDialect .
|
Statement |
A statement that can be placed inside of a Block , but not executed on
its own.
|
StoreQuery |
A query storing objects to the database.
|
Support |
A formal declaration of whether any API element is supported by a given
SQLDialect
|
Table |
A table.
|
TableField |
A field contained in a table.
|
TableLike |
An object that can behave like a table (a table-like object).
|
TableOnConditionStep |
An intermediate (optional) type for the construction of a JOIN
clause, where the join criteria is added using an ON clause
(with a Condition .
|
TableOnStep |
An intermediate type for the construction of a JOIN clause,
where there must be a join criteria added using an ON clause
(with a Condition ), or using a USING clause (with a list
of Field ).
|
TableOptionalOnStep |
An intermediate type for the construction of a JOIN clause,
where there may optionally be a join criteria added using an ON
clause (with a Condition ), or using a USING clause (with
a list of Field )
|
TableOptions |
A description of various additional Table options to describe the
table runtime meta model.
|
TableOptions.OnCommit |
|
TableOptions.TableType |
A description of the type of a Table .
|
TableOuterJoinStep |
An intermediate type for the construction of a partitioned
SQLDialect.ORACLE OUTER JOIN clause.
|
TablePartitionByStep |
An intermediate type for the construction of a partitioned
SQLDialect.ORACLE OUTER JOIN clause.
|
TableRecord |
A record originating from a single table
|
Transaction |
A custom transaction object.
|
TransactionalCallable |
An FunctionalInterface that wraps transactional code.
|
TransactionalRunnable |
An FunctionalInterface that wraps transactional code.
|
TransactionContext |
|
TransactionListener |
|
TransactionListenerProvider |
|
TransactionProvider |
|
Truncate |
A TRUNCATE statement.
|
TruncateCascadeStep |
A Query that can truncate a table in the database.
|
TruncateFinalStep |
A Query that can truncate a table in the database.
|
TruncateIdentityStep |
A Query that can truncate a table in the database.
|
TXTFormat |
A CSV formatting type, which can be used to configure CSV imports / exports.
|
Typed |
A marker interface for all query parts that have a DataType .
|
UDT |
UDT definition.
|
UDTRecord |
An object holding data of a UDT
|
UniqueKey |
A UniqueKey is an object representing a UNIQUE KEY
or a PRIMARY KEY .
|
Unwrapper |
An unwrapper SPI that can be used to override the default unwrapping
algorithm.
|
UnwrapperProvider |
|
UpdatableRecord |
A common interface for records that can be stored back to the database again.
|
Update |
An UPDATE statement.
|
UpdateConditionStep |
This type is used for the Update 's DSL API.
|
UpdateFinalStep |
This type is used for the Update 's DSL API.
|
UpdateFromStep |
This type is used for the Update 's DSL API.
|
UpdateLimitStep |
This type is used for the Update 's DSL API.
|
UpdateOrderByStep |
This type is used for the Update 's DSL API.
|
UpdateQuery |
An UPDATE statement (model API).
|
UpdateResultStep |
This type is used for the Update 's DSL API.
|
UpdateReturningStep |
This type is used for the Update 's DSL API.
|
UpdateSetFirstStep |
This type is used for the Update 's DSL API.
|
UpdateSetMoreStep |
This type is used for the Update 's DSL API.
|
UpdateSetStep |
This type is used for the Update 's DSL API.
|
UpdateWhereStep |
This type is used for the Update 's DSL API.
|
User |
A privilege for use in GRANT and REVOKE statements.
|
Version |
A version ID attached to a Meta description of a database.
|
VersionProvider |
An SPI that allows for providing a graph of versions.
|
Versions |
A directed, acyclic graph of Version objects.
|
VersionsBetweenAndStep |
This type is used for the Oracle VERSIONS clause DSL API,
providing access to the flashback versions query clauses.
|
VisitContext |
|
VisitListener |
|
VisitListenerProvider |
|
WindowBeforeOverStep |
This type is used for the window function DSL API.
|
WindowDefinition |
A window definition.
|
WindowExcludeStep |
This type is used for the window function DSL API.
|
WindowFinalStep |
This type is used for the window function DSL API.
|
WindowIgnoreNullsStep |
This type is used for the window function DSL API.
|
WindowOrderByStep |
This type is used for the window function DSL API.
|
WindowOverStep |
This type is used for the window function DSL API.
|
WindowPartitionByStep |
This type is used for the window function DSL API.
|
WindowRowsAndStep |
This type is used for the window function DSL API.
|
WindowRowsStep |
This type is used for the window function DSL API.
|
WindowSpecification |
A window specification.
|
WindowSpecificationExcludeStep |
|
WindowSpecificationFinalStep |
|
WindowSpecificationOrderByStep |
|
WindowSpecificationRowsAndStep |
|
WindowSpecificationRowsStep |
|
WithAsStep |
|
WithAsStep1 |
|
WithAsStep10 |
|
WithAsStep11 |
|
WithAsStep12 |
|
WithAsStep13 |
|
WithAsStep14 |
|
WithAsStep15 |
|
WithAsStep16 |
|
WithAsStep17 |
|
WithAsStep18 |
|
WithAsStep19 |
|
WithAsStep2 |
|
WithAsStep20 |
|
WithAsStep21 |
|
WithAsStep22 |
|
WithAsStep3 |
|
WithAsStep4 |
|
WithAsStep5 |
|
WithAsStep6 |
|
WithAsStep7 |
|
WithAsStep8 |
|
WithAsStep9 |
|
WithStep |
|
XMLFormat |
An XML formatting type, which can be used to configure XML imports / exports.
|
XMLFormat.RecordFormat |
The format of individual XML records.
|