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

I

I18N - Static variable in class org.pentaho.di.core.config.PropertySetter
 
id - Variable in enum org.pentaho.di.core.extension.KettleExtensionPoint
 
ignoresThrowable() - Method in class org.pentaho.di.core.logging.KettleLogLayout
 
IifFunction - Class in org.pentaho.di.core.sql
 
IifFunction(String, String, String, String, RowMetaInterface) - Constructor for class org.pentaho.di.core.sql.IifFunction
 
IKettleFileSystemConfigBuilder - Interface in org.pentaho.di.core.vfs.configuration
 
increaseErrors(long) - Method in class org.pentaho.di.core.Result
Increases the number of errors by the specified value
increaseLinesDeleted(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines deleted by the specified value
increaseLinesInput(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines input by the specified value
increaseLinesOutput(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines output by the specified value
increaseLinesRead(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines read by the specified value
increaseLinesRejected(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines rejected by the specified value
increaseLinesUpdated(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines updated by the specified value
increaseLinesWritten(long) - Method in class org.pentaho.di.core.Result
Increases the number of lines written by the specified value
increasePluginHistory(String) - Method in class org.pentaho.di.core.Props
 
increment() - Method in class org.pentaho.di.core.ObjectUsageCount
Increment the nr of uses with 1
incrementCount() - Method in class org.pentaho.di.core.metrics.MetricsDuration
 
incrementFailures() - Method in class org.pentaho.di.core.util.StringEvaluationResult
Increment the number of failures by one.
incrementNrNull() - Method in class org.pentaho.di.core.util.StringEvaluationResult
Increment the number of null values encountered.
incrementSuccesses() - Method in class org.pentaho.di.core.util.StringEvaluationResult
Increment the number of successes by one.
INDENTCHARS - Static variable in class org.pentaho.di.core.util.StringUtil
 
indexOfString(String, String[]) - Static method in class org.pentaho.di.core.Const
Search for a string in an array of strings and return the index.
indexOfString(String, List<String>) - Static method in class org.pentaho.di.core.Const
Search for a string in a list of strings and return the index.
indexOfValue(String) - Method in class org.pentaho.di.core.row.RowMeta
Searches the index of a value meta with a given name
indexOfValue(String) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Searches the index of a value meta with a given name.
indexsOfFoundStrings(String[], String[]) - Static method in class org.pentaho.di.core.Const
Search for strings in an array of strings and return the indexes.
indexsOfStrings(String[], String[]) - Static method in class org.pentaho.di.core.Const
Search for strings in an array of strings and return the indexes.
InfiniDbDatabaseMeta - Class in org.pentaho.di.core.database
 
InfiniDbDatabaseMeta() - Constructor for class org.pentaho.di.core.database.InfiniDbDatabaseMeta
 
INFO - Static variable in class org.pentaho.di.core.Const
UI-agnostic flag for warnings
InfobrightDatabaseMeta - Class in org.pentaho.di.core.database
 
InfobrightDatabaseMeta() - Constructor for class org.pentaho.di.core.database.InfobrightDatabaseMeta
 
InformixDatabaseMeta - Class in org.pentaho.di.core.database
Contains Informix specific information through static final members
InformixDatabaseMeta() - Constructor for class org.pentaho.di.core.database.InformixDatabaseMeta
 
IngresDatabaseMeta - Class in org.pentaho.di.core.database
Contains Computer Associates Ingres specific information through static final members
IngresDatabaseMeta() - Constructor for class org.pentaho.di.core.database.IngresDatabaseMeta
 
init() - Method in class org.pentaho.di.core.encryption.Encr
Deprecated.
init(String) - Static method in class org.pentaho.di.core.encryption.Encr
 
init() - Method in class org.pentaho.di.core.encryption.KettleTwoWayPasswordEncoder
 
init() - Method in interface org.pentaho.di.core.encryption.TwoWayPasswordEncoderInterface
Initialize the password encoder by loading key details from the environment (kettle.properties or system settings).
init() - Static method in class org.pentaho.di.core.KettleClientEnvironment
 
init(int, int, boolean, boolean) - Static method in class org.pentaho.di.core.logging.KettleLogStore
Initialize the central log store with optional limitation to the size and redirect of stdout and stderr
init(int, int) - Static method in class org.pentaho.di.core.logging.KettleLogStore
Initialize the central log store with optional limitation to the size
init() - Static method in class org.pentaho.di.core.logging.KettleLogStore
 
init(boolean, boolean) - Static method in class org.pentaho.di.core.logging.KettleLogStore
Initialize the central log store with arguments specifying whether to redirect of stdout and stderr
init() - Method in interface org.pentaho.di.core.logging.LoggingPluginInterface
 
init() - Static method in class org.pentaho.di.core.plugins.PluginRegistry
 
init(boolean) - Static method in class org.pentaho.di.core.plugins.PluginRegistry
This method registers plugin types and loads their respective plugins
init(PluginRegistry) - Method in interface org.pentaho.di.core.plugins.PluginRegistryExtension
 
init(int) - Static method in class org.pentaho.di.core.Props
Initialize the properties: load from disk.
init(String) - Static method in class org.pentaho.di.core.Props
Initialize the properties: load from disk.
initcap() - Method in class org.pentaho.di.compatibility.Value
 
initCap(String) - Static method in class org.pentaho.di.core.Const
Sets the first character of each word in upper-case.
initCap(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
initCap(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
initializeVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.database.Database
 
initializeVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.database.DatabaseMeta
 
initializeVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.namedcluster.model.NamedCluster
 
initializeVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.variables.Variables
 
initializeVariablesFrom(VariableSpace) - Method in interface org.pentaho.di.core.variables.VariableSpace
Initialize variable space using the defaults, copy over the variables from the parent (using copyVariablesFrom()), after this the "injected" variables should be inserted (injectVariables()).
initJNDI() - Static method in class org.pentaho.di.core.JndiUtil
 
injectVariables(Map<String, String>) - Method in class org.pentaho.di.core.database.Database
 
injectVariables(Map<String, String>) - Method in class org.pentaho.di.core.database.DatabaseMeta
 
injectVariables(Map<String, String>) - Method in class org.pentaho.di.core.namedcluster.model.NamedCluster
 
injectVariables(Map<String, String>) - Method in class org.pentaho.di.core.variables.Variables
 
injectVariables(Map<String, String>) - Method in interface org.pentaho.di.core.variables.VariableSpace
Inject variables.
insertFinished(boolean) - Method in class org.pentaho.di.core.database.Database
 
insertFinished(PreparedStatement, boolean) - Method in class org.pentaho.di.core.database.Database
Deprecated.
use emptyAndCommit() instead (pass in the number of rows left in the batch)
insertRow(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
 
insertRow(String, String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
 
insertRow() - Method in class org.pentaho.di.core.database.Database
 
insertRow(boolean) - Method in class org.pentaho.di.core.database.Database
 
insertRow(PreparedStatement) - Method in class org.pentaho.di.core.database.Database
 
insertRow(PreparedStatement, boolean) - Method in class org.pentaho.di.core.database.Database
Insert a row into the database using a prepared statement that has all values set.
insertRow(PreparedStatement, boolean, boolean) - Method in class org.pentaho.di.core.database.Database
Insert a row into the database using a prepared statement that has all values set.
insertRow() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
insertRow() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
insertsAreDetected(int) - Method in class org.pentaho.di.core.jdbc.ThinDatabaseMetaData
 
InterbaseDatabaseMeta - Class in org.pentaho.di.core.database
Contains Interbase specific information through static final members
InterbaseDatabaseMeta() - Constructor for class org.pentaho.di.core.database.InterbaseDatabaseMeta
 
INTERNAL_JOB_VARIABLES - Static variable in class org.pentaho.di.core.Const
All the internal job variables
INTERNAL_TRANS_VARIABLES - Static variable in class org.pentaho.di.core.Const
All the internal transformation variables
INTERNAL_VARIABLE_CLUSTER_MASTER - Static variable in class org.pentaho.di.core.Const
Is this transformation running clustered, on the master?
INTERNAL_VARIABLE_CLUSTER_RUN_ID - Static variable in class org.pentaho.di.core.Const
The internal clustered run ID, unique across a clustered execution, important while doing parallel clustered runs
INTERNAL_VARIABLE_CLUSTER_SIZE - Static variable in class org.pentaho.di.core.Const
The size of the cluster : number of slaves
INTERNAL_VARIABLE_JOB_FILENAME_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The job filename directory
INTERNAL_VARIABLE_JOB_FILENAME_NAME - Static variable in class org.pentaho.di.core.Const
The job filename name
INTERNAL_VARIABLE_JOB_NAME - Static variable in class org.pentaho.di.core.Const
The job name
INTERNAL_VARIABLE_JOB_REPOSITORY_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The job directory
INTERNAL_VARIABLE_JOB_RUN_ATTEMPTNR - Static variable in class org.pentaho.di.core.Const
The job run attempt nr
INTERNAL_VARIABLE_JOB_RUN_ID - Static variable in class org.pentaho.di.core.Const
The job run ID
INTERNAL_VARIABLE_KETTLE_BUILD_DATE - Static variable in class org.pentaho.di.core.Const
The build date as an internal variable
INTERNAL_VARIABLE_KETTLE_BUILD_VERSION - Static variable in class org.pentaho.di.core.Const
The build version as an internal variable
INTERNAL_VARIABLE_KETTLE_VERSION - Static variable in class org.pentaho.di.core.Const
The version number as an internal variable
INTERNAL_VARIABLE_PREFIX - Static variable in class org.pentaho.di.core.Const
The prefix that all internal kettle variables should have
INTERNAL_VARIABLE_SLAVE_SERVER_NAME - Static variable in class org.pentaho.di.core.Const
The slave transformation name
INTERNAL_VARIABLE_SLAVE_SERVER_NUMBER - Static variable in class org.pentaho.di.core.Const
The slave transformation number
INTERNAL_VARIABLE_STEP_COPYNR - Static variable in class org.pentaho.di.core.Const
The step copy nr
INTERNAL_VARIABLE_STEP_NAME - Static variable in class org.pentaho.di.core.Const
The step name
INTERNAL_VARIABLE_STEP_PARTITION_ID - Static variable in class org.pentaho.di.core.Const
The step partition ID
INTERNAL_VARIABLE_STEP_PARTITION_NR - Static variable in class org.pentaho.di.core.Const
The step partition number
INTERNAL_VARIABLE_STEP_UNIQUE_COUNT - Static variable in class org.pentaho.di.core.Const
The size of the cluster : number of slaves
INTERNAL_VARIABLE_STEP_UNIQUE_NUMBER - Static variable in class org.pentaho.di.core.Const
The slave transformation number
INTERNAL_VARIABLE_TRANSFORMATION_FILENAME_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The transformation filename directory
INTERNAL_VARIABLE_TRANSFORMATION_FILENAME_NAME - Static variable in class org.pentaho.di.core.Const
The transformation filename name
INTERNAL_VARIABLE_TRANSFORMATION_NAME - Static variable in class org.pentaho.di.core.Const
The transformation name
INTERNAL_VARIABLE_TRANSFORMATION_REPOSITORY_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The transformation directory
isActive() - Method in class org.pentaho.di.core.DBCache
 
isAfterLast() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
isAfterLast() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
isAscending() - Method in class org.pentaho.di.core.sql.SQLField
 
isAtomic() - Method in class org.pentaho.di.core.Condition
 
isAttached() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
 
isAutoCommit() - Method in class org.pentaho.di.core.database.Database
 
isAutoIncrement(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isBasic() - Method in class org.pentaho.di.core.logging.LogChannel
 
isBasic() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isBasic() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isBeforeFirst() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
isBeforeFirst() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
isBigNumber() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not the value is a Big Number
isBigNumber() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not the value is a Big Number
isBigNumber() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not the value is a Big Number
isBigNumberFormatting() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isBinary() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is of type Binary
isBinary() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not this value is of type Binary
isBinary() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is of type Binary
isBlocking() - Method in class org.pentaho.di.core.BlockingListeningRowSet
 
isBlocking() - Method in interface org.pentaho.di.core.RowSet
 
isBoolean() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is a boolean
isBoolean() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not this value is a boolean
isBoolean() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is a boolean
isCanceled() - Method in interface org.pentaho.di.core.ProgressMonitorListener
 
isCanceled() - Method in class org.pentaho.di.core.ProgressNullMonitorListener
 
isCaseInsensitive() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isCaseInsensitive() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Returns a true of the value object is case insensitive, false if it is case sensitive,
isCaseSensitive(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isCatalogAtStart() - Method in class org.pentaho.di.core.jdbc.ThinDatabaseMetaData
 
isChanged() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isChanged() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isClob(ValueMetaInterface) - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isClosed() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
isClosed() - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
isClosed() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
isClosed() - Method in class org.pentaho.di.core.jdbc.ThinStatement
 
isCloseOnCompletion() - Method in class org.pentaho.di.core.jdbc.ThinStatement
 
isComplete() - Method in class org.pentaho.di.core.database.SqlScriptStatement
 
isComposite() - Method in class org.pentaho.di.core.Condition
 
isContentOpen() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
 
isCountDistinct() - Method in class org.pentaho.di.core.sql.SQLField
 
isCountStar() - Method in class org.pentaho.di.core.sql.SQLField
 
isCurrency(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isDate() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is a Date
isDate() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not this value is a Date
isDate() - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
 
isDate() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is a Date
IsDate(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
IsDate(String, String) - Static method in class org.pentaho.di.core.util.StringUtil
 
isDateFormatLenient() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isDateFormatLenient() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Returns true of the date format is leniant, false if it is strict.
isDebug() - Method in class org.pentaho.di.core.logging.LogChannel
 
isDebug() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isDebug() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isDebuggingRemoteLog() - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
isDefaultingToUppercase() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isDefaultingToUppercase() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isDefaultingToUppercase() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
 
isDefaultingToUppercase() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
 
isDefaultingToUppercase() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
 
isDefined() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
 
isDefinitelyWritable(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isDeleted() - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
 
isDetailed() - Method in class org.pentaho.di.core.logging.LogChannel
 
isDetailed() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isDetailed() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isDisplaySizeTwiceThePrecision() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isDisplaySizeTwiceThePrecision() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isDisplaySizeTwiceThePrecision() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isDisplaySizeTwiceThePrecision() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
 
isDisplaySizeTwiceThePrecision() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
 
isDistinct() - Method in class org.pentaho.di.core.sql.SQLFields
 
isDone() - Method in interface org.pentaho.di.core.RowSet
 
isDual() - Method in class org.pentaho.di.core.jdbc.TransDataService
 
isEmpty() - Method in class org.pentaho.di.compatibility.Row
Checks whether or not the row is empty A row is empty if all the values in the row are null A row is empty if there are no values in the row.
isEmpty() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this Value is empty.
isEmpty() - Method in class org.pentaho.di.core.Condition
A condition is empty when the condition is atomic and no left field is specified.
isEmpty(String) - Static method in class org.pentaho.di.core.Const
Check if the string supplied is empty.
isEmpty(StringBuffer) - Static method in class org.pentaho.di.core.Const
Check if the stringBuffer supplied is empty.
isEmpty(String[]) - Static method in class org.pentaho.di.core.Const
Check if the string array supplied is empty.
isEmpty(Object[]) - Static method in class org.pentaho.di.core.Const
Check if the array supplied is empty.
isEmpty(List<?>) - Static method in class org.pentaho.di.core.Const
Check if the list supplied is empty.
isEmpty() - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
 
isEmpty() - Method in class org.pentaho.di.core.hash.LongHashIndex
 
isEmpty() - Method in class org.pentaho.di.core.row.RowMeta
 
isEmpty() - Method in interface org.pentaho.di.core.row.RowMetaInterface
Returns true if there are no elements in the row metadata.
isEmpty(RowSet) - Method in interface org.pentaho.di.core.RowSetListener
 
isEmpty() - Method in class org.pentaho.di.core.sql.SQLCondition
 
isEmpty() - Method in class org.pentaho.di.core.sql.SQLFields
 
isEmpty(String) - Static method in class org.pentaho.di.core.util.StringUtil
Check if the string supplied is empty.
isEmpty(StringBuffer) - Static method in class org.pentaho.di.core.util.StringUtil
Check if the stringBuffer supplied is empty.
isEnabled() - Method in class org.pentaho.di.core.logging.LogTableField
 
isEqualTo(String) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the String supplied.
isEqualTo(BigDecimal) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the BigDecimal supplied.
isEqualTo(double) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Number supplied.
isEqualTo(long) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Integer supplied.
isEqualTo(int) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Integer supplied.
isEqualTo(byte) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Integer supplied.
isEqualTo(Date) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Date supplied.
isError() - Method in class org.pentaho.di.core.logging.LogChannel
 
isError() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isError() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isError() - Method in class org.pentaho.di.core.logging.LogMessage
 
isErrorsField() - Method in class org.pentaho.di.core.logging.LogTableField
 
isExplorable() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isExplorable() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isExplorable() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isExplorable() - Method in class org.pentaho.di.core.database.SAPR3DatabaseMeta
 
isFalseField() - Method in class org.pentaho.di.core.sql.IifFunction
 
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
 
isFetchSizeSupported() - Method in interface org.pentaho.di.core.database.DatabaseInterface
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.KettleDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFetchSizeSupported() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
Checks whether or not the command setFetchSize() is supported by the JDBC driver...
isFileTypeAllowed(FileType) - Method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
 
isFirst() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
isFirst() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
isForcingIdentifiersToLowerCase() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isForcingIdentifiersToLowerCase() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isForcingIdentifiersToLowerCase() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isForcingIdentifiersToUpperCase() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isForcingIdentifiersToUpperCase() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isForcingIdentifiersToUpperCase() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isForcingSeparateLogging() - Method in class org.pentaho.di.core.database.Database
 
isForcingSeparateLogging() - Method in class org.pentaho.di.core.logging.LogChannel
 
isForcingSeparateLogging() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isForcingSeparateLogging() - Method in class org.pentaho.di.core.logging.LoggingObject
 
isForcingSeparateLogging() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
 
isForcingSeparateLogging() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
 
isGatheringMetrics() - Method in class org.pentaho.di.core.database.Database
 
isGatheringMetrics() - Method in class org.pentaho.di.core.logging.LogChannel
 
isGatheringMetrics() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isGatheringMetrics() - Method in class org.pentaho.di.core.logging.LoggingObject
 
isGatheringMetrics() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
Gets the boolean value of whether or not this object is gathering kettle metrics during execution.
isGatheringMetrics() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
 
isHidden() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
 
isIgnored() - Method in class org.pentaho.di.compatibility.Row
Check wether or not this row should be ignored...
isInitialized() - Static method in class org.pentaho.di.core.KettleClientEnvironment
 
isInitialized() - Static method in class org.pentaho.di.core.logging.KettleLogStore
 
isInitialized() - Static method in class org.pentaho.di.core.Props
Check to see whether the Kettle properties where loaded.
isInNeedOfQuoting(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
Determines whether or not this field is in need of quoting:
- When the fieldname contains spaces
- When the fieldname is a reserved word
isInteger() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is an Integer
isInteger() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not this value is an Integer
isInteger() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is an Integer
IsInteger(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
isKey() - Method in class org.pentaho.di.core.logging.LogTableField
 
isLargeTextField() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isLargeTextField() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Returns true if this is a large text field (CLOB, TEXT) with arbitrary length.
isLast() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
isLast() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
isLenientStringToNumber() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isLenientStringToNumber() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isLinux() - Static method in class org.pentaho.di.core.Const
 
isLogDateField() - Method in class org.pentaho.di.core.logging.LogTableField
 
isLogField() - Method in class org.pentaho.di.core.logging.LogTableField
 
isLoop() - Method in class org.pentaho.di.core.Counter
 
isMinimal() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isMySQLVariant() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isMySQLVariant() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isMySQLVariant() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isMySQLVariant() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
 
isNameField() - Method in class org.pentaho.di.core.logging.LogTableField
 
isNativePlugin() - Method in class org.pentaho.di.core.plugins.Plugin
 
isNativePlugin() - Method in interface org.pentaho.di.core.plugins.PluginInterface
 
isNegated() - Method in class org.pentaho.di.core.Condition
 
isNothing() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isNull() - Method in class org.pentaho.di.compatibility.Value
Checks wheter or not a value is null.
isNull(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Determines whether a value in a row is null.
isNull(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Determines whether a value in a row is null.
isNull(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Determine if an object is null.
isNull(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Determine if an object is null.
isNullable(int) - Method in class org.pentaho.di.core.jdbc.ThinParameterMetaData
 
isNullable(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isNumber() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not the value is a Number
isNumber() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not the value is a Number
isNumber() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not the value is a Number
IsNumber(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
isNumeric() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer
isNumeric(int) - Static method in class org.pentaho.di.compatibility.Value
Checks whether or not the specified type is either Integer or Number
isNumeric() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer
isNumeric(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not the specified type is either Integer or Number
isNumeric() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer
isNumeric(int) - Method in class org.pentaho.di.core.RowMetaAndData
 
isOk() - Method in class org.pentaho.di.core.database.SqlScriptStatement
 
isOrderField() - Method in class org.pentaho.di.core.sql.SQLField
 
isOriginalAutoIncrement() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isOriginalAutoIncrement() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks if is original auto increment.
isOriginalNullable() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isOriginalNullable() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks if is original nullable.
isOriginalSigned() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isOriginalSigned() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks if is original signed.
isOSX() - Static method in class org.pentaho.di.core.Const
 
isOutputPaddingEnabled() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isOutputPaddingEnabled() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Returns true if output padding is enabled (padding to specified length).
isPartitioned() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isPartitioned() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isPartitioned() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isPluginAnnotationsFolder() - Method in class org.pentaho.di.core.plugins.PluginFolder
 
isPluginAnnotationsFolder() - Method in interface org.pentaho.di.core.plugins.PluginFolderInterface
 
isPluginXmlFolder() - Method in class org.pentaho.di.core.plugins.PluginFolder
 
isPluginXmlFolder() - Method in interface org.pentaho.di.core.plugins.PluginFolderInterface
 
isPoolable() - Method in class org.pentaho.di.core.jdbc.ThinStatement
 
isQuery() - Method in class org.pentaho.di.core.database.SqlScriptStatement
 
isQuoteAllFields() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isQuoteAllFields() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isQuoteAllFields() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isReadable() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
 
isReadOnly() - Method in class org.pentaho.di.core.database.DatabaseMeta
Marker used to determine if the DatabaseMeta should be allowed to be modified/saved.
isReadOnly() - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
isReadOnly() - Method in class org.pentaho.di.core.jdbc.ThinDatabaseMetaData
 
isReadOnly(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isRequiringTransactionsOnQueries() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isRequiringTransactionsOnQueries() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isRequiringTransactionsOnQueries() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isRequiringTransactionsOnQueries() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
 
isRequiringTransactionsOnQueries() - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
 
isRequiringTransactionsOnQueries() - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
 
isReservedWord(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
Returns true if the string specified is a reserved word on this database type.
isRoot() - Method in class org.pentaho.di.repository.RepositoryDirectory
Check whether or not this is the root of the directory trees.
isRoot() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
Check whether or not this is the root of the directory trees.
isRowLevel() - Method in class org.pentaho.di.core.logging.LogChannel
 
isRowLevel() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
 
isRowlevel() - Method in enum org.pentaho.di.core.logging.LogLevel
 
isSearchable(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isSelected() - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
 
isSeparateClassLoaderNeeded() - Method in class org.pentaho.di.core.plugins.Plugin
 
isSeparateClassLoaderNeeded() - Method in interface org.pentaho.di.core.plugins.PluginInterface
 
isSerializableType() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is of type Serializable
isSerializableType() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not this value is of type Serializable
isSerializableType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is of type Serializable
isSevere() - Method in exception org.pentaho.di.core.lifecycle.LifecycleException
 
isShared() - Method in class org.pentaho.di.shared.SharedObjectBase
 
isShared() - Method in interface org.pentaho.di.shared.SharedObjectInterface
 
isSigned(int) - Method in class org.pentaho.di.core.jdbc.ThinParameterMetaData
 
isSigned(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isSingleByteEncoding() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isSingleByteEncoding() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isSortedAscending() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isSortedDescending() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isSortedDescending() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Returns whether or not the value should be sorted in descending order.
isSpace(char) - Static method in class org.pentaho.di.core.Const
Determines whether or not a character is considered a space.
isSpace(char) - Static method in class org.pentaho.di.core.row.ValueDataUtil
Deprecated.
isStatusField() - Method in class org.pentaho.di.core.logging.LogTableField
 
isStopped() - Method in class org.pentaho.di.core.Result
Returns whether the transformation or job was stopped before completion
isStorageBinaryString() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isStorageBinaryString() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks if is storage binary string.
isStorageIndexed() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isStorageIndexed() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks if is storage indexed.
isStorageNormal() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
 
isStorageNormal() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks if is storage normal.
isStreamingResults() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isStreamingResults() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isStreamingResults() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isString() - Method in class org.pentaho.di.compatibility.Value
Checks wheter or not the value is a String.
isString() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
Checks whether or not the value is a String.
isString() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not the value is a String.
isSubjectAllowed() - Method in class org.pentaho.di.core.logging.LogTableField
 
isSystemTable(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isSystemTable(String) - Method in class org.pentaho.di.core.database.Database
 
isSystemTable(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isSystemTable(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isSystemTable(String) - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
 
isSystemTable(String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
 
isSystemVariable(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
isTimeAdded() - Method in class org.pentaho.di.core.logging.KettleLogLayout
 
isTrueField() - Method in class org.pentaho.di.core.sql.IifFunction
 
isUsingConnectionPool() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isUsingConnectionPool() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isUsingConnectionPool() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isUsingDoubleDecimalAsSchemaTableSeparator() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
isUsingDoubleDecimalAsSchemaTableSeparator() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
isUsingDoubleDecimalAsSchemaTableSeparator() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
isValid(int) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
isVisible(LogLevel) - Method in enum org.pentaho.di.core.logging.LogLevel
 
isVisible() - Method in class org.pentaho.di.core.logging.LogTableField
 
isVisible() - Method in class org.pentaho.di.repository.RepositoryDirectory
 
isVisible() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
If true, this directory should be shown in UIs.
isWindows() - Static method in class org.pentaho.di.core.Const
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.ThinDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.ThinParameterMetaData
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.pentaho.di.core.jdbc.ThinStatement
 
isWritable(int) - Method in class org.pentaho.di.core.jdbc.ThinResultSetMetaData
 
isWriteable() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
 
isXMLFileWellFormed(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
Checks an xml file is well formed.
isXMLFileWellFormed(FileObject) - Static method in class org.pentaho.di.core.xml.XMLCheck
Checks an xml file is well formed.
isXMLWellFormed(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
Checks an xml string is well formed.
isXMLWellFormed(InputStream) - Static method in class org.pentaho.di.core.xml.XMLCheck
Checks an xml string is well formed.
ITERATIONS - Static variable in class org.pentaho.di.core.row.SpeedTest
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z