Uses of Class
org.pentaho.di.core.exception.KettleValueException
Packages that use KettleValueException
Package
Description
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of KettleValueException in org.pentaho.di.compatibility
Methods in org.pentaho.di.compatibility that throw KettleValueExceptionModifier and TypeMethodDescriptionValue.abs()
Value.acos()
Value.add_days
(long days) Add a number of days to a Date value.Value.add_months
(int months) Value.asin()
Value.atan()
Value.atan2
(double arg0) Value.ceil()
void
Value.convertString
(int newtype) Convert this Value from type String to another typeValue.cos()
Value.dat2num()
Value.dat2str()
Value.divide
(byte v) Value.divide
(double v) Value.divide
(int v) Value.divide
(long v) Value.divide
(BigDecimal v) Value.exp()
Value.first_day()
Value.floor()
Value.hexToByteDecode()
Change a hexadecimal string into normal ASCII representation.Value.hexToCharDecode()
Change a hexadecimal string into normal ASCII representation.Value.last_day()
Value.length()
Value.log()
Value.minus
(byte v) Value.minus
(double v) Value.minus
(int v) Value.minus
(long v) Value.minus
(BigDecimal v) Value.mod
(byte arg) Value.mod
(double arg0) Value.mod
(int arg) Value.mod
(long arg) Value.mod
(BigDecimal arg) Value.multiply
(byte v) Value.multiply
(double v) Value.multiply
(int v) Value.multiply
(long v) Value.multiply
(BigDecimal v) Value.num2dat()
Value.num2str()
Value.power
(double arg) Value.power
(BigDecimal arg) Value.round()
Rounds off to the nearest integer.Value.round
(int decimalPlaces) Rounds the Number value to a certain number decimal places.Value.sign()
Value.sin()
Value.sqrt()
Value.str2num()
Value.tan()
Value.trunc()
Value.trunc
(double level) Value.trunc
(int level) -
Uses of KettleValueException in org.pentaho.di.core
Methods in org.pentaho.di.core that throw KettleValueExceptionModifier and TypeMethodDescriptionint
RowMetaAndData.compare
(RowMetaAndData compare, int[] is, boolean[] bs) RowMetaAndData.getAsJavaType
(String valueName, Class<?> destinationType, InjectionTypeConverter converter) Returns value as specified java type using converter.RowMetaAndData.getBigNumber
(int index, BigDecimal def) RowMetaAndData.getBigNumber
(String valueName, BigDecimal def) byte[]
RowMetaAndData.getBinary
(int index, byte[] def) byte[]
boolean
RowMetaAndData.getBoolean
(int index, boolean def) boolean
RowMetaAndData.getBoolean
(String valueName, boolean def) RowMetaAndData.getInteger
(int index) long
RowMetaAndData.getInteger
(int index, long def) RowMetaAndData.getInteger
(String valueName) long
RowMetaAndData.getInteger
(String valueName, long def) double
RowMetaAndData.getNumber
(int index, double def) double
static Object
RowMetaAndData.getStringAsJavaType
(String vs, Class<?> destinationType, InjectionTypeConverter converter) Converts string value into specified type.Condition.getXML()
Condition.getXML
(int level) boolean
RowMetaAndData.isEmptyValue
(String valueName) void
RowMetaAndData.removeValue
(String valueName) -
Uses of KettleValueException in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that throw KettleValueExceptionModifier and TypeMethodDescriptionDatabase.fieldSubstitute
(String aString, RowMetaInterface rowMeta, Object[] rowData) DatabaseMeta.fieldSubstitute
(String aString, RowMetaInterface rowMeta, Object[] rowData) BaseDatabaseMeta.getSQLValue
(ValueMetaInterface valueMeta, Object valueData, String dateFormat) DatabaseInterface.getSQLValue
(ValueMetaInterface valueMeta, Object valueData, String dateFormat) Convert a value in the SQL equivalent.GenericDatabaseMeta.getSQLValue
(ValueMetaInterface valueMeta, Object valueData, String dateFormat) -
Uses of KettleValueException in org.pentaho.di.core.hash
Methods in org.pentaho.di.core.hash that throw KettleValueExceptionModifier and TypeMethodDescriptionstatic int
ByteArrayHashIndex.generateHashCode
(byte[] key, RowMetaInterface rowMeta) static int
LongHashIndex.generateHashCode
(Long key) byte[]
ByteArrayHashIndex.get
(byte[] key) LongHashIndex.get
(long key) void
ByteArrayHashIndex.put
(byte[] key, byte[] value) void
-
Uses of KettleValueException in org.pentaho.di.core.injection
Methods in org.pentaho.di.core.injection that throw KettleValueExceptionModifier and TypeMethodDescriptionDefaultInjectionTypeConverter.boolean2boolean
(Boolean v) InjectionTypeConverter.boolean2boolean
(Boolean v) boolean
DefaultInjectionTypeConverter.boolean2booleanPrimitive
(Boolean v) boolean
InjectionTypeConverter.boolean2booleanPrimitive
(Boolean v) Enum<?>
InjectionTypeConverter.boolean2enum
(Class<?> enumClass, Boolean v) DefaultInjectionTypeConverter.boolean2integer
(Boolean v) InjectionTypeConverter.boolean2integer
(Boolean v) int
DefaultInjectionTypeConverter.boolean2intPrimitive
(Boolean v) int
InjectionTypeConverter.boolean2intPrimitive
(Boolean v) DefaultInjectionTypeConverter.boolean2long
(Boolean v) InjectionTypeConverter.boolean2long
(Boolean v) long
DefaultInjectionTypeConverter.boolean2longPrimitive
(Boolean v) long
InjectionTypeConverter.boolean2longPrimitive
(Boolean v) DefaultInjectionTypeConverter.boolean2string
(Boolean v) InjectionTypeConverter.boolean2string
(Boolean v) DefaultInjectionTypeConverter.integer2boolean
(Long v) InjectionTypeConverter.integer2boolean
(Long v) boolean
DefaultInjectionTypeConverter.integer2booleanPrimitive
(Long v) boolean
InjectionTypeConverter.integer2booleanPrimitive
(Long v) Enum<?>
InjectionTypeConverter.integer2enum
(Class<?> enumClass, Long v) DefaultInjectionTypeConverter.integer2integer
(Long v) InjectionTypeConverter.integer2integer
(Long v) int
DefaultInjectionTypeConverter.integer2intPrimitive
(Long v) int
InjectionTypeConverter.integer2intPrimitive
(Long v) DefaultInjectionTypeConverter.integer2long
(Long v) InjectionTypeConverter.integer2long
(Long v) long
DefaultInjectionTypeConverter.integer2longPrimitive
(Long v) long
InjectionTypeConverter.integer2longPrimitive
(Long v) DefaultInjectionTypeConverter.integer2string
(Long v) InjectionTypeConverter.integer2string
(Long v) DefaultInjectionTypeConverter.number2boolean
(Double v) InjectionTypeConverter.number2boolean
(Double v) boolean
DefaultInjectionTypeConverter.number2booleanPrimitive
(Double v) boolean
InjectionTypeConverter.number2booleanPrimitive
(Double v) Enum<?>
InjectionTypeConverter.number2enum
(Class<?> enumClass, Double v) DefaultInjectionTypeConverter.number2integer
(Double v) InjectionTypeConverter.number2integer
(Double v) int
DefaultInjectionTypeConverter.number2intPrimitive
(Double v) int
InjectionTypeConverter.number2intPrimitive
(Double v) DefaultInjectionTypeConverter.number2long
(Double v) InjectionTypeConverter.number2long
(Double v) long
DefaultInjectionTypeConverter.number2longPrimitive
(Double v) long
InjectionTypeConverter.number2longPrimitive
(Double v) DefaultInjectionTypeConverter.number2string
(Double v) InjectionTypeConverter.number2string
(Double v) InjectionTypeConverter.string2boolean
(String v) boolean
InjectionTypeConverter.string2booleanPrimitive
(String v) Enum<?>
DefaultInjectionTypeConverter.string2enum
(Class<?> enumClass, String v) Enum<?>
InjectionTypeConverter.string2enum
(Class<?> enumClass, String v) InjectionTypeConverter.string2integer
(String v) int
InjectionTypeConverter.string2intPrimitive
(String v) InjectionTypeConverter.string2long
(String v) long
InjectionTypeConverter.string2longPrimitive
(String v) InjectionTypeConverter.string2string
(String v) -
Uses of KettleValueException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleValueExceptionModifier and TypeMethodDescriptionstatic Object
ValueDataUtil.abs
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.addDays
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.addHours
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.addMinutes
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.addMonths
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.addSeconds
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.addTimeToDate
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC) static String
ValueDataUtil.byteToHexEncode
(ValueMetaInterface metaA, Object dataA) Change a string into its hexadecimal representation.static Object
ValueDataUtil.ceil
(ValueMetaInterface metaA, Object dataA) static String
ValueDataUtil.charToHexEncode
(ValueMetaInterface meta, Object data) Change a string into its hexadecimal representation.Object[]
Object[]
Object[]
Clone row.Object[]
Clone row.RowMeta.cloneToType
(int targetType) This method copies the row metadata and sets all values to the specified type (usually String)RowMetaInterface.cloneToType
(int targetType) This method copies the row metadata and sets all values to the specified type (usually String)ValueMetaInterface.cloneValueData
(Object object) Clone value data.static Object
ValueDataUtil.combination1
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC) A + B * Cstatic Object
ValueDataUtil.combination2
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) SQRT( A*A + B*B )int
Compare 2 rows with each other using all values in the rows and also considering the specified ascending clauses of the value metadata.int
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.int
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.int
RowMeta.compare
(Object[] rowData1, RowMetaInterface rowMeta2, Object[] rowData2, int[] fieldnrs1, int[] fieldnrs2) Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.int
Compare 2 rows with each other using all values in the rows and also considering the specified ascending clauses of the value metadata.int
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.int
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.int
RowMetaInterface.compare
(Object[] rowData1, RowMetaInterface rowMeta2, Object[] rowData2, int[] fieldnrs1, int[] fieldnrs2) Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata.int
Compare 2 values of the same data typeint
ValueMetaInterface.compare
(Object data1, ValueMetaInterface meta2, Object data2) Compare 2 values of the same data typeValueMetaInterface.convertBinaryStringToNativeType
(byte[] binary) Convert the given binary data to the actual data type.
- byte[] --> Long (Integer)
- byte[] --> Double (Number)
- byte[] --> BigDecimal (BigNumber)
- byte[] --> Date (Date)
- byte[] --> Boolean (Boolean)
- byte[] --> byte[] (Binary)
ValueMetaInterface.convertData
(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.ValueMetaInterface.convertDataCompatible
(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.ValueMetaInterface.convertDataFromString
(String pol, ValueMetaInterface convertMeta, String nullif, String ifNull, int trim_type) Convert the specified string to the data type specified in this object.ValueMetaInterface.convertDataUsingConversionMetaData
(Object data) Convert an object to the data type specified in the conversion metadataint
RowMeta.convertedValuesHashCode
(Object[] rowData) Calculates a hashcode of the converted value of all objects in the supplied row.int
RowMetaInterface.convertedValuesHashCode
(Object[] rowData) Calculates a hashcode of the converted value of all objects in the supplied row.ValueMetaInterface.convertNormalStorageTypeToBinaryString
(Object object) Convert a normal storage type to a binary string object.ValueMetaInterface.convertToBinaryStringStorageType
(Object object) Converts the specified data object to the binary string storage type.ValueMetaInterface.convertToNormalStorageType
(Object object) Converts the specified data object to the normal storage type.static Row
RowMeta.createOriginalRow
(RowMetaInterface rowMeta, Object[] rowData) ValueMetaInterface.createOriginalValue
(Object data) Create an old-style value for backward compatibility reasonsstatic Object
ValueDataUtil.DateDiff
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, String resultType) Returns the number of days that have elapsed between dataA and dataB.static Object
ValueDataUtil.DateWorkingDiff
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.dayOfMonth
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.dayOfWeek
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.dayOfYear
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.divide
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) Deprecated.static Object
ValueDataUtil.divide
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space) void
ValueMetaInterface.drawValue
(PrimitiveGCInterface gc, Object value) This method draws the value using the supplied graphical context.boolean
Compare 2 rows with each other for equality using certain values in the rows and also considering the case sensitivity flag.boolean
Compare 2 rows with each other for equality using certain values in the rows and also considering the case sensitivity flag.static Object
ValueDataUtil.floor
(ValueMetaInterface metaA, Object dataA) RowMeta.getBigNumber
(Object[] dataRow, int index) Get a BigNumber value from a row of data.RowMetaInterface.getBigNumber
(Object[] dataRow, int index) Get a BigNumber value from a row of data.ValueMetaInterface.getBigNumber
(Object object) Convert the supplied data to a BigNumberbyte[]
Get a Binary value from a row of data.byte[]
Get a Binary value from a row of data.byte[]
Convert the supplied data to binary databyte[]
ValueMetaInterface.getBinaryString
(Object object) convert the supplied data to a binary string representation (for writing text)RowMeta.getBoolean
(Object[] dataRow, int index) Get a Boolean value from a row of data.RowMetaInterface.getBoolean
(Object[] dataRow, int index) Get a Boolean value from a row of data.ValueMetaInterface.getBoolean
(Object object) Convert the supplied data to a BooleanValueMetaInterface.getCompatibleString
(Object object) Convert the supplied data to a String compatible with version 2.5.Get a Date value from a row of data.Get a Date value from a row of data.Gets the date.Convert the supplied data to a Datestatic String
ValueDataUtil.getFileEncoding
(ValueMetaInterface metaA, Object dataA) Deprecated.static String
ValueDataUtil.getFileEncoding
(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Get file encoding.RowMeta.getInteger
(Object[] dataRow, int index) Get an Integer value from a row of data.RowMeta.getInteger
(Object[] dataRow, String valueName, Long defaultValue) RowMetaInterface.getInteger
(Object[] dataRow, int index) Get an Integer value from a row of data.RowMetaInterface.getInteger
(Object[] dataRow, String valueName, Long defaultValue) Gets the integer.ValueMetaInterface.getInteger
(Object object) Convert the supplied data to an IntegerValueMetaInterface.getNativeDataType
(Object object) This method gives you the native Java data type corresponding to the value meta-data.Class<?>
ValueMeta.getNativeDataTypeClass()
Deprecated.Class<?>
ValueMetaInterface.getNativeDataTypeClass()
Return the Java class that represents the "native" storage type of this ValueMetaGet a Number value from a row of data.Get a Number value from a row of data.Convert the supplied data to a NumberGet the string representation of the data in a row of dataGet a String value from a row of data.Get the string representation of the data in a row of data.Get a String value from a row of data.Gets the string.Convert the supplied data to a StringValueMetaInterface.getValueData
(Value value) Extracts the primitive data from an old style Value objectValueMetaAndData.getXML()
Produce the XML representation of this value.static Object
ValueDataUtil.getZeroForValueMetaType
(ValueMetaInterface type) Default utility method to get exact zero value according to ValueMetaInterface.int
Calculates a simple hashCode of all the native data objects in the supplied row.int
Calculates a simple hashCode of all the native data objects in the supplied row.int
Calculate the hashcode of the specified data objectstatic String
ValueDataUtil.hexToByteDecode
(ValueMetaInterface meta, Object data) Change a hexadecimal string into normal ASCII representation.static String
ValueDataUtil.hexToCharDecode
(ValueMetaInterface meta, Object data) Change a hexadecimal string into normal ASCII representation.static Object
ValueDataUtil.hourOfDay
(ValueMetaInterface metaA, Object dataA) boolean
Determines whether a value in a row is null.boolean
Determines whether a value in a row is null.boolean
Determine if an object is null.static Object
ValueDataUtil.loadFileContentInBinary
(ValueMetaInterface metaA, Object dataA) Deprecated.static byte[]
ValueDataUtil.loadFileContentInBinary
(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static void
static Object
ValueDataUtil.minus
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.minuteOfHour
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.monthOfDate
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.multiply
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) protected static Object
ValueDataUtil.multiplyNumeric
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) protected static Object
ValueDataUtil.multiplyString
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.nvl
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) int
RowMeta.oldXORHashCode
(Object[] rowData) Deprecated.int
RowMetaInterface.oldXORHashCode
(Object[] rowData) Deprecated.static Object
ValueDataUtil.percent1
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) Deprecated.static Object
ValueDataUtil.percent1
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space) static Object
ValueDataUtil.percent2
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) Deprecated.static Object
ValueDataUtil.percent2
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space) static Object
ValueDataUtil.percent3
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) Deprecated.static Object
ValueDataUtil.percent3
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, VariableSpace space) static Object
ValueDataUtil.plus
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.plus3
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC) static Object
ValueDataUtil.quarterOfDate
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.remainder
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) Returns the remainder (modulus) of A / B.static Object
ValueDataUtil.removeTimeFromDate
(ValueMetaInterface metaA, Object dataA) void
RowMeta.removeValueMeta
(String valueName) void
RowMetaInterface.removeValueMeta
(String string) Remove a value with a certain name from the row metadata.static Object
ValueDataUtil.round
(ValueMetaInterface metaA, Object dataA) Rounding with no decimal places (using default rounding method ROUND_HALF_CEILING)static Object
ValueDataUtil.round
(ValueMetaInterface metaA, Object dataA, int roundingMode) Rounding with no decimal places with a given rounding methodstatic Object
ValueDataUtil.round
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) Rounding with decimal places (using default rounding method ROUND_HALF_EVEN)static Object
ValueDataUtil.round
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, int roundingMode) Rounding with decimal places with a given rounding methodstatic Object
ValueDataUtil.round
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB, ValueMetaInterface metaC, Object dataC) Rounding with decimal places with a given rounding methodlong
SpeedTest.runTestMixed10
(int iterations) long
SpeedTest.runTestMixed100
(int iterations) long
SpeedTest.runTestMixed1000
(int iterations) long
SpeedTest.runTestStrings10
(int iterations) long
SpeedTest.runTestStrings100
(int iterations) long
SpeedTest.runTestStrings1000
(int iterations) static Object
ValueDataUtil.secondOfMinute
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.sqrt
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.sum
(ValueMetaInterface metaA, Object dataA, ValueMetaInterface metaB, Object dataB) static Object
ValueDataUtil.weekOfYear
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.weekOfYearISO8601
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.yearOfDate
(ValueMetaInterface metaA, Object dataA) static Object
ValueDataUtil.yearOfDateISO8601
(ValueMetaInterface metaA, Object dataA) Constructors in org.pentaho.di.core.row that throw KettleValueException -
Uses of KettleValueException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleValueExceptionModifier and TypeMethodDescriptionValueMetaBase.cloneValueData
(Object object) Clones the data.ValueMetaInternetAddress.cloneValueData
(Object object) ValueMetaTimestamp.cloneValueData
(Object object) int
Compare 2 values of the same data typeint
ValueMetaBase.compare
(Object data1, ValueMetaInterface meta2, Object data2) Compare 2 values of the same data typeint
int
protected InetAddress
ValueMetaInternetAddress.convertBigNumberToInternetAddress
(BigDecimal bd) protected String
ValueMetaBase.convertBigNumberToString
(BigDecimal number) ValueMetaBase.convertBinaryStringToNativeType
(byte[] binary) Convert the binary data to the actual data type.
- byte[] --> Long (Integer) - byte[] --> Double (Number) - byte[] --> BigDecimal (BigNumber) - byte[] --> Date (Date) - byte[] --> Boolean (Boolean) - byte[] --> byte[] (Binary)protected String
ValueMetaBase.convertBinaryStringToString
(byte[] binary) Converts a byte[] stored in a binary string storage type into a String;ValueMetaBase.convertData
(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.ValueMetaInternetAddress.convertData
(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.ValueMetaTimestamp.convertData
(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.ValueMetaBase.convertDataCompatible
(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.ValueMetaBase.convertDataFromString
(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trim_type) Convert the specified string to the data type specified in this object.ValueMetaInternetAddress.convertDataFromString
(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trim_type) ValueMetaTimestamp.convertDataFromString
(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trimType) ValueMetaBase.convertDataUsingConversionMetaData
(Object data) Convert an object to the data type specified in the conversion metadataValueMetaTimestamp.convertDataUsingConversionMetaData
(Object data2) ValueMetaTimestamp.convertDateToTimestamp
(Date date) protected String
ValueMetaBase.convertIntegerToCompatibleString
(Long integer) protected InetAddress
ValueMetaInternetAddress.convertIntegerToInternetAddress
(Long l) protected String
ValueMetaBase.convertIntegerToString
(Long integer) protected String
ValueMetaInternetAddress.convertInternetAddressToString
(InetAddress inetAddress) ValueMetaBase.convertNormalStorageTypeToBinaryString
(Object object) protected String
ValueMetaBase.convertNumberToCompatibleString
(Double number) protected InetAddress
ValueMetaInternetAddress.convertNumberToInternetAddress
(Double d) protected String
ValueMetaBase.convertNumberToString
(Double number) protected BigDecimal
ValueMetaBase.convertStringToBigNumber
(String string) protected byte[]
ValueMetaBase.convertStringToBinaryString
(String string) protected Date
ValueMetaBase.convertStringToDate
(String string) protected Long
ValueMetaBase.convertStringToInteger
(String string) protected InetAddress
ValueMetaInternetAddress.convertStringToInternetAddress
(String string) protected Double
ValueMetaBase.convertStringToNumber
(String string) protected Timestamp
ValueMetaTimestamp.convertStringToTimestamp
(String string) protected String
ValueMetaTimestamp.convertTimestampToString
(Timestamp timestamp) ValueMetaBase.convertToBinaryStringStorageType
(Object object) Converts the specified data object to the binary string storage type.ValueMetaBase.convertToNormalStorageType
(Object object) Converts the specified data object to the normal storage type.ValueMetaBase.createOriginalValue
(Object data) Create an old-style value for backward compatibility reasonsvoid
ValueMetaBase.drawValue
(PrimitiveGCInterface gc, Object value) ValueMetaBase.getBigNumber
(Object object) ValueMetaInternetAddress.getBigNumber
(Object object) ValueMetaTimestamp.getBigNumber
(Object object) byte[]
byte[]
ValueMetaBase.getBinaryString
(Object object) byte[]
ValueMetaInternetAddress.getBinaryString
(Object object) byte[]
ValueMetaTimestamp.getBinaryString
(Object object) ValueMetaBase.getBoolean
(Object object) ValueMetaInternetAddress.getBoolean
(Object object) ValueMetaTimestamp.getBoolean
(Object object) ValueMetaBase.getCompatibleString
(Object object) ValueMetaBase.getInteger
(Object object) ValueMetaInternetAddress.getInteger
(Object object) ValueMetaTimestamp.getInteger
(Object object) ValueMetaInternetAddress.getInternetAddress
(Object object) ValueMetaBase.getNativeDataType
(Object object) ValueMetaBigNumber.getNativeDataType
(Object object) ValueMetaBinary.getNativeDataType
(Object object) ValueMetaBoolean.getNativeDataType
(Object object) ValueMetaDate.getNativeDataType
(Object object) ValueMetaInteger.getNativeDataType
(Object object) ValueMetaInternetAddress.getNativeDataType
(Object object) ValueMetaNone.getNativeDataType
(Object object) ValueMetaNumber.getNativeDataType
(Object object) ValueMetaString.getNativeDataType
(Object object) Class<?>
ValueMetaBase.getNativeDataTypeClass()
Class<?>
ValueMetaBigNumber.getNativeDataTypeClass()
Class<?>
ValueMetaBinary.getNativeDataTypeClass()
Class<?>
ValueMetaBoolean.getNativeDataTypeClass()
Class<?>
ValueMetaDate.getNativeDataTypeClass()
Class<?>
ValueMetaInteger.getNativeDataTypeClass()
Class<?>
ValueMetaInternetAddress.getNativeDataTypeClass()
Class<?>
ValueMetaNone.getNativeDataTypeClass()
Class<?>
ValueMetaNumber.getNativeDataTypeClass()
Class<?>
ValueMetaString.getNativeDataTypeClass()
Class<?>
ValueMetaTimestamp.getNativeDataTypeClass()
ValueMetaTimestamp.getTimestamp
(Object object) ValueMetaBase.getValueData
(Value value) Extracts the primitive data from an old style Value objectint
Calculate the hashcode of the specified data objectboolean
Determine if an object is null. -
Uses of KettleValueException in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that throw KettleValueExceptionModifier and TypeMethodDescriptionstatic Date
static double
static String
StringUtil.substituteField
(String aString, RowMetaInterface rowMeta, Object[] rowData) Substitutes field values inaString
. -
Uses of KettleValueException in org.pentaho.di.core.variables
Methods in org.pentaho.di.core.variables that throw KettleValueExceptionModifier and TypeMethodDescriptionVariables.fieldSubstitute
(String aString, RowMetaInterface rowMeta, Object[] rowData) Substitutes field values inaString
.VariableSpace.fieldSubstitute
(String aString, RowMetaInterface rowMeta, Object[] rowData) Substitutes field values inaString
.
ValueDataUtil.getFileEncoding(ValueMetaInterface, Object, boolean)
instead