Uses of Class
org.pentaho.di.compatibility.Value
Package
Description
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
-
Uses of Value in org.pentaho.di.compatibility
Modifier 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.bool_not()
Value.byteToHexEncode()
Change a string into its hexadecimal representation.Value.ceil()
Value.charToHexEncode()
Change a string into its hexadecimal representation.Value.Clone()
Build a copy of this ValueValue.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.e()
Value.exp()
Value.first_day()
Value.floor()
static final Value
Value.getInstance()
Row.getValue
(int index) Get the value on a given position in the row.Value.greater_equal
(Value v) Value.hexToByteDecode()
Change a hexadecimal string into normal ASCII representation.Value.hexToCharDecode()
Change a hexadecimal string into normal ASCII representation.Value.initcap()
Value.last_day()
Value.leftstr
(int len) Value.length()
Value.log()
Value.lower()
Value.lpad
(int len) Value.ltrim()
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.pi()
Value.plus
(byte v) Value.plus
(double v) Value.plus
(int v) Value.plus
(long v) Value.plus
(BigDecimal v) Value.power
(double arg) Value.power
(BigDecimal arg) Value.rightstr
(int len) Value.round()
Rounds off to the nearest integer.Value.round
(int decimalPlaces) Rounds the Number value to a certain number decimal places.Value.rpad
(int len) Value.rtrim()
Row.searchValue
(String name) Search the Value by name in the row.Value.sign()
Value.sin()
Value.smaller_equal
(Value v) Value.sqrt()
Value.startsWith
(String string) Value.startsWith
(Value string) Value.str2num()
Value.substr
(int from) Value.substr
(int from, int to) Value.sysdate()
Value.tan()
Value.trim()
Performs a right and left trim of spaces in the string.Value.trunc()
Value.trunc
(double level) Value.trunc
(int level) Value.upper()
Modifier and TypeMethodDescriptionvoid
Add a value on a certain location in the row.void
Add a value after the last value of the rowint
Compare 2 values of the same or different type! The comparison of Strings is case insensitiveint
Compare 2 values of the same or different type!boolean
Value.equalValueType
(Value v) boolean
Value.equalValueType
(Value v, boolean checkTypeOnly) Returns whether "types" of the values are exactly the same: type, name, length, precision.Value.greater_equal
(Value v) void
Merges another Value.void
Set the value on index idx.void
Copy the Value from another Value.Value.smaller_equal
(Value v) Value.startsWith
(Value string) void
ValueUsedListener.valueIsUsed
(int index, Value value) ModifierConstructorDescriptionConstructs a new Value as a copy of another value and renames it...Constructs a new Value as a copy of another valueValue
(Value metaData, DataInputStream dis) Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this method! -
Uses of Value in org.pentaho.di.core.row
Modifier and TypeMethodDescriptionValueMetaInterface.createOriginalValue
(Object data) Create an old-style value for backward compatibility reasonsModifier and TypeMethodDescriptionValueMetaInterface.getValueData
(Value value) Extracts the primitive data from an old style Value object -
Uses of Value in org.pentaho.di.core.row.value
Modifier and TypeMethodDescriptionValueMetaBase.createOriginalValue
(Object data) Create an old-style value for backward compatibility reasonsModifier and TypeMethodDescriptionValueMetaBase.getValueData
(Value value) Extracts the primitive data from an old style Value object