Package | Description |
---|---|
org.pentaho.di.core | |
org.pentaho.di.core.jdbc | |
org.pentaho.di.core.sql |
Modifier and Type | Method and Description |
---|---|
ValueMetaAndData |
Condition.getRightExact() |
Modifier and Type | Method and Description |
---|---|
void |
Condition.setRightExact(ValueMetaAndData right_exact) |
Constructor and Description |
---|
Condition(boolean negate,
String valuename,
int function,
String valuename2,
ValueMetaAndData exact) |
Condition(int operator,
String valuename,
int function,
String valuename2,
ValueMetaAndData exact) |
Condition(String valuename,
int function,
String valuename2,
ValueMetaAndData exact) |
Modifier and Type | Method and Description |
---|---|
static ValueMetaAndData |
ThinUtil.attemptBigNumberValueExtraction(String string) |
static ValueMetaAndData |
ThinUtil.attemptBooleanValueExtraction(String string) |
static ValueMetaAndData |
ThinUtil.attemptDateValueExtraction(String string) |
static ValueMetaAndData |
ThinUtil.attemptIntegerValueExtraction(String string) |
static ValueMetaAndData |
ThinUtil.attemptNumberValueExtraction(String string) |
static ValueMetaAndData |
ThinUtil.attemptStringValueExtraction(String string) |
static ValueMetaAndData |
ThinUtil.extractConstant(String string) |
Modifier and Type | Method and Description |
---|---|
ValueMetaAndData |
IifFunction.getFalseValue() |
ValueMetaAndData |
IifFunction.getTrueValue() |