- addFieldAs(String, String) - Method in class net.amrhassan.sqlbuilder.SelectSqlStatement
-
Add a field to be selected.
- addFields(String...) - Method in class net.amrhassan.sqlbuilder.SelectSqlStatement
-
Add a fields to be selected.
- addGroupByFields(String...) - Method in class net.amrhassan.sqlbuilder.SelectSqlStatement
-
Add a field to be used for the GROUP BY clause
- addOrderBy(String...) - Method in class net.amrhassan.sqlbuilder.SelectSqlStatement
-
Specify fields to be used for the ORDER BY clause
- addOrderBy(SelectSqlStatement.Order, String...) - Method in class net.amrhassan.sqlbuilder.SelectSqlStatement
-
Specify a field to be used for the ORDER BY clause
- addSource(SqlSource) - Method in class net.amrhassan.sqlbuilder.SelectSqlStatement
-
Add a source for the statement, which can be a simple table name
or a complex JOIN clause (see SqlSources)
- and(SqlRestriction...) - Static method in class net.amrhassan.sqlbuilder.restrictions.SqlRestrictions
-
AND combination of restrictions
- and(Collection<SqlRestriction>) - Static method in class net.amrhassan.sqlbuilder.restrictions.SqlRestrictions
-
AND combination of restrictions