Interface DeleteBuilder.BuildDelete

All Known Subinterfaces:
DeleteBuilder.DeleteWhere, DeleteBuilder.DeleteWhereAndOr
Enclosing interface:
DeleteBuilder

public static interface DeleteBuilder.BuildDelete
Interface exposing the Delete build method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the Delete statement and verify basic relationship constraints such as all referenced columns have a FROM table import.
  • Method Details

    • build

      Delete build()
      Build the Delete statement and verify basic relationship constraints such as all referenced columns have a FROM table import.
      Returns:
      the build and immutable Delete statement.