Package com.feedzai.commons.sql.abstraction.ddl
Contains classes that aid on DDL creation.
-
Class Summary Class Description AlterColumn Expression to translateALTER TABLE... ALTER COLUMN...statements.DbColumn Represents a database column definition.DbColumn.Builder Builder for creating immutableDbColumnobjects.DbEntity Represents a database entity.DbEntity.Builder Builder to create immutableDbEntityobjects.DbFk Represents a database foreign key hard link between two tables.DbFk.Builder Builder to create immutableDbFkobjects.DbIndex Represents a database index.DbIndex.Builder Builder to create immutableDbIndexobjects.DropPrimaryKey Translates to a statement that allows to drop the primary key of a table.Rename Expression to rename tables. -
Enum Summary Enum Description DbColumnConstraint Represents the available column constraints.DbColumnType The column types.DbEntityType The database entity types.