Interface SQLSelectStatement.WhereStatementAndBuild

All Superinterfaces:
SQLSelectStatement.Build
All Known Implementing Classes:
SQLSelectStatement.SQLSelectStatementBuilder
Enclosing class:
SQLSelectStatement

public static interface SQLSelectStatement.WhereStatementAndBuild extends SQLSelectStatement.Build
The Where Statement and building part of building a SQLSelectStatement
  • Method Details

    • whereStatement

      SQLSelectStatement.Build whereStatement(Conditional whereStatement)
      Parameters:
      whereStatement - The conditional where statement
      Returns:
      this, to continue building