インターフェース PreparedOperation<T>

型パラメーター:
T - 基になる操作ソース
すべてのスーパーインターフェース:
QueryOperationSupplierSE<StringSE>

public interface PreparedOperation<T> extends QueryOperation
バインドされたパラメーターを持つ準備済み SQL クエリ SupplierSEQueryOperation への拡張。bound から BindTarget にできるパラメーターバインディングが含まれています。

DatabaseClient で実行できます。

導入:
5.3
作成者:
Mark Paluch
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    提供された BindTarget にバインディングを適用します。
    基になるクエリソースを取得します。

    インターフェース org.springframework.r2dbc.core.QueryOperation から継承されたメソッド

    get, toQuery
  • メソッドの詳細

    • getSource

      T getSource()
      基になるクエリソースを取得します。
      戻り値:
      ステートメント / 条件オブジェクトなどのクエリソース
    • bindTo

      void bindTo(BindTarget target)
      提供された BindTarget にバインディングを適用します。
      パラメーター:
      target - バインディングを適用するターゲット