| Package | Description | 
|---|---|
| com.feedzai.commons.sql.abstraction.ddl | 
 Contains classes that aid on DDL creation. 
 | 
| com.feedzai.commons.sql.abstraction.engine | 
 Contains the database engine core. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
K | 
DbColumn.getDefaultValue()
Gets the default value,  
null when not applicable. | 
| Modifier and Type | Method and Description | 
|---|---|
DbEntity.Builder | 
DbEntity.Builder.addColumn(String name,
         DbColumnType type,
         K defaultValue,
         DbColumnConstraint... constraints)
Adds a column to the entity. 
 | 
DbColumn.Builder | 
DbColumn.Builder.defaultValue(K defaultValue)
Sets the default value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
AbstractTranslator.translate(K k)
Translates  
K. | 
Copyright © 2014 Feedzai. All Rights Reserved.