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