Package | Description |
---|---|
org.pentaho.di.core.sql |
Modifier and Type | Method and Description |
---|---|
SQLAggregation |
SQLField.getAggregation() |
static SQLAggregation |
SQLAggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLAggregation[] |
SQLAggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLField.setAggregation(SQLAggregation aggregation) |
Constructor and Description |
---|
SQLField(String tableAlias,
String field,
String alias,
SQLAggregation aggregation,
ValueMetaInterface valueMeta) |