Uses of Enum Class
org.jooq.DDLExportConfiguration.InlineForeignKeyConstraints
-
Uses of DDLExportConfiguration.InlineForeignKeyConstraints in org.jooq
Modifier and TypeMethodDescriptionDDLExportConfiguration.inlineForeignKeyConstraints()
Whether to inline foreign key constraint definitions with the table definition.Returns the enum constant of this class with the specified name.DDLExportConfiguration.InlineForeignKeyConstraints.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal DDLExportConfiguration
DDLExportConfiguration.inlineForeignKeyConstraints
(DDLExportConfiguration.InlineForeignKeyConstraints newInlineForeignKeyConstraints) Whether to inline foreign key constraint definitions with the table definition.