Interface UpdateBuilder.BuildUpdate

All Known Subinterfaces:
UpdateBuilder.UpdateWhere, UpdateBuilder.UpdateWhereAndOr
Enclosing interface:
UpdateBuilder

public static interface UpdateBuilder.BuildUpdate
Interface exposing the Update build method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the Update.
  • Method Details

    • build

      Update build()
      Build the Update.
      Returns:
      the build and immutable Update statement.