| 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.
|
| 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.
|
Copyright © 2013. All Rights Reserved.