Class SelectFromBuilder
java.lang.Object
io.github.torand.fastersql.statement.SelectFromBuilder
Builder of SELECT statements with a FROM clause.
-
Method Summary
Modifier and TypeMethodDescriptiondistinct()
Specifies that statement should return unique rows.Creates a SELECT statement with specified FROM clauses (relations).
-
Method Details
-
distinct
Specifies that statement should return unique rows.- Returns:
- the modified statement.
-
from
Creates a SELECT statement with specified FROM clauses (relations).- Parameters:
firstRelation
- the first relation.moreRelations
- the other relations, if any.- Returns:
- the statement.
-