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.
|
com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
Modifier and Type | Method and Description |
---|---|
Update |
Update.set(Collection<? extends Expression> exps)
The set keyword.
|
Update |
Update.set(Expression... exps)
The set keyword.
|
Update |
Update.where(Expression where)
Adds the WHERE expression.
|
Modifier and Type | Method and Description |
---|---|
static Update |
SqlBuilder.update(Expression table)
The UPDATE operator.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractTranslator.translate(Update u)
Translates
Update . |
Modifier and Type | Method and Description |
---|---|
String |
SqlServerTranslator.translate(Update u) |
Copyright © 2014 Feedzai. All Rights Reserved.