AstVisitor, Query, UpdateFinalStep, UpdateReturningStep, UpdateWhereFirstStepUpdateSetManyStepUpdateImplpublic interface UpdateFromStep extends UpdateWhereFirstStep
| Modifier and Type | Method | Description |
|---|---|---|
UpdateWhereFirstStep |
from(java.lang.String... tables) |
Set list of tables that are used in WHERE or SET clauses.
|
UpdateWhereFirstStep |
from(Expression... tables) |
Set list of tables that are used in WHERE or SET clauses.
|
assemblebuildPreparedStatement, sqlreturning, returningwhere, where, whereCurrentOf, whereExistsUpdateWhereFirstStep from(java.lang.String... tables)
tables - list of tablesfrom(Expression...)UpdateWhereFirstStep from(Expression... tables)
tables - list of tables