| 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.
|
| com.feedzai.commons.sql.abstraction.util |
Contains utility classes that aid PdB.
|
| Class and Description |
|---|
| DbColumn
The database column.
|
| DbColumnConstraint
The column constraints.
|
| DbColumnType
The column types.
|
| DbEntity
Builds a new database entity abstraction.
|
| DbEntityType
The database entity types.
|
| DbFk
References another column in a table.
|
| DbIndex
A database index.
|
| Class and Description |
|---|
| AlterColumn
Expression to translate {@code ALTER TABLE...
|
| DbColumn
The database column.
|
| DbColumnConstraint
The column constraints.
|
| DbColumnType
The column types.
|
| DropPrimaryKey
Translates to a statement that allows to drop the primary key of a table.
|
| Class and Description |
|---|
| DbColumn
The database column.
|
| DbColumnType
The column types.
|
| DbEntity
Builds a new database entity abstraction.
|
| DbEntityType
The database entity types.
|
| Class and Description |
|---|
| DbColumn
The database column.
|
| DbColumnType
The column types.
|
| DbEntity
Builds a new database entity abstraction.
|
| Class and Description |
|---|
| DbColumn
The database column.
|
Copyright © 2013. All Rights Reserved.