| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| Modifier and Type | Method and Description |
|---|---|
K |
DbColumn.getDefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
DbEntity |
DbEntity.addColumn(String name,
DbColumnType type,
K defaultValue,
DbColumnConstraint... constraints)
Adds a column to the entity.
|
DbColumn |
DbColumn.setDefaultValue(K defaultValue)
Sets The default value of the column.
|
| Constructor and Description |
|---|
DbColumn(String name,
DbColumnType dbColumnType,
K defaultValue)
Creates a new instance of
DbColumn. |
Copyright © 2013. All Rights Reserved.