@NotNull CreateDomainConstraintStep |
CreateDomainConstraintStep.constraints(Collection<? extends Constraint> constraints) |
Add the CONSTRAINTS clause to the CREATE DOMAIN statement.
|
@NotNull CreateDomainConstraintStep |
CreateDomainConstraintStep.constraints(Constraint... constraints) |
Add the CONSTRAINTS clause to the CREATE DOMAIN statement.
|
@NotNull CreateDomainConstraintStep |
CreateDomainDefaultStep.default_(Field<T> default_) |
Add the DEFAULT_ clause to the CREATE DOMAIN statement.
|
@NotNull CreateDomainConstraintStep |
CreateDomainDefaultStep.default_(T default_) |
Add the DEFAULT_ clause to the CREATE DOMAIN statement.
|