Uses of Enum Class
org.jooq.DDLExportConfiguration.InlineForeignKeyConstraints
Packages that use DDLExportConfiguration.InlineForeignKeyConstraints
- 
Uses of DDLExportConfiguration.InlineForeignKeyConstraints in org.jooqMethods in org.jooq that return DDLExportConfiguration.InlineForeignKeyConstraintsModifier 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.Methods in org.jooq with parameters of type DDLExportConfiguration.InlineForeignKeyConstraintsModifier and TypeMethodDescriptionfinal DDLExportConfigurationDDLExportConfiguration.inlineForeignKeyConstraints(DDLExportConfiguration.InlineForeignKeyConstraints newInlineForeignKeyConstraints) Whether to inline foreign key constraint definitions with the table definition.