| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| 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.
|
| Class and Description |
|---|
| DbColumn
Represents a database column definition.
|
| DbColumn.Builder
Builder for creating immutable
DbColumn objects. |
| DbColumnConstraint
Represents the available column constraints.
|
| DbColumnType
The column types.
|
| DbEntity
Represents a database entity.
|
| DbEntity.Builder
Builder to create immutable
DbEntity objects. |
| DbEntityType
The database entity types.
|
| 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. |
| Class and Description |
|---|
| AlterColumn
Expression to translate {@code ALTER TABLE...
|
| DbColumn
Represents a database column definition.
|
| DbColumn.Builder
Builder for creating immutable
DbColumn objects. |
| DbColumnConstraint
Represents the available column constraints.
|
| DbColumnType
The column types.
|
| DbEntity.Builder
Builder to create immutable
DbEntity objects. |
| DbFk.Builder
Builder to create immutable
DbFk objects. |
| 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.
|
| Class and Description |
|---|
| AlterColumn
Expression to translate {@code ALTER TABLE...
|
| DbColumn
Represents a database column definition.
|
| DbColumnType
The column types.
|
| DbEntity
Represents a database entity.
|
| DbEntityType
The database entity types.
|
| DropPrimaryKey
Translates to a statement that allows to drop the primary key of a table.
|
| Rename
Expression to rename tables.
|
| Class and Description |
|---|
| AlterColumn
Expression to translate {@code ALTER TABLE...
|
| DbColumn
Represents a database column definition.
|
| DbColumnType
The column types.
|
| DbEntity
Represents a database entity.
|
| DropPrimaryKey
Translates to a statement that allows to drop the primary key of a table.
|
| Rename
Expression to rename tables.
|
Copyright © 2014 Feedzai. All Rights Reserved.