- v_decode(Value[]) - Method in class org.pentaho.di.compatibility.Value
-
- v_if(Value[]) - Method in class org.pentaho.di.compatibility.Value
-
- Value - Class in org.pentaho.di.compatibility
-
This class is one of the core classes of the Kettle framework.
- Value() - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of type EMPTY
- Value(String) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value with a name.
- Value(String, int) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value with a name and a type.
- Value(String, int, int, int) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value with a name, a type, length and precision.
- Value(String, BigDecimal) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_BIGNUMBER, with a name, containing a BigDecimal number
- Value(String, double) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_NUMBER, with a name, containing a number
- Value(String, StringBuffer) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_STRING, with a name, containing a String
- Value(String, String) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_STRING, with a name, containing a String
- Value(String, Date) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_DATE, with a name, containing a Date
- Value(String, boolean) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_BOOLEAN, with a name, containing a boolean value
- Value(String, long) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_INTEGER, with a name, containing an integer number
- Value(String, Value) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value as a copy of another value and renames it...
- Value(String, byte[]) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value of Type VALUE_TYPE_BINARY, with a name, containing a bytes value
- Value(Value) - Constructor for class org.pentaho.di.compatibility.Value
-
Constructs a new Value as a copy of another value
- Value(InputStream) - Constructor for class org.pentaho.di.compatibility.Value
-
Read the Value, including meta-data from a DataInputStream
- Value(Value, DataInputStream) - Constructor for class org.pentaho.di.compatibility.Value
-
Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this
method!
- Value(Node) - Constructor for class org.pentaho.di.compatibility.Value
-
Construct a new Value and read the data from XML
- VALUE_REPOSITORY_DATE_CONVERSION_MASK - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
-
- VALUE_REPOSITORY_DECIMAL_SYMBOL - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
-
- VALUE_REPOSITORY_GROUPING_SYMBOL - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
-
- VALUE_REPOSITORY_INTEGER_CONVERSION_MASK - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
-
- VALUE_REPOSITORY_NUMBER_CONVERSION_MASK - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
-
- VALUE_TYPE_BIGNUMBER - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains a floating point precision number with arbitrary precision.
- VALUE_TYPE_BINARY - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains binary data: BLOB, CLOB, ...
- VALUE_TYPE_BOOLEAN - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains a boolean.
- VALUE_TYPE_DATE - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains a Date.
- VALUE_TYPE_INTEGER - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains a long integer.
- VALUE_TYPE_NONE - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value has no type set.
- VALUE_TYPE_NUMBER - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains a floating point double precision number.
- VALUE_TYPE_SERIALIZABLE - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains an Object.
- VALUE_TYPE_STRING - Static variable in class org.pentaho.di.compatibility.Value
-
Value type indicating that the value contains a text String.
- ValueBigNumber - Class in org.pentaho.di.compatibility
-
This class contains a Value of type BigNumber and the length/precision by which it is described.
- ValueBigNumber() - Constructor for class org.pentaho.di.compatibility.ValueBigNumber
-
- ValueBigNumber(BigDecimal) - Constructor for class org.pentaho.di.compatibility.ValueBigNumber
-
- ValueBinary - Class in org.pentaho.di.compatibility
-
This class contains a Value of type Binary.
- ValueBinary() - Constructor for class org.pentaho.di.compatibility.ValueBinary
-
- ValueBinary(byte[]) - Constructor for class org.pentaho.di.compatibility.ValueBinary
-
- ValueBoolean - Class in org.pentaho.di.compatibility
-
This class contains a Value of type Boolean.
- ValueBoolean() - Constructor for class org.pentaho.di.compatibility.ValueBoolean
-
- ValueBoolean(boolean) - Constructor for class org.pentaho.di.compatibility.ValueBoolean
-
- ValueDataUtil - Class in org.pentaho.di.core.row
-
- ValueDataUtil() - Constructor for class org.pentaho.di.core.row.ValueDataUtil
-
- ValueDate - Class in org.pentaho.di.compatibility
-
This class contains a Value of type Date.
- ValueDate() - Constructor for class org.pentaho.di.compatibility.ValueDate
-
- ValueDate(Date) - Constructor for class org.pentaho.di.compatibility.ValueDate
-
- ValueInteger - Class in org.pentaho.di.compatibility
-
This class contains a Value of type Integer and the length by which it is described.
- ValueInteger() - Constructor for class org.pentaho.di.compatibility.ValueInteger
-
- ValueInteger(long) - Constructor for class org.pentaho.di.compatibility.ValueInteger
-
- ValueInterface - Interface in org.pentaho.di.compatibility
-
This interface provides a way to look at a Number, String, Integer, Date...
- valueIsUsed(int, Value) - Method in interface org.pentaho.di.compatibility.ValueUsedListener
-
- ValueMeta - Class in org.pentaho.di.core.row
-
Convenience class for backward compatibility.
- ValueMeta() - Constructor for class org.pentaho.di.core.row.ValueMeta
-
- ValueMeta(String) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
- ValueMeta(String, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
- ValueMeta(String, int, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
- ValueMeta(String, int, int, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
- ValueMeta(DataInputStream) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(Node) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
- ValueMetaAndData - Class in org.pentaho.di.core.row
-
- ValueMetaAndData() - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
-
- ValueMetaAndData(ValueMetaInterface, Object) - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
-
- ValueMetaAndData(String, Object) - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
-
- ValueMetaAndData(Node) - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
-
Construct a new Value and read the data from XML
- ValueMetaBase - Class in org.pentaho.di.core.row.value
-
- ValueMetaBase() - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(String, int) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(String, int, int) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(String, int, int, int) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(DataInputStream) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
Deprecated.
in favor of a combination of ValueMetaFactory
.createValueMeta() and the loadMetaData() method.
- ValueMetaBase(Node) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBigNumber - Class in org.pentaho.di.core.row.value
-
- ValueMetaBigNumber() - Constructor for class org.pentaho.di.core.row.value.ValueMetaBigNumber
-
- ValueMetaBigNumber(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBigNumber
-
- ValueMetaBinary - Class in org.pentaho.di.core.row.value
-
- ValueMetaBinary() - Constructor for class org.pentaho.di.core.row.value.ValueMetaBinary
-
- ValueMetaBinary(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBinary
-
- ValueMetaBoolean - Class in org.pentaho.di.core.row.value
-
- ValueMetaBoolean() - Constructor for class org.pentaho.di.core.row.value.ValueMetaBoolean
-
- ValueMetaBoolean(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBoolean
-
- ValueMetaDate - Class in org.pentaho.di.core.row.value
-
- ValueMetaDate() - Constructor for class org.pentaho.di.core.row.value.ValueMetaDate
-
- ValueMetaDate(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaDate
-
- ValueMetaDate(String, int) - Constructor for class org.pentaho.di.core.row.value.ValueMetaDate
-
- ValueMetaFactory - Class in org.pentaho.di.core.row.value
-
This class will hand out value meta objects from the plugin registry.
- ValueMetaFactory() - Constructor for class org.pentaho.di.core.row.value.ValueMetaFactory
-
- ValueMetaInteger - Class in org.pentaho.di.core.row.value
-
- ValueMetaInteger() - Constructor for class org.pentaho.di.core.row.value.ValueMetaInteger
-
- ValueMetaInteger(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaInteger
-
- ValueMetaInterface - Interface in org.pentaho.di.core.row
-
ValueMetaInterface objects are used to determine the characteristics of the row fields.
- ValueMetaInternetAddress - Class in org.pentaho.di.core.row.value
-
- ValueMetaInternetAddress() - Constructor for class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- ValueMetaInternetAddress(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- ValueMetaNone - Class in org.pentaho.di.core.row.value
-
- ValueMetaNone() - Constructor for class org.pentaho.di.core.row.value.ValueMetaNone
-
- ValueMetaNone(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaNone
-
- ValueMetaNumber - Class in org.pentaho.di.core.row.value
-
- ValueMetaNumber() - Constructor for class org.pentaho.di.core.row.value.ValueMetaNumber
-
- ValueMetaNumber(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaNumber
-
- ValueMetaPlugin - Annotation Type in org.pentaho.di.core.row.value
-
Classes annotated with "ValueMetaPlugin" are automatically recognized and registered as a new data type in the form
of a ValueMetaInterface class.
- ValueMetaPluginType - Class in org.pentaho.di.core.row.value
-
This class represents the value meta plugin type.
- ValueMetaSerializable - Class in org.pentaho.di.core.row.value
-
- ValueMetaSerializable() - Constructor for class org.pentaho.di.core.row.value.ValueMetaSerializable
-
- ValueMetaSerializable(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaSerializable
-
- ValueMetaString - Class in org.pentaho.di.core.row.value
-
- ValueMetaString() - Constructor for class org.pentaho.di.core.row.value.ValueMetaString
-
- ValueMetaString(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaString
-
- ValueMetaTimestamp - Class in org.pentaho.di.core.row.value
-
- ValueMetaTimestamp() - Constructor for class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- ValueMetaTimestamp(String) - Constructor for class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- ValueNumber - Class in org.pentaho.di.compatibility
-
This class contains a Value of type Number and the length/precision by which it is described.
- ValueNumber() - Constructor for class org.pentaho.di.compatibility.ValueNumber
-
- ValueNumber(double) - Constructor for class org.pentaho.di.compatibility.ValueNumber
-
- valueOf(String) - Static method in enum org.pentaho.di.core.Const.ReleaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.extension.KettleExtensionPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.gui.GUIOption.DisplayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.EColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.EFont
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.ELineStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.jdbc.FieldVariableMapping.MappingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.KettleClientEnvironment.ClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.Hint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.logging.LoggingObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.logging.LogStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.metrics.MetricsSnapshotType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.spreadsheet.KCellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.sql.ServiceCacheMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.core.sql.SQLAggregation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.repository.ObjectRecipient.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pentaho.di.repository.RepositoryObjectType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.pentaho.di.core.Const.ReleaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.extension.KettleExtensionPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.gui.GUIOption.DisplayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.EColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.EFont
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.EImage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.gui.PrimitiveGCInterface.ELineStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.jdbc.FieldVariableMapping.MappingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.KettleClientEnvironment.ClientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.Hint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.logging.LoggingObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.logging.LogStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.metrics.MetricsSnapshotType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.spreadsheet.KCellType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.sql.ServiceCacheMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.core.sql.SQLAggregation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.repository.ObjectRecipient.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pentaho.di.repository.RepositoryObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSerializable - Class in org.pentaho.di.compatibility
-
- ValueSerializable(Serializable) - Constructor for class org.pentaho.di.compatibility.ValueSerializable
-
- ValueString - Class in org.pentaho.di.compatibility
-
This class contains a Value of type String and the length by which it is described.
- ValueString() - Constructor for class org.pentaho.di.compatibility.ValueString
-
- ValueString(String) - Constructor for class org.pentaho.di.compatibility.ValueString
-
- ValueUsedListener - Interface in org.pentaho.di.compatibility
-
- Variables - Class in org.pentaho.di.core.variables
-
This class is an implementation of VariableSpace
- Variables() - Constructor for class org.pentaho.di.core.variables.Variables
-
- VariableSpace - Interface in org.pentaho.di.core.variables
-
Interface to implement variable sensitive objects.
- VectorWiseDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Computer Associates Ingres specific information through static final members
- VectorWiseDatabaseMeta() - Constructor for class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
- verifyAndModifyDatabaseName(List<DatabaseMeta>, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Verify the name of the database and if required, change it if it already exists in the list of databases.
- VERSION - Static variable in class org.pentaho.di.core.Const
-
- VERSION_COMMENT_EDIT_VERSION - Static variable in class org.pentaho.di.core.Const
-
A general edit version comment
- VERSION_COMMENT_INITIAL_VERSION - Static variable in class org.pentaho.di.core.Const
-
A general initial version comment
- Vertica5DatabaseMeta - Class in org.pentaho.di.core.database
-
Vertica Analytic Database version 5 and later (changed driver class name)
- Vertica5DatabaseMeta() - Constructor for class org.pentaho.di.core.database.Vertica5DatabaseMeta
-
- VerticaDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Vertica Analytic Database information through static final members
- VerticaDatabaseMeta() - Constructor for class org.pentaho.di.core.database.VerticaDatabaseMeta
-