Uses of Interface
org.jooq.Queries
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Queries in org.jooq
Modifier and TypeMethodDescription@NotNull Queries
Return a new instance combining both sets of queries.@NotNull Queries
DSLContext.ddl
(Collection<? extends Table<?>> tables) Convenience method forMeta.ddl()
.@NotNull Queries
DSLContext.ddl
(Collection<? extends Table<?>> tables, DDLExportConfiguration configuration) Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
DSLContext.ddl
(Collection<? extends Table<?>> tables, DDLFlag... flags) Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl()
.@NotNull Queries
DSLContext.ddl
(Catalog schema, DDLExportConfiguration configuration) Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl()
.@NotNull Queries
DSLContext.ddl
(Schema schema, DDLExportConfiguration configuration) Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl()
.@NotNull Queries
Convenience method forMeta.ddl()
.@NotNull Queries
DSLContext.ddl
(Table<?>[] tables, DDLExportConfiguration configuration) Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
DSLContext.ddl
(Table<?> table, DDLExportConfiguration configuration) Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Meta.ddl()
Generate a creation script for the entire meta data.@NotNull Queries
Meta.ddl
(DDLExportConfiguration configuration) Generate a creation script for the entire meta data.@NotNull Queries
Generate a migration script to get from this meta data to another one.@NotNull Queries
Meta.migrateTo
(Meta other, MigrationConfiguration configuration) Generate a migration script to get from this meta data to another one.@NotNull Queries
Produce a migration to a new version.@NotNull Queries
MigrationContext.migrationQueries()
The complete set ofQueries
that are executed betweenMigrationContext.migrationFrom()
andMigrationContext.migrationTo()
.@NotNull Queries
Parse a SQL string to a set of queries.@NotNull Queries
Parse a SQL string with bind variables to a set of queries.@NotNull Queries
DSLContext.queries
(Collection<? extends Query> queries) Wrap a collection of queries.@NotNull Queries
Wrap a collection of queries.@NotNull Queries
Migration.queries()
The queries that are executed by the migration.@NotNull Queries
MigrationContext.queries()
The complete set ofQueries
that are executed betweenMigrationContext.queriesFrom()
andMigrationContext.queriesTo()
.Modifier and TypeMethodDescription@NotNull Meta
Apply a migration to this meta to produce a newMeta
.@NotNull Version
Apply a migration to produce a new version.@NotNull Batch
Create a batch statement to execute a set of queries in batch mode (without bind values).@NotNull Queries
Return a new instance combining both sets of queries. -
Uses of Queries in org.jooq.impl
Modifier and TypeMethodDescriptionDefaultDSLContext.ddl
(Collection<? extends Table<?>> tables) DefaultDSLContext.ddl
(Collection<? extends Table<?>> tables, DDLExportConfiguration exportConfiguration) DefaultDSLContext.ddl
(Collection<? extends Table<?>> tables, DDLFlag... flags) DefaultDSLContext.ddl
(Catalog catalog, DDLExportConfiguration exportConfiguration) DefaultDSLContext.ddl
(Schema schema, DDLExportConfiguration exportConfiguration) DefaultDSLContext.ddl
(Table[] tables, DDLExportConfiguration exportConfiguration) DefaultDSLContext.ddl
(Table<?> table, DDLExportConfiguration exportConfiguration) DefaultDSLContext.queries
(Collection<? extends Query> queries) static @NotNull Queries
DSL.queries
(Collection<? extends Query> queries) Wrap a collection of queries.static @NotNull Queries
Wrap a collection of queries.