This package contains jOOQ's public API.
-
interface
A step in the construction of the ALTER DOMAIN
statement.
Add the ADD
clause to the ALTER DOMAIN
statement.
AlterDomainDropConstraintCascadeStep.cascade()
Add the CASCADE
clause to the ALTER DOMAIN
statement.
Add the DROP DEFAULT
clause to the ALTER DOMAIN
statement.
Add the DROP NOT NULL
clause to the ALTER DOMAIN
statement.
Add the RENAME TO
clause to the ALTER DOMAIN
statement.
Add the RENAME TO
clause to the ALTER DOMAIN
statement.
Add the RENAME TO
clause to the ALTER DOMAIN
statement.
AlterDomainDropConstraintCascadeStep.restrict()
Add the RESTRICT
clause to the ALTER DOMAIN
statement.
Add the SET DEFAULT
clause to the ALTER DOMAIN
statement.
Add the SET DEFAULT
clause to the ALTER DOMAIN
statement.
Add the SET NOT NULL
clause to the ALTER DOMAIN
statement.
AlterDomainRenameConstraintStep.to(String renameConstraintTo)
Add the TO
clause to the ALTER DOMAIN
statement.
AlterDomainRenameConstraintStep.to(Constraint renameConstraintTo)
Add the TO
clause to the ALTER DOMAIN
statement.
AlterDomainRenameConstraintStep.to(Name renameConstraintTo)
Add the TO
clause to the ALTER DOMAIN
statement.