public final class SelectStatementFactory extends ExpressionFactory
SelectStatementFactory
creates a new SelectStatement
when the portion of the
query to parse starts with SELECT.SelectStatement
Modifier and Type | Field and Description |
---|---|
static String |
ID
The unique identifier of this
SelectStatementFactory . |
Constructor and Description |
---|
SelectStatementFactory()
Creates a new
SelectStatementFactory . |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final String ID
SelectStatementFactory
.