| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.sqlite.grammars.jql |
| Modifier and Type | Field and Description |
|---|---|
JQLProjection.ProjectionType |
JQLProjection.type |
| Modifier and Type | Method and Description |
|---|---|
static JQLProjection.ProjectionType |
JQLProjection.ProjectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQLProjection.ProjectionType[] |
JQLProjection.ProjectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JQLProjection.ProjectionBuilder |
JQLProjection.ProjectionBuilder.type(JQLProjection.ProjectionType value) |
| Constructor and Description |
|---|
JQLProjection(JQLProjection.ProjectionType type,
String table,
String column,
String alias,
String expression,
SQLProperty property) |
Copyright © 2017. All rights reserved.