インターフェース StatementBuilder.BindFunction<S>

型パラメーター:
S -
含まれているクラス:
StatementBuilder<S extends com.datastax.oss.driver.api.querybuilder.BuildableQuery>
関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public static interface StatementBuilder.BindFunction<S>
バインディング関数。この関数は、現在のステートメントと TermFactory で呼び出されます。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    bind(S statement, TermFactory factory)
    statement にバインディング操作を適用し、変更されたステートメントインスタンスを返します。
  • メソッドの詳細

    • bind

      S bind(S statement, TermFactory factory)
      statement にバインディング操作を適用し、変更されたステートメントインスタンスを返します。
      パラメーター:
      statement - 最初のステートメントインスタンス。
      factory - Term オブジェクトを作成するためのファクトリ。
      戻り値:
      変更されたステートメントインスタンス。