java.lang.Object
org.nkjmlab.sorm4j.util.sql.JoinSql.Builder
- 含まれているクラス:
- JoinSql
-
メソッドの概要
修飾子とタイプメソッド説明build()join(String joinType, TableMetaData otherTableMetaData, String joinCondition) join(String joinType, TableMappedOrm<?> other, String joinCondition) joinOn(TableMetaData other, String onCondition) joinOn(TableMappedOrm<?> other, String onCondition) joinUsing(TableMetaData other, String... columnsForJoin) joinUsing(TableMappedOrm<?> other, String... columnsForJoin) leftJoinOn(TableMetaData other, String onCondition) leftJoinOn(TableMappedOrm<?> other, String onCondition) leftJoinUsing(TableMetaData other, String... columnsForJoin) leftJoinUsing(TableMappedOrm<?> other, String... columnsForJoin) limit(int limit) Creates limit clause.limit(int limit, int offset) Creates limit clause with offset.Creates order by clause.Creates where clause.where(SelectSql.Condition condition) Creates where clause.
-
メソッドの詳細
-
joinUsing
-
joinUsing
-
leftJoinUsing
-
leftJoinUsing
-
joinOn
-
joinOn
-
leftJoinOn
-
leftJoinOn
-
join
public JoinSql.Builder join(String joinType, TableMetaData otherTableMetaData, String joinCondition) -
join
-
where
Creates where clause.- パラメータ:
condition-- 戻り値:
-
where
Creates where clause.- パラメータ:
expr-- 戻り値:
-
orderBy
Creates order by clause.- パラメータ:
order-- 戻り値:
- 関連項目:
-
limit
Creates limit clause.- パラメータ:
limit-- 戻り値:
-
limit
Creates limit clause with offset.- パラメータ:
limit-- 戻り値:
-
build
-