See: Description
Class | Description |
---|---|
AlterColumn |
Expression to translate {@code ALTER TABLE...
|
DbColumn |
Represents a database column definition.
|
DbColumn.Builder |
Builder for creating immutable
DbColumn objects. |
DbEntity |
Represents a database entity.
|
DbEntity.Builder |
Builder to create immutable
DbEntity objects. |
DbFk |
Represents a database foreign key hard link
between two tables.
|
DbFk.Builder |
Builder to create immutable
DbFk objects. |
DbIndex |
Represents a database index.
|
DbIndex.Builder |
Builder to create immutable
DbIndex objects. |
DropPrimaryKey |
Translates to a statement that allows to drop the primary key of a table.
|
Rename |
Expression to rename tables.
|
Enum | Description |
---|---|
DbColumnConstraint |
Represents the available column constraints.
|
DbColumnType |
The column types.
|
DbEntityType |
The database entity types.
|
Copyright © 2014 Feedzai. All Rights Reserved.