Interface InsertBuilder.BuildInsert

All Known Subinterfaces:
InsertBuilder.InsertIntoColumnsAndValuesWithBuild, InsertBuilder.InsertValuesWithBuild
Enclosing interface:
InsertBuilder

public static interface InsertBuilder.BuildInsert
Interface exposing the Insert build method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the Insert statement.
  • Method Details

    • build

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