Package openGql.grammar
Class SelectStatement.Builder
- java.lang.Object
-
- openGql.grammar.SelectStatement.Builder
-
- Enclosing class:
- SelectStatement
public static final class SelectStatement.Builder extends java.lang.ObjectA fluent builder forSelectStatement.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectStatement.Builderbody(Optional<SelectStatementBodyAndClauses> body)SelectStatementbuild()Builds an immutableSelectStatement.SelectStatement.Builderitems(SelectItems items)SelectStatement.Builderquantifier(Optional<SetQuantifier> quantifier)
-
-
-
Method Detail
-
quantifier
public SelectStatement.Builder quantifier(Optional<SetQuantifier> quantifier)
-
items
public SelectStatement.Builder items(SelectItems items)
-
body
public SelectStatement.Builder body(Optional<SelectStatementBodyAndClauses> body)
-
build
public SelectStatement build()
Builds an immutableSelectStatement.
-
-