Uses of Class
com.feedzai.commons.sql.abstraction.dml.Values.Row
-
Packages that use Values.Row 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 Values.Row in com.feedzai.commons.sql.abstraction.dml
Methods in com.feedzai.commons.sql.abstraction.dml that return types with arguments of type Values.Row Modifier and Type Method Description List<Values.Row>Values. getRows()Gets the rows. -
Uses of Values.Row in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type Values.Row Modifier and Type Method Description StringAbstractTranslator. translate(Values.Row row)Translates Values.Row.
-