Interface UpsertBuilder.BuildUpsert

Enclosing interface:
UpsertBuilder

public static interface UpsertBuilder.BuildUpsert
Terminal step that produces the Upsert statement.
Since:
4.1
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the immutable Upsert statement.
  • Method Details

    • build

      Upsert build()
      Build the immutable Upsert statement.
      Returns:
      the Upsert statement.