Interface SQLSelectStatement.WhereStatementAndBuild
- All Superinterfaces:
SQLSelectStatement.Build
- All Known Implementing Classes:
SQLSelectStatement.SQLSelectStatementBuilder
- Enclosing class:
- SQLSelectStatement
The
Where Statement
and building part of building a SQLSelectStatement
-
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.syntax.statement.SQLSelectStatement.Build
build
-
Method Details
-
whereStatement
- Parameters:
whereStatement
- The conditional where statement- Returns:
- this, to continue building
-