AstVisitor, DeleteFinalStep, DeleteReturningStep, DeleteWhereFirstStep, QueryDeleteAsStepDeleteImplpublic interface DeleteUsingStep extends DeleteWhereFirstStep
| Modifier and Type | Method | Description |
|---|---|---|
DeleteWhereFirstStep |
using(java.lang.String... tables) |
Set the list of table that will be appeared in WHERE clause.
|
DeleteWhereFirstStep |
using(Expression... tables) |
Set the list of table that will be appeared in WHERE clause.
|
assemblereturning, returningwhere, where, whereCurrentOf, whereExistsbuildPreparedStatement, sqlDeleteWhereFirstStep using(Expression... tables)
tables - list of tables or table expressionsDeleteWhereFirstStep using(java.lang.String... tables)
tables - list of tables or table expressionsusing(Expression...)