Uses of Package
com.feedzai.commons.sql.abstraction.ddl
-
Packages that use com.feedzai.commons.sql.abstraction.ddl Package Description com.feedzai.commons.sql.abstraction.ddl Contains classes that aid on DDL creation.com.feedzai.commons.sql.abstraction.dml Contains classes to build DML statements.com.feedzai.commons.sql.abstraction.dml.dialect Contains an SQL builder.com.feedzai.commons.sql.abstraction.engine Contains the database engine core.com.feedzai.commons.sql.abstraction.engine.impl Database specific implementations. -
Classes in com.feedzai.commons.sql.abstraction.ddl used by com.feedzai.commons.sql.abstraction.ddl Class Description DbColumn Represents a database column definition.DbColumn.Builder Builder for creating immutableDbColumnobjects.DbColumnConstraint Represents the available column constraints.DbColumnType The column types.DbEntity Represents a database entity.DbEntity.Builder Builder to create immutableDbEntityobjects.DbEntityType The database entity types.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. -
Classes in com.feedzai.commons.sql.abstraction.ddl used by com.feedzai.commons.sql.abstraction.dml Class Description DbColumnType The column types. -
Classes in com.feedzai.commons.sql.abstraction.ddl used by com.feedzai.commons.sql.abstraction.dml.dialect Class Description AlterColumn Expression to translateALTER TABLE... ALTER COLUMN...statements.DbColumn Represents a database column definition.DbColumn.Builder Builder for creating immutableDbColumnobjects.DbColumnConstraint Represents the available column constraints.DbColumnType The column types.DbEntity.Builder Builder to create immutableDbEntityobjects.DbFk.Builder Builder to create immutableDbFkobjects.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. -
Classes in com.feedzai.commons.sql.abstraction.ddl used by com.feedzai.commons.sql.abstraction.engine Class Description AlterColumn Expression to translateALTER TABLE... ALTER COLUMN...statements.DbColumn Represents a database column definition.DbColumnType The column types.DbEntity Represents a database entity.DbEntityType The database entity types.DbFk Represents a database foreign key hard link between two tables.DropPrimaryKey Translates to a statement that allows to drop the primary key of a table.Rename Expression to rename tables. -
Classes in com.feedzai.commons.sql.abstraction.ddl used by com.feedzai.commons.sql.abstraction.engine.impl Class Description AlterColumn Expression to translateALTER TABLE... ALTER COLUMN...statements.DbColumn Represents a database column definition.DbColumnType The column types.DbEntity Represents a database entity.DbEntityType The database entity types.DbFk Represents a database foreign key hard link between two tables.DropPrimaryKey Translates to a statement that allows to drop the primary key of a table.Rename Expression to rename tables.