Interface SelectBuilder.BuildSelect

All Known Subinterfaces:
SelectBuilder.SelectAndFrom, SelectBuilder.SelectFrom, SelectBuilder.SelectFromAndJoin, SelectBuilder.SelectFromAndJoinCondition, SelectBuilder.SelectFromAndOrderBy, SelectBuilder.SelectJoin, SelectBuilder.SelectLock, SelectBuilder.SelectOnCondition, SelectBuilder.SelectOrdered, SelectBuilder.SelectWhere, SelectBuilder.SelectWhereAndOr
Enclosing interface:
SelectBuilder

public static interface SelectBuilder.BuildSelect
Interface exposing the Select build method.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Select
    Build the Select statement and verify basic relationship constraints such as all referenced columns have a FROM or JOIN table import.
    build(boolean validate)
    Build the Select statement.
  • Method Details

    • build

      default Select build()
      Build the Select statement and verify basic relationship constraints such as all referenced columns have a FROM or JOIN table import.
      Returns:
      the built and immutable Select statement.
    • build

      Select build(boolean validate)
      Build the Select statement.
      Parameters:
      validate - whether to validate the generated select by checking basic relationship constraints such as all referenced columns have a FROM or JOIN table import.
      Returns:
      the built and immutable Select statement.
      Since:
      3.2