A B C D E F G H I J K L M N O P R S T U V W X Y

T

tan() - Method in class org.pentaho.di.compatibility.Value
 
TextFileInputFieldInterface - Interface in org.pentaho.di.core.gui
 
ThreadDialogs - Interface in org.pentaho.di.core.gui
 
threadMessageBox(String, String, boolean, int) - Method in class org.pentaho.di.core.gui.RuntimeThreadDialogs
 
threadMessageBox(String, String, boolean, int) - Method in interface org.pentaho.di.core.gui.ThreadDialogs
 
TimedRow - Class in org.pentaho.di.core
 
TimedRow(Date, Object[]) - Constructor for class org.pentaho.di.core.TimedRow
 
TimedRow(Object[]) - Constructor for class org.pentaho.di.core.TimedRow
 
TIMEOUT_GET_MILLIS - Static variable in class org.pentaho.di.core.Const
Sleep time waiting when buffer is empty
TIMEOUT_PUT_MILLIS - Static variable in class org.pentaho.di.core.Const
Sleep time waiting when buffer is full
toDate(String, Date) - Static method in class org.pentaho.di.core.Const
Convert a String into a date.
toDouble(String, double) - Static method in class org.pentaho.di.core.Const
Convert a String into a double.
toInt(String, int) - Static method in class org.pentaho.di.core.Const
Convert a String into an integer.
toLong(String, long) - Static method in class org.pentaho.di.core.Const
Convert a String into a long integer.
TOOLTIP - Static variable in class org.pentaho.di.core.plugins.Plugin
 
toString() - Method in class org.pentaho.di.compatibility.Row
Convert the row to a String representation.
toString() - Method in class org.pentaho.di.compatibility.Value
Returns a padded to length String text representation of this Value
toString(boolean) - Method in class org.pentaho.di.compatibility.Value
a String text representation of this Value, optionally padded to the specified length
toString() - Method in class org.pentaho.di.core.CheckResult
 
toString() - Method in interface org.pentaho.di.core.CheckResultInterface
 
toString() - Method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
 
toString() - Method in class org.pentaho.di.core.geospatial.GeotoolsReader
 
toString() - Method in class org.pentaho.di.core.geospatial.GMLReader
 
toString() - Method in class org.pentaho.di.core.geospatial.KMLReader
 
toString() - Method in class org.pentaho.di.core.logging.Log4jMessage
 
toString() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
toString() - Method in class org.pentaho.di.core.ObjectUsageCount
 
toString() - Method in class org.pentaho.di.core.plugins.PluginVersion
 
toString() - Method in class org.pentaho.di.core.Props
 
toString() - Method in class org.pentaho.di.core.Result
 
toString() - Method in class org.pentaho.di.core.row.RowMeta
 
toString() - Method in class org.pentaho.di.core.row.ValueMeta
 
toString() - Method in class org.pentaho.di.core.row.ValueMetaAndData
 
toString() - Method in class org.pentaho.di.core.RowMetaAndData
 
toString() - Method in class org.pentaho.di.core.RowSet
 
toString() - Method in class org.pentaho.di.core.TimedRow
 
toString() - Method in class org.pentaho.di.core.util.ResolverUtil.AnnotatedWith
 
toString() - Method in class org.pentaho.di.core.util.ResolverUtil.IsA
 
toString() - Method in class org.pentaho.di.core.util.ResolverUtil.NameEndsWith
 
toStringMeta() - Method in class org.pentaho.di.compatibility.Row
Return the meta-data of a row as a String.
toStringMeta() - Method in class org.pentaho.di.compatibility.Value
a String text representation of this Value, optionally padded to the specified length
toStringMeta() - Method in class org.pentaho.di.core.row.RowMeta
 
toStringMeta() - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
toStringMeta() - Method in class org.pentaho.di.core.row.ValueMeta
a String text representation of this Value, optionally padded to the specified length
toStringMeta() - Method in class org.pentaho.di.core.row.ValueMetaAndData
 
toStringMeta() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
a String text representation of this Value, optionally padded to the specified length
trim() - Method in class org.pentaho.di.compatibility.Value
Performs a right and left trim of spaces in the string.
trim(String) - Static method in class org.pentaho.di.core.Const
Trims a string: removes the leading and trailing spaces of a String.
trim(String) - Static method in class org.pentaho.di.core.row.ValueDataUtil
Deprecated. Use Const.trim(String) instead
TRIM_TYPE_BOTH - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Indicating that the string content should be LEFT AND RIGHT trimmed if conversion is to occur to another data type
TRIM_TYPE_LEFT - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Indicating that the string content should be LEFT trimmed if conversion is to occur to another data type
TRIM_TYPE_NONE - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Indicating that the string content should NOT be trimmed if conversion is to occur to another data type
TRIM_TYPE_RIGHT - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Indicating that the string content should be RIGHT trimmed if conversion is to occur to another data type
trimToType(String, int) - Static method in class org.pentaho.di.core.Const
Return the input string trimmed as specified.
trimTypeCode - Static variable in class org.pentaho.di.core.row.ValueMeta
The trim type codes
trimTypeDesc - Static variable in class org.pentaho.di.core.row.ValueMeta
The trim description
trunc() - Method in class org.pentaho.di.compatibility.Value
 
trunc(double) - Method in class org.pentaho.di.compatibility.Value
 
trunc(int) - Method in class org.pentaho.di.compatibility.Value
 
TYPE_ALL - Static variable in class org.pentaho.di.core.plugins.Plugin
 
TYPE_BIGNUMBER - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a floating point precision number with arbitrary precision.
TYPE_BINARY - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains binary data: BLOB, CLOB, ...
TYPE_BOOLEAN - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a boolean.
TYPE_DATE - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a Date.
TYPE_GEOMETRY - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a geometry
TYPE_INTEGER - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a long integer.
TYPE_NATIVE - Static variable in class org.pentaho.di.core.plugins.Plugin
 
TYPE_NONE - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value has no type set
TYPE_NUMBER - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a floating point double precision number.
TYPE_PLUGIN - Static variable in class org.pentaho.di.core.plugins.Plugin
 
TYPE_PROPERTIES_CHEF - Static variable in class org.pentaho.di.core.Props
 
TYPE_PROPERTIES_EMPTY - Static variable in class org.pentaho.di.core.Props
 
TYPE_PROPERTIES_KITCHEN - Static variable in class org.pentaho.di.core.Props
 
TYPE_PROPERTIES_MENU - Static variable in class org.pentaho.di.core.Props
 
TYPE_PROPERTIES_PAN - Static variable in class org.pentaho.di.core.Props
 
TYPE_PROPERTIES_PLATE - Static variable in class org.pentaho.di.core.Props
 
TYPE_PROPERTIES_SPOON - Static variable in class org.pentaho.di.core.Props
 
TYPE_RESULT_COMMENT - Static variable in interface org.pentaho.di.core.CheckResultInterface
 
TYPE_RESULT_ERROR - Static variable in interface org.pentaho.di.core.CheckResultInterface
 
TYPE_RESULT_NONE - Static variable in interface org.pentaho.di.core.CheckResultInterface
 
TYPE_RESULT_OK - Static variable in interface org.pentaho.di.core.CheckResultInterface
 
TYPE_RESULT_WARNING - Static variable in interface org.pentaho.di.core.CheckResultInterface
 
TYPE_SERIALIZABLE - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains an Object.
TYPE_STRING - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
Value type indicating that the value contains a text String.
typeCodes - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
 
typeDesc - Static variable in interface org.pentaho.di.core.CheckResultInterface
 

A B C D E F G H I J K L M N O P R S T U V W X Y