クラスの使用
org.nkjmlab.sorm4j.util.sql.SelectSql.Builder
SelectSql.Builderを使用しているパッケージ
-
org.nkjmlab.sorm4j.util.sqlでのSelectSql.Builderの使用
修飾子とタイプメソッド説明static SelectSql.BuilderSelectSql.builder()CreatesSelectSql.Builderobject.SelectSql.Builder.distinct()Add distinct keyword to SQL.Creates from clause.Creates group by clause.Creates having clause.SelectSql.Builder.having(SelectSql.Condition condition) Creates having clause with the givenSelectSql.Condition.SelectSql.Builder.limit(int limit) Creates limit clause.SelectSql.Builder.limit(int limit, int offset) Creates limit clause with offset.Creates order by clause.Creates select clause.Creates where clause.SelectSql.Builder.where(SelectSql.Condition condition) Creates where clause.