Uses of Enum Class
org.jooq.DDLFlag
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of DDLFlag in org.jooq
Modifier and TypeMethodDescriptionstatic DDLFlag
Returns the enum constant of this class with the specified name.static DDLFlag[]
DDLFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDDLExportConfiguration.flags()
TheDDLFlag
that are enabled on this configuration.Modifier and TypeMethodDescription@NotNull Queries
DSLContext.ddl(Collection<? extends Table<?>> tables, DDLFlag... flags)
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.@NotNull Queries
Convenience method forMeta.ddl(DDLExportConfiguration)
.TheDDLFlag
that are enabled on this configuration.Modifier and TypeMethodDescriptionDDLExportConfiguration.flags(Collection<DDLFlag> newFlags)
TheDDLFlag
that are enabled on this configuration. -
Uses of DDLFlag in org.jooq.impl
Modifier and TypeMethodDescriptionDefaultDSLContext.ddl(Collection<? extends Table<?>> tables, DDLFlag... flags)