Uses of Interface
io.army.criteria.impl.Postgres._RowsFromCommaClause
Packages that use Postgres._RowsFromCommaClause
-
Uses of Postgres._RowsFromCommaClause in io.army.criteria.impl
Methods in io.army.criteria.impl that return Postgres._RowsFromCommaClauseModifier and TypeMethodDescriptionPostgres._RowsFromAsClause.as(java.util.function.Consumer<PostgreStatement._FuncColumnDefinitionSpaceClause> consumer) Postgres._RowsFromCommaClause.comma(io.army.criteria.impl.Functions._TabularFunction func) Postgres._RowsFromCommaClause.comma(io.army.criteria.SimpleExpression func) Postgres._RowsFromCommaClause.comma(io.army.criteria.SimplePredicate func) Postgres._RowsFromSpaceClause.space(io.army.criteria.impl.Functions._TabularFunction func) Postgres._RowsFromSpaceClause.space(io.army.criteria.SimpleExpression func) Postgres._RowsFromSpaceClause.space(io.army.criteria.SimplePredicate func)