| Package | Description | 
|---|---|
| com.feedzai.commons.sql.abstraction.dml | 
 Contains classes to build DML statements. 
 | 
| com.feedzai.commons.sql.abstraction.dml.dialect | 
 Contains an SQL builder. 
 | 
| com.feedzai.commons.sql.abstraction.engine | 
 Contains the database engine core. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Delete | 
Delete.where(Expression where)
Sets the where expression. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Delete | 
SqlBuilder.delete(Expression table)
The DELETE keyword. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
AbstractTranslator.translate(Delete d)
Translates  
Delete. | 
Copyright © 2014 Feedzai. All Rights Reserved.