インターフェース SelectBuilder
public interface SelectBuilder
Select
ステートメントを作成するためのエントリポイント。- 導入:
- 1.1
- 作成者:
- Mark Paluch, Jens Schauder, Myeonghyeon Lee
- 関連事項:
ネストされたクラスのサマリー
ネストされたクラス修飾子と型インターフェース説明static interface
Select
ビルドメソッドを公開するインターフェース。static interface
SELECT
およびFROM
メソッドを公開するビルダー。static interface
FROM
メソッドを公開するビルダー。static interface
FROM
、JOIN
、WHERE
、LIMIT/OFFSET
、LOCK
メソッドを公開するビルダー。static interface
FROM
、WHERE
、LIMIT/OFFSET
、JOIN、AND
、LOCK
の継続メソッドを公開するビルダー。static interface
FROM
、JOIN
、WHERE
、LIMIT/OFFSET
、LOCK
メソッドを公開するビルダー。static interface
JOIN
メソッドを公開するインターフェース。static interface
制限 / オフセット方法。static interface
メソッドをロックします。static interface
JOIN
関連を宣言するON
メソッドを公開するインターフェース。static interface
JOIN およびJOIN … ON
継続メソッドを公開するビルダー。static interface
ターゲット列の比較関連を宣言するインターフェース。static interface
ORDER BY
およびLOCK
メソッドを公開するビルダー。static interface
WHERE
、LOCK
メソッドを公開するインターフェース。static interface
方法の概要
修飾子と型メソッド説明distinct()
select ステートメントを明確にするselect
(CollectionSE<? extends Expression> expressions) 選択リストに 1 つ以上のExpression
を含めます。select
(Expression expression) 選択リストにExpression
を含めます。select
(Expression... expressions) 選択リストに 1 つ以上のExpression
を含めます。top
(int count) count
を指定してTOP
句を適用します。
メソッドの詳細
top
count
を指定してTOP
句を適用します。- パラメーター:
count
- トップカウント。- 戻り値:
this
SelectBuilder
。
select
選択リストにExpression
を含めます。- パラメーター:
expression
- 含める式。- 戻り値:
this
ビルダー。- 関連事項:
select
選択リストに 1 つ以上のExpression
を含めます。- パラメーター:
expressions
- 含める式。- 戻り値:
this
ビルダー。- 関連事項:
select
選択リストに 1 つ以上のExpression
を含めます。- パラメーター:
expressions
- 含める式。- 戻り値:
this
ビルダー。- 関連事項:
distinct
SelectBuilder.SelectAndFrom distinct()select ステートメントを明確にする- 戻り値:
this
ビルダー。