Uses of Class
com.feedzai.commons.sql.abstraction.dml.When
-
Packages that use When Package Description com.feedzai.commons.sql.abstraction.dml Contains classes to build DML statements.com.feedzai.commons.sql.abstraction.engine Contains the database engine core. -
-
Uses of When in com.feedzai.commons.sql.abstraction.dml
Fields in com.feedzai.commons.sql.abstraction.dml with type parameters of type When Modifier and Type Field Description List<When>Case. whensList of when clauses.Methods in com.feedzai.commons.sql.abstraction.dml that return When Modifier and Type Method Description static WhenWhen. when(Expression condition, Expression action)Creates a new When expression. -
Uses of When in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type When Modifier and Type Method Description StringAbstractTranslator. translate(When when)Translates When.
-