Interface SQLSelectStatement.Build
- All Known Subinterfaces:
SQLSelectStatement.WhereStatementAndBuild
- All Known Implementing Classes:
SQLSelectStatement.SQLSelectStatementBuilder
- Enclosing class:
- SQLSelectStatement
public static interface SQLSelectStatement.Build
The building part of building a
SQLSelectStatement-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newSQLSelectStatementusing the set parameters
-
Method Details
-
build
SQLSelectStatement build()Builds a newSQLSelectStatementusing the set parameters- Returns:
- The newly built
SQLSelectStatement
-