Uses of Class
org.eclipse.dirigible.database.sql.builders.table.AbstractCreateTableConstraintBuilder
| Package | Description |
|---|---|
| org.eclipse.dirigible.database.sql.builders.table |
-
Uses of AbstractCreateTableConstraintBuilder in org.eclipse.dirigible.database.sql.builders.table
Classes in org.eclipse.dirigible.database.sql.builders.table with type parameters of type AbstractCreateTableConstraintBuilder Modifier and Type Class Description classAbstractCreateTableConstraintBuilder<CONSTRAINT extends AbstractCreateTableConstraintBuilder>The Abstract Create Table Constraint Builder.Subclasses of AbstractCreateTableConstraintBuilder in org.eclipse.dirigible.database.sql.builders.table Modifier and Type Class Description classCreateTableCheckBuilderThe Create Table Check Builder.classCreateTableForeignKeyBuilderThe Create Table Foreign Key Builder.classCreateTablePrimaryKeyBuilderThe Create Table Primary Key Builder.classCreateTableUniqueIndexBuilderThe Create Table Unique Index Builder.