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 newSQLSelectStatement
using the set parameters
-
Method Details
-
build
SQLSelectStatement build()Builds a newSQLSelectStatement
using the set parameters- Returns:
- The newly built
SQLSelectStatement
-