Uses of Class
com.feedzai.commons.sql.abstraction.dml.Delete
-
Packages that use Delete 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. -
-
Uses of Delete in com.feedzai.commons.sql.abstraction.dml
Methods in com.feedzai.commons.sql.abstraction.dml that return Delete Modifier and Type Method Description DeleteDelete. where(Expression where)Sets the where expression. -
Uses of Delete in com.feedzai.commons.sql.abstraction.dml.dialect
Methods in com.feedzai.commons.sql.abstraction.dml.dialect that return Delete Modifier and Type Method Description static DeleteSqlBuilder. delete(Expression table)The DELETE keyword. -
Uses of Delete in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type Delete Modifier and Type Method Description StringAbstractTranslator. translate(Delete d)TranslatesDelete.
-