@NotNull AlterDomainFinalStep | 
AlterDomainStep.add(Constraint addConstraint) | 
 Add the ADD clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainDropConstraintCascadeStep.cascade() | 
 Add the CASCADE clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.dropDefault() | 
 Add the DROP DEFAULT clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.dropNotNull() | 
 Add the DROP NOT NULL clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.renameTo(String renameTo) | 
 Add the RENAME TO clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.renameTo(Domain<?> renameTo) | 
 Add the RENAME TO clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.renameTo(Name renameTo) | 
 Add the RENAME TO clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainDropConstraintCascadeStep.restrict() | 
 Add the RESTRICT clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.setDefault(Field<T> setDefault) | 
 Add the SET DEFAULT clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.setDefault(T setDefault) | 
 Add the SET DEFAULT clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainStep.setNotNull() | 
 Add the SET NOT NULL clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainRenameConstraintStep.to(String renameConstraintTo) | 
 Add the TO clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainRenameConstraintStep.to(Constraint renameConstraintTo) | 
 Add the TO clause to the ALTER DOMAIN statement. 
 | 
@NotNull AlterDomainFinalStep | 
AlterDomainRenameConstraintStep.to(Name renameConstraintTo) | 
 Add the TO clause to the ALTER DOMAIN statement. 
 |