Uses of Class
com.feedzai.commons.sql.abstraction.dml.With
-
Packages that use With 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. -
-
Uses of With in com.feedzai.commons.sql.abstraction.dml
Methods in com.feedzai.commons.sql.abstraction.dml that return With Modifier and Type Method Description WithWith. andWith(String alias, Expression expression)Adds an alias and expression to the with clause.WithWith. then(Expression thenExpression)Sets the expression to be executed given the clauses. -
Uses of With in com.feedzai.commons.sql.abstraction.dml.dialect
Methods in com.feedzai.commons.sql.abstraction.dml.dialect that return With Modifier and Type Method Description static WithSqlBuilder. with(String alias, Expression expression)The With clause. -
Uses of With in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type With Modifier and Type Method Description StringAbstractTranslator. translate(With with) -
Uses of With in com.feedzai.commons.sql.abstraction.engine.impl
Methods in com.feedzai.commons.sql.abstraction.engine.impl with parameters of type With Modifier and Type Method Description StringMySqlTranslator. translate(With with)
-