- CacheDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains DB2 specific information through static final members
- CacheDatabaseMeta() - Constructor for class org.pentaho.di.core.database.CacheDatabaseMeta
-
- calculateString(String, String, Object[]) - Method in class org.pentaho.di.i18n.GlobalMessages
-
- calculateString(String, String, Object[], Class<?>) - Method in class org.pentaho.di.i18n.GlobalMessages
-
Returns the localized string for the given
key
and
parameters
in a bundle defined by the the
concatenation of
packageName
and
GlobalMessages.BUNDLE_NAME
, using the provided
resourceClass
's class
loader.
- calculateString(String[], String, Object[], Class<?>) - Method in class org.pentaho.di.i18n.GlobalMessages
-
Returns the localized string for the given
key
and
parameters
in a bundle defined by the the
concatenation of the package names defined in
packageName
and
GlobalMessages.BUNDLE_NAME
(the first valid
combination of
packageName
+
GlobalMessages.BUNDLE_NAME
wins), sing the provided
resourceClass
's class
loader.
- calculateString(String[], String, Object[], Class<?>, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- calculateString(String[], String, Object[], Class<?>, String, boolean) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- calculateString(String[], String, Object[], Class<?>, String, boolean, boolean) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
Returns the localized string for the given key
and parameters
in a bundle defined by the the
concatenation of the package names defined in packageName
and @code bundleName} (the first valid
combination of packageName
+ bundleName
wins), sing the provided resourceClass
's class
loader.
- calculateString(String, String, Object[], Class<?>) - Method in class org.pentaho.di.i18n.LAFMessageHandler
-
- callExtensionPoint(LogChannelInterface, String, Object) - Static method in class org.pentaho.di.core.extension.ExtensionPointHandler
-
This method looks up the extension point plugins with the given ID in the plugin registry.
- callExtensionPoint(LogChannelInterface, Object) - Method in interface org.pentaho.di.core.extension.ExtensionPointInterface
-
This method is called by the Kettle code
- callExtensionPoint(LogChannelInterface, String, Object) - Method in class org.pentaho.di.core.extension.ExtensionPointMap
-
Call the extension point(s) corresponding to the given id
This iteration was isolated here to protect against ConcurrentModificationException using PluginRegistry's lock
- callProcedure(String[], String[], int[], String, int) - Method in class org.pentaho.di.core.database.Database
-
- cancelQuery() - Method in class org.pentaho.di.core.database.Database
-
Cancel the open/running queries on the database connection
- cancelStatement(Statement) - Method in class org.pentaho.di.core.database.Database
-
Cancel an open/running SQL statement
- canRenameTo(FileObject) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- canTest() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- caseInsensitive - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- Catalog - Class in org.pentaho.di.core.database
-
Contains the information that's stored in a single catalog.
- Catalog(String, String[]) - Constructor for class org.pentaho.di.core.database.Catalog
-
- Catalog(String) - Constructor for class org.pentaho.di.core.database.Catalog
-
- ceil() - Method in class org.pentaho.di.compatibility.Value
-
- ceil(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- CertificateGenEncryptUtil - Class in org.pentaho.di.core.encryption
-
- CertificateGenEncryptUtil() - Constructor for class org.pentaho.di.core.encryption.CertificateGenEncryptUtil
-
- changeHandler(E) - Method in class org.pentaho.di.laf.LAFDelegate
-
- CharsetToolkit - Class in org.pentaho.di.core.fileinput
-
Utility class to guess the encoding of a given byte array.
- CharsetToolkit(byte[]) - Constructor for class org.pentaho.di.core.fileinput.CharsetToolkit
-
Constructor of the com.glaforge.i18n.io.CharsetToolkit
utility class.
- CharsetToolkit(byte[], Charset) - Constructor for class org.pentaho.di.core.fileinput.CharsetToolkit
-
Constructor of the com.glaforge.i18n.io.CharsetToolkit
utility class.
- charToHexEncode() - Method in class org.pentaho.di.compatibility.Value
-
Change a string into its hexadecimal representation.
- charToHexEncode(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
Change a string into its hexadecimal representation.
- checkColumnExists(String, String, String) - Method in class org.pentaho.di.core.database.Database
-
See if the column specified exists by reading the metadata first, execution last.
- checkColumnExists(String, String) - Method in class org.pentaho.di.core.database.Database
-
- checkColumnExistsByDbMeta(String, String, String) - Method in class org.pentaho.di.core.database.Database
-
- checkForScheme(String[], boolean, String, VariableSpace, FileSystemOptions) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- checkIndexExists(Database, String, String, String[]) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Verifies on the specified database connection if an index exists on the fields with the specified name.
- checkIndexExists(String, String[]) - Method in class org.pentaho.di.core.database.Database
-
Check if an index on certain fields in a table exists.
- checkIndexExists(String, String, String[]) - Method in class org.pentaho.di.core.database.Database
-
Check if an index on certain fields in a table exists.
- checkIndexExists(Database, String, String, String[]) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Verifies on the specified database connection if an index exists on the fields with the specified name.
- checkIndexExists(Database, String, String, String[]) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Verifies on the specified database connection if an index exists on the fields with the specified name.
- checkIndexExists(Database, String, String, String[]) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
Verifies on the specified database connection if an index exists on the fields with the specified name.
- checkIndexExists(Database, String, String, String[]) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
Verifies on the specified database connection if an index exists on the fields with the specified name.
- checkIndexExists(Database, String, String, String[]) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Verifies on the specified database connection if an index exists on the fields with the specified name.
- checkParameters() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Check the database connection parameters and give back an array of remarks
- CheckResult - Class in org.pentaho.di.core
-
This class is used to store results of transformation and step verifications.
- CheckResult() - Constructor for class org.pentaho.di.core.CheckResult
-
- CheckResult(int, String, CheckResultSourceInterface) - Constructor for class org.pentaho.di.core.CheckResult
-
- CheckResult(int, String, String, CheckResultSourceInterface) - Constructor for class org.pentaho.di.core.CheckResult
-
- CheckResultInterface - Interface in org.pentaho.di.core
-
- CheckResultSourceInterface - Interface in org.pentaho.di.core
-
Implementing classes of this interface can provide more information about the source of the CheckResult remark.
- checkSequenceExists(String) - Method in class org.pentaho.di.core.database.Database
-
Check whether the sequence exists, Oracle only!
- checkSequenceExists(String, String) - Method in class org.pentaho.di.core.database.Database
-
Check whether the sequence exists, Oracle only!
- checkSignatureShort(String, String) - Static method in class org.pentaho.di.core.encryption.Encr
-
Deprecated.
- ChecksumAdler32(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- checksumAdler32(ValueMetaInterface, Object, boolean) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- ChecksumCRC32(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- checksumCRC32(ValueMetaInterface, Object, boolean) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- checkTableExists(String) - Method in class org.pentaho.di.core.database.Database
-
- checkTableExists(String, String) - Method in class org.pentaho.di.core.database.Database
-
See if the table specified exists.
- checkTableExistsByDbMeta(String, String) - Method in class org.pentaho.di.core.database.Database
-
- CHEF_LOG_FILE - Static variable in class org.pentaho.di.core.Const
-
The base name of the Chef logfile
- classIsOrExtends(Class<?>, Class<?>) - Static method in class org.pentaho.di.core.Const
-
- ClassLoadingPluginInterface - Interface in org.pentaho.di.core.plugins
-
Plugins implementing this type will be asked to load classes instead of having it handled by the PluginRegistry.
- cleanupLogRecords(LogTableCoreInterface) - Method in class org.pentaho.di.core.database.Database
-
- clear() - Method in class org.pentaho.di.compatibility.Row
-
Removes all values from the row.
- clear() - Method in class org.pentaho.di.core.BlockingBatchingRowSet
-
- clear() - Method in class org.pentaho.di.core.BlockingListeningRowSet
-
- clear() - Method in class org.pentaho.di.core.BlockingRowSet
-
- clear() - Method in class org.pentaho.di.core.Counters
-
- clear(String) - Method in class org.pentaho.di.core.DBCache
-
Clear out all entries of database with a certain name
- clear() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- clear() - Method in class org.pentaho.di.core.plugins.JarFileCache
-
- clear() - Method in class org.pentaho.di.core.QueueRowSet
-
- clear() - Method in class org.pentaho.di.core.Result
-
Clears the numbers in this result, setting them all to zero.
- clear() - Method in class org.pentaho.di.core.row.RowMeta
-
- clear() - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Clear the row metadata.
- clear() - Method in class org.pentaho.di.core.RowMetaAndData
-
- clear() - Method in interface org.pentaho.di.core.RowSet
-
Clear this rowset: remove all rows and remove the "done" flag.
- clear() - Method in class org.pentaho.di.core.SingleRowRowSet
-
- clear() - Method in class org.pentaho.di.core.xml.XMLHandlerCache
-
Clears the cache
- clear() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- clear() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
- clearBatch(PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- clearChanged() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- clearCounter(String) - Method in class org.pentaho.di.core.Counters
-
- clearCustomParameters() - Method in class org.pentaho.di.core.Props
-
- clearDatabaseInterfacesMap() - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
Clear the database interfaces map.
- clearDSCache() - Static method in class org.pentaho.di.core.database.util.DatabaseUtil
-
Clears cache of DataSources (For Unit test)
- clearFieldPositions() - Method in class org.pentaho.di.core.Condition
-
We cache the position of a value in a row.
- clearInsertBatch() - Method in class org.pentaho.di.core.database.Database
-
Deprecated.
- clearParameters() - Method in interface org.pentaho.di.core.parameters.NamedParams
-
Clear all parameters
- clearParameters() - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
-
- clearSystemProperty(String) - Static method in class org.pentaho.di.core.util.EnvUtil
-
- clearValue() - Method in class org.pentaho.di.compatibility.Value
-
Clears the content and name of a Value
- CLOB_LENGTH - Static variable in class org.pentaho.di.core.database.DatabaseMeta
-
Use this length in a String value to indicate that you want to use a CLOB in stead of a normal text field.
- Clone() - Method in class org.pentaho.di.compatibility.Row
-
Returns an exact copy of this row.
- clone() - Method in class org.pentaho.di.compatibility.Value
-
- Clone() - Method in class org.pentaho.di.compatibility.Value
-
Build a copy of this Value
- clone() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- clone() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- clone() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- clone() - Method in class org.pentaho.di.compatibility.ValueDate
-
- clone() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- clone() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- clone() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- clone() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- clone() - Method in class org.pentaho.di.compatibility.ValueString
-
- clone() - Method in class org.pentaho.di.core.Condition
-
- clone() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Clone the basic settings for this connection!
- clone() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Clone this database interface: copy all info to a new object
- clone() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- clone() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
Clone the log table
- clone() - Method in class org.pentaho.di.core.logging.LogTableField
-
- clone() - Method in class org.pentaho.di.core.Result
-
Clones the Result, including rows and files.
- clone() - Method in class org.pentaho.di.core.ResultFile
-
- clone() - Method in class org.pentaho.di.core.row.RowMeta
-
- clone() - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Clone this RowMetaInterface object.
- clone() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- clone() - Method in class org.pentaho.di.core.row.ValueMetaAndData
-
- clone() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- clone() - Method in class org.pentaho.di.core.RowMetaAndData
-
- cloneInfo(ValueMetaInterface, ValueMetaInterface) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- cloneRow(Object[]) - Method in class org.pentaho.di.core.row.RowMeta
-
- cloneRow(Object[], Object[]) - Method in class org.pentaho.di.core.row.RowMeta
-
- cloneRow(Object[], Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Clone row.
- cloneRow(Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Clone row.
- cloneToType(int) - Method in class org.pentaho.di.core.row.RowMeta
-
This method copies the row metadata and sets all values to the specified type (usually String)
- cloneToType(int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
This method copies the row metadata and sets all values to the specified type (usually String)
- cloneValueData(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Clones the data.
- cloneValueData(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- cloneValueData(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- cloneValueData(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Clone value data.
- cloneValueMeta(ValueMetaInterface) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- cloneValueMeta(ValueMetaInterface, int) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- close() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- close() - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- close() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- close(IMetaStore) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
If the metastore object temporary and should not be kept active indefinitely, this method will release all
resources associated with the metastore.
- close() - Method in interface org.pentaho.di.core.spreadsheet.KWorkbook
-
Close the workbook file
- close() - Method in class org.pentaho.di.core.util.SortedFileOutputStream
-
If internally stored content is available, sorting keys of content, then sending content to file.
- close() - Method in class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- close() - Method in class org.pentaho.di.core.WriterOutputStream
-
- closeClassLoader() - Method in class org.pentaho.di.core.plugins.KettleURLClassLoader
-
This method is designed to shutdown out classloader file locks in windows.
- closeConnectionOnly() - Method in class org.pentaho.di.core.database.Database
-
Only for unique connections usage, typically you use disconnect() to disconnect() from the database.
- closeEmbeddedFileSystem(String) - Method in class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- closeEmbeddedFileSystem(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- closeFileSystem(String) - Method in interface org.pentaho.di.core.osgi.api.VfsEmbeddedFileSystemCloser
-
- closeInsert() - Method in class org.pentaho.di.core.database.Database
-
- closeLookup() - Method in class org.pentaho.di.core.database.Database
-
- closePreparedStatement(PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- closeProcedureStatement() - Method in class org.pentaho.di.core.database.Database
-
- closeQuery(ResultSet) - Method in class org.pentaho.di.core.database.Database
-
- closeSilently(Connection[]) - Static method in class org.pentaho.di.core.database.util.DatabaseUtil
-
- closeSilently(Connection) - Static method in class org.pentaho.di.core.database.util.DatabaseUtil
-
- closeSilently(Statement[]) - Static method in class org.pentaho.di.core.database.util.DatabaseUtil
-
- closeSilently(Statement) - Static method in class org.pentaho.di.core.database.util.DatabaseUtil
-
- closeTag(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- closeTag(StringBuilder, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- closeUpdate() - Method in class org.pentaho.di.core.database.Database
-
- collator - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- collatorDisabled - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- collatorLocale - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- collatorStrength - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- combination1(ValueMetaInterface, Object, ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
A + B * C
- combination2(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
SQRT( A*A + B*B )
- comments - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- commit() - Method in class org.pentaho.di.core.database.Database
-
Perform a commit the connection if this is supported by the database
- commit(boolean) - Method in class org.pentaho.di.core.database.Database
-
- commit() - Method in interface org.pentaho.di.core.database.DatabaseTransactionListener
-
- commitLog(LogTableCoreInterface) - Method in class org.pentaho.di.core.database.Database
-
This methods may be removed in future.
- commitLog(boolean, LogTableCoreInterface) - Method in class org.pentaho.di.core.database.Database
-
This methods may be removed in future.
- comparator - Static variable in class org.pentaho.di.core.database.DatabaseMeta
-
- comparator - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- compare(Row, int[], boolean[]) - Method in class org.pentaho.di.compatibility.Row
-
Compare 2 rows with each other using certain values in the rows and also considering an ascending clause.
- compare(Row, int[], boolean[], boolean[]) - Method in class org.pentaho.di.compatibility.Row
-
- compare(Row, int[], int[], boolean[], boolean[]) - Method in class org.pentaho.di.compatibility.Row
-
Compare 2 rows with each other using certain values in the rows and also considering an ascending clause.
- compare(Row, int, boolean) - Method in class org.pentaho.di.compatibility.Row
-
Compare 2 rows with each other using one value in the rows and also considering an ascending clause.
- compare(Row) - Method in class org.pentaho.di.compatibility.Row
-
Compare 2 complete rows of values with each other.
- compare(Row, boolean) - Method in class org.pentaho.di.compatibility.Row
-
Compare 2 complete rows of values with each other
- compare(Value) - Method in class org.pentaho.di.compatibility.Value
-
Compare 2 values of the same or different type! The comparison of Strings is case insensitive
- compare(Value, boolean) - Method in class org.pentaho.di.compatibility.Value
-
Compare 2 values of the same or different type!
- compare(ObjectUsageCount, ObjectUsageCount) - Method in class org.pentaho.di.core.ObjectUsageCount
-
- compare(Object[], Object[], int[]) - Method in class org.pentaho.di.core.row.RowMeta
-
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending
clauses of the value metadata.
- compare(Object[], Object[], int[], int[]) - Method in class org.pentaho.di.core.row.RowMeta
-
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending
clauses of the value metadata.
- compare(Object[], RowMetaInterface, Object[], int[], int[]) - Method in class org.pentaho.di.core.row.RowMeta
-
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending
clauses of the value metadata.
- compare(Object[], Object[]) - Method in class org.pentaho.di.core.row.RowMeta
-
Compare 2 rows with each other using all values in the rows and also considering the specified ascending clauses of
the value metadata.
- compare(Object[], Object[], int[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending
clauses of the value metadata.
- compare(Object[], Object[], int[], int[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending
clauses of the value metadata.
- compare(Object[], RowMetaInterface, Object[], int[], int[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending
clauses of the value metadata.
- compare(Object[], Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Compare 2 rows with each other using all values in the rows and also considering the specified ascending clauses of
the value metadata.
- compare(Object, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Compare 2 values of the same data type
- compare(Object, ValueMetaInterface, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Compare 2 values of the same data type
- compare(Object, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- compare(Object, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- compare(Object, Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Compare 2 values of the same data type
- compare(Object, ValueMetaInterface, Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Compare 2 values of the same data type
- compare(RowMetaAndData, int[], boolean[]) - Method in class org.pentaho.di.core.RowMetaAndData
-
- compareStorageAndActualFormat() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- compareTo(Row) - Method in class org.pentaho.di.compatibility.Row
-
- compareTo(FileObject) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- compareTo(ObjectUsageCount) - Method in class org.pentaho.di.core.ObjectUsageCount
-
- compareTo(Plugin) - Method in class org.pentaho.di.core.plugins.Plugin
-
- compareTo(LongObjectId) - Method in class org.pentaho.di.repository.LongObjectId
-
- compareTo(StringObjectId) - Method in class org.pentaho.di.repository.StringObjectId
-
- COMPATIBLE_DATE_FORMAT_PATTERN - Static variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- compatibleDateFormat - Static variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- ConcurrentFileSystemManager - Class in org.pentaho.di.core.vfs
-
This class is aimed to be a thread-safe version of
StandardFileSystemManager
.
- ConcurrentFileSystemManager() - Constructor for class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- Condition - Class in org.pentaho.di.core
-
This class describes a condition in a general meaning.
- Condition() - Constructor for class org.pentaho.di.core.Condition
-
- Condition(String, int, String, ValueMetaAndData) - Constructor for class org.pentaho.di.core.Condition
-
- Condition(int, String, int, String, ValueMetaAndData) - Constructor for class org.pentaho.di.core.Condition
-
- Condition(boolean, String, int, String, ValueMetaAndData) - Constructor for class org.pentaho.di.core.Condition
-
- Condition(String) - Constructor for class org.pentaho.di.core.Condition
-
- Condition(Node) - Constructor for class org.pentaho.di.core.Condition
-
Build a new condition using an XML Document Node
- connect() - Method in class org.pentaho.di.core.database.Database
-
Open the database connection.
- connect(String) - Method in class org.pentaho.di.core.database.Database
-
Open the database connection.
- connect(String, String) - Method in class org.pentaho.di.core.database.Database
-
- connect(String, Properties) - Method in class org.pentaho.di.core.database.DelegatingDriver
-
- CONNECTION - Static variable in class org.pentaho.di.core.vfs.KettleVFS
-
- ConnectionDetails - Interface in org.pentaho.di.connections
-
Created by bmorrise on 2/13/19.
- ConnectionManager - Class in org.pentaho.di.connections
-
Created by bmorrise on 2/3/19.
- ConnectionManager() - Constructor for class org.pentaho.di.connections.ConnectionManager
-
- ConnectionManager.Type - Class in org.pentaho.di.connections
-
- ConnectionPoolUtil - Class in org.pentaho.di.core.database
-
- ConnectionPoolUtil() - Constructor for class org.pentaho.di.core.database.ConnectionPoolUtil
-
- ConnectionProvider<T extends ConnectionDetails> - Interface in org.pentaho.di.connections
-
Created by bmorrise on 2/12/19.
- connectToHost(String, int, int) - Static method in class org.pentaho.di.core.util.SocketUtil
-
Attempts to connect to the specified host, wrapping any exceptions in a KettleException
- ConsoleLoggingEventListener - Class in org.pentaho.di.core.logging
-
- ConsoleLoggingEventListener() - Constructor for class org.pentaho.di.core.logging.ConsoleLoggingEventListener
-
- Const - Class in org.pentaho.di.core
-
This class is used to define a number of default values for various settings throughout Kettle.
- Const() - Constructor for class org.pentaho.di.core.Const
-
- Const.ReleaseType - Enum in org.pentaho.di.core
-
Release Type
- constructUrl(VariableSpace, String, String, String, String) - Static method in class org.pentaho.di.cluster.HttpUtil
-
Returns http GET request string using specified parameters.
- constructUrl(VariableSpace, String, String, String, String, boolean) - Static method in class org.pentaho.di.cluster.HttpUtil
-
- consume(LifeEventInfo) - Method in interface org.pentaho.di.core.lifecycle.LifeEventHandler
-
- contains(int, int) - Method in class org.pentaho.di.core.gui.Rectangle
-
- contains(String, IMetaStore) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
This method checks if the NamedCluster exists in the metastore
- contentWasAdded(StringBuffer, String, int) - Method in interface org.pentaho.di.core.logging.BufferChangedListener
-
- conversionMask - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- conversionMetadata - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertArguments(RowMetaAndData) - Static method in class org.pentaho.di.core.Props
-
- convertBigNumberToBoolean(BigDecimal) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertBigNumberToDate(BigDecimal) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertBigNumberToInternetAddress(BigDecimal) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- convertBigNumberToString(BigDecimal) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertBigNumberToTimestamp(BigDecimal) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertBinaryStringToNativeType(byte[]) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
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)
- convertBinaryStringToNativeType(byte[]) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
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)
- convertBinaryStringToString(byte[]) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Converts a byte[] stored in a binary string storage type into a String;
- convertBooleanToBigNumber(Boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertBooleanToInteger(Boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertBooleanToNumber(Boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertBooleanToString(Boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertData(ValueMetaInterface, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert the specified data to the data type specified in this object.
- convertData(ValueMetaInterface, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
Convert the specified data to the data type specified in this object.
- convertData(ValueMetaInterface, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
Convert the specified data to the data type specified in this object.
- convertData(ValueMetaInterface, Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the specified data to the data type specified in this object.
- convertDataCompatible(ValueMetaInterface, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert the specified data to the data type specified in this object.
- convertDataCompatible(ValueMetaInterface, Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the specified data to the data type specified in this object.
- convertDataFromString(String, ValueMetaInterface, String, String, int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert the specified string to the data type specified in this object.
- convertDataFromString(String, ValueMetaInterface, String, String, int) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- convertDataFromString(String, ValueMetaInterface, String, String, int) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertDataFromString(String, ValueMetaInterface, String, String, int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the specified string to the data type specified in this object.
- convertDataUsingConversionMetaData(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert an object to the data type specified in the conversion metadata
- convertDataUsingConversionMetaData(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertDataUsingConversionMetaData(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert an object to the data type specified in the conversion metadata
- convertDateToBigNumber(Date) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertDateToCompatibleString(Date) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertDateToInteger(Date) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertDateToNumber(Date) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertDateToString(Date) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertDateToTimestamp(Date) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertedValuesHashCode(Object[]) - Method in class org.pentaho.di.core.row.RowMeta
-
Calculates a hashcode of the converted value of all objects in the supplied row.
- convertedValuesHashCode(Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Calculates a hashcode of the converted value of all objects in the supplied row.
- convertFromBigNumberMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromBinaryMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromBooleanMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromDateMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromInetMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromIntegerMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromNumberMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromSerializableMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromSourceToTargetDataType(int, int, Object) - Method in interface org.pentaho.di.core.plugins.IValueMetaConverter
-
- convertFromSourceToTargetDataType(int, int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromStringMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertFromTimestampMetaInterface(int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- convertIntegerToBoolean(Long) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertIntegerToCompatibleString(Long) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertIntegerToDate(Long) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertIntegerToInternetAddress(Long) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- convertIntegerToString(Long) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertIntegerToTimestamp(Long) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertInternetAddressToString(InetAddress) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- convertNormalStorageTypeToBinaryString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertNormalStorageTypeToBinaryString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert a normal storage type to a binary string object.
- convertNumberToBoolean(Double) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertNumberToCompatibleString(Double) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertNumberToDate(Double) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertNumberToInternetAddress(Double) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- convertNumberToString(Double) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertNumberToTimestamp(Double) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertString(int) - Method in class org.pentaho.di.compatibility.Value
-
Convert this Value from type String to another type
- convertStringToBigNumber(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertStringToBinaryString(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertStringToBoolean(String) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertStringToDate(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertStringToInteger(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertStringToInternetAddress(String) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- convertStringToNumber(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- convertStringToTimestamp(String) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertTimestampToString(Timestamp) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- convertToBinaryStringStorageType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Converts the specified data object to the binary string storage type.
- convertToBinaryStringStorageType(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Converts the specified data object to the binary string storage type.
- convertToNormalStorageType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Converts the specified data object to the normal storage type.
- convertToNormalStorageType(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Converts the specified data object to the normal storage type.
- copyFrom(FileObject, FileSelector) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- copyParametersFrom(NamedParams) - Method in interface org.pentaho.di.core.parameters.NamedParams
-
Copy params to these named parameters (clearing out first).
- copyParametersFrom(NamedParams) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
-
- COPYRIGHT_YEAR - Static variable in class org.pentaho.di.core.Const
-
Copyright year
- copyVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.database.Database
-
- copyVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- copyVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.variables.Variables
-
- copyVariablesFrom(VariableSpace) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Copy the variables from another space, without initializing with the defaults.
- cos() - Method in class org.pentaho.di.compatibility.Value
-
- Counter - Class in org.pentaho.di.core
-
Is used to keep the state of sequences / counters throughout a single session of a Transformation, but across Steps.
- Counter() - Constructor for class org.pentaho.di.core.Counter
-
- Counter(long) - Constructor for class org.pentaho.di.core.Counter
-
- Counter(long, long) - Constructor for class org.pentaho.di.core.Counter
-
- Counter(long, long, long) - Constructor for class org.pentaho.di.core.Counter
-
- Counters - Class in org.pentaho.di.core
-
This class contains the counters for Kettle, the transformations, jobs and also the repository.
- countNodes(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Count nodes with a certain tag
- countParameters(String) - Method in class org.pentaho.di.core.database.Database
-
- CR - Static variable in class org.pentaho.di.core.Const
-
CR: operating systems specific Carriage Return
- create(Object) - Method in class org.pentaho.di.core.logging.LogChannelFactory
-
- create(Object, boolean) - Method in class org.pentaho.di.core.logging.LogChannelFactory
-
- create(Object, LoggingObjectInterface) - Method in class org.pentaho.di.core.logging.LogChannelFactory
-
- create(Object, LoggingObjectInterface, boolean) - Method in class org.pentaho.di.core.logging.LogChannelFactory
-
- create(Object) - Method in interface org.pentaho.di.core.logging.LogChannelInterfaceFactory
-
- create(Object, boolean) - Method in interface org.pentaho.di.core.logging.LogChannelInterfaceFactory
-
- create(Object, LoggingObjectInterface) - Method in interface org.pentaho.di.core.logging.LogChannelInterfaceFactory
-
- create(Object, LoggingObjectInterface, boolean) - Method in interface org.pentaho.di.core.logging.LogChannelInterfaceFactory
-
- create(NamedClusterOsgi, IMetaStore) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
Saves a named cluster in the provided IMetaStore
- createBitmap(int, int) - Static method in class org.pentaho.di.core.SwingUniversalImage
-
Create bitmap with specified size and full colorspace.
- createBuilder() - Method in class org.pentaho.di.core.util.HttpClientManager
-
- createByteArray(int) - Static method in class org.pentaho.di.core.Const
-
Utility class for use in JavaScript to create a new byte array.
- createChecksum(ValueMetaInterface, Object, String) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- createChecksum(ValueMetaInterface, Object, String, boolean) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- createConnectionDetails(String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- createDatabaseElement(IMetaStore, DatabaseMeta) - Static method in class org.pentaho.di.metastore.DatabaseMetaStoreUtil
-
- createDefaultClient() - Method in class org.pentaho.di.core.util.HttpClientManager
-
- createDocumentBuilder(boolean, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- createDoubleBitmap(int, int) - Static method in class org.pentaho.di.core.SwingUniversalImage
-
Create bitmap with double of specified size and full colorspace.
- createEntryKey(String, String, Database) - Static method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- createFile() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- createFileList(VariableSpace, String[], String[], String[], String[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFileList(VariableSpace, String[], String[], String[], String[], boolean[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFileList(VariableSpace, String[], String[], String[], String[], boolean[], FileInputList.FileTypeFilter[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFileList(VariableSpace, String[], String[], String[], boolean[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFilename(String) - Static method in class org.pentaho.di.core.Const
-
Create a valid filename using a name We remove all special characters, spaces, etc.
- createFilename(String, String, String) - Static method in class org.pentaho.di.core.Const
-
- createFilePathList(VariableSpace, String[], String[], String[], String[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFilePathList(VariableSpace, String[], String[], String[], String[], boolean[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFilePathList(VariableSpace, String[], String[], String[], String[], boolean[], FileInputList.FileTypeFilter[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFilePathList(VariableSpace, String[], String[], String[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createFileSystem(String, FileObject) - Method in class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- createFolder() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- createFolderList(VariableSpace, String[], String[]) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- createGraphics(BufferedImage) - Static method in class org.pentaho.di.core.SwingUniversalImage
-
Create Graphics2D for specified bitmap with rendering hints.
- createHttpClient() - Method in class org.pentaho.di.cluster.SlaveConnectionManager
-
- createHttpClient(String, String) - Method in class org.pentaho.di.cluster.SlaveConnectionManager
-
- createHttpClient(String, String, String, int, AuthScope) - Method in class org.pentaho.di.cluster.SlaveConnectionManager
-
- createKettleDatabaseBatchException(String, SQLException) - Static method in class org.pentaho.di.core.database.Database
-
- createKettleHome() - Static method in class org.pentaho.di.core.KettleClientEnvironment
-
Creates the kettle home area, which is a directory containing a default kettle.properties file
- createLocale(String) - Static method in class org.pentaho.di.core.util.EnvUtil
-
Returns an available java.util.Locale object for the given localeCode.
- createLogChannel() - Method in class org.pentaho.di.core.Props
-
- createName(String) - Static method in class org.pentaho.di.core.Const
-
- createNewClassLoader() - Static method in class org.pentaho.di.core.Const
-
- createNewInstance(String, int, int) - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
-
- createOriginalRow(RowMetaInterface, Object[]) - Static method in class org.pentaho.di.core.row.RowMeta
-
- createOriginalValue(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Create an old-style value for backward compatibility reasons
- createOriginalValue(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Create an old-style value for backward compatibility reasons
- createPreemptiveBasicAuthentication(String, int, String, String, String) - Static method in class org.pentaho.di.core.util.HttpClientUtil
-
Returns context with AuthCache or null in case of any exception was thrown.
- createPreemptiveBasicAuthentication(String, int, String, String) - Static method in class org.pentaho.di.core.util.HttpClientUtil
-
Returns context with AuthCache or null in case of any exception was thrown.
- createResizedCopy(Object[], int) - Static method in class org.pentaho.di.core.row.RowDataUtil
-
Resize an object array making it bigger, over allocate, always create a copy of the original array, even if there's
enough room in the old one.
- createResizedCopy(Object[][], int[]) - Static method in class org.pentaho.di.core.row.RowDataUtil
-
This method concatenates data from an array of rows, each with their own specific length.
- createSecureDocBuilderFactory() - Static method in class org.pentaho.di.core.xml.XMLParserFactoryProducer
-
- createSecureSAXParserFactory() - Static method in class org.pentaho.di.core.xml.XMLParserFactoryProducer
-
- createSqlScriptParser() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Create SqlScriptParser for current database dialect
- createSqlScriptParser() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- createTempFile(String, KettleVFS.Suffix) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
Creates a file using "java.io.tmpdir" directory
- createTempFile(String, KettleVFS.Suffix, VariableSpace) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
Creates a file using "java.io.tmpdir" directory
- createTempFile(String, KettleVFS.Suffix, String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- createTempFile(String, String, String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- createTempFile(String, KettleVFS.Suffix, String, VariableSpace) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- createTempFile(String, String, String, VariableSpace) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- createTimeZone(String) - Static method in class org.pentaho.di.core.util.EnvUtil
-
- createUrlClassLoader(URL, ClassLoader) - Method in class org.pentaho.di.core.plugins.BaseFragmentType
-
- createUrlClassLoader(URL, ClassLoader) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
Create a new URL class loader with the jar file specified.
- createValueMeta(String, int, int, int) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- createValueMeta(String, int) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- createValueMeta(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- CRLF - Static variable in class org.pentaho.di.core.util.StringUtil
-
- currencySymbol - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- customizeValueFromSQLType(ValueMetaInterface, ResultSetMetaData, int) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Customizes the ValueMetaInterface defined in the base
- customizeValueFromSQLType(ValueMetaInterface, ResultSetMetaData, int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Customizes the ValueMetaInterface defined in the base
- customizeValueFromSQLType(ValueMetaInterface, ResultSetMetaData, int) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- GENERAL - Static variable in class org.pentaho.di.core.logging.LogChannel
-
- GENERALIZED_DATE_TIME_FORMAT - Static variable in class org.pentaho.di.core.Const
-
Generalized date/time format: Wherever dates are used, date and time values are organized from the most to the
least significant.
- GENERALIZED_DATE_TIME_FORMAT_MILLIS - Static variable in class org.pentaho.di.core.Const
-
- generateColumnAlias(int, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- generateColumnAlias(int, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Generate a column alias given the column index and suggested name.
- generateColumnAlias(int, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- generateColumnAlias(int, String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- generateHashCode(byte[], RowMetaInterface) - Static method in class org.pentaho.di.core.hash.ByteArrayHashIndex
-
- generateHashCode(Long) - Static method in class org.pentaho.di.core.hash.LongHashIndex
-
- generateKeyPair() - Static method in class org.pentaho.di.core.encryption.CertificateGenEncryptUtil
-
- generateRandomString(int, String, String, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
-
- generateSingleKey() - Static method in class org.pentaho.di.core.encryption.CertificateGenEncryptUtil
-
- GenericDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Generic Database Connection information through static final members
- GenericDatabaseMeta() - Constructor for class org.pentaho.di.core.database.GenericDatabaseMeta
-
- get(int) - Method in class org.pentaho.di.compatibility.Row
-
Deprecated.
- get(DBCacheEntry) - Method in class org.pentaho.di.core.DBCache
-
Get the fields as a row generated by a database cache entry
- get(byte[]) - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
-
- get(byte[]) - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
-
Returns the entry to which the specified key is "mapped", or, in other words, if this index contains an
entry that is equal to the given key, or null
if this is not the case.
- get(long) - Method in class org.pentaho.di.core.hash.LongHashIndex
-
- get_Double_Metaphone(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- get_Metaphone(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- get_RefinedSoundEx(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- get_SoundEx(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- getAccessType() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getAccessType() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getAccessType() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Return the type of database access.
- getAccessType(String) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getAccessTypeDesc() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Gets you a short description of the type of database access.
- getAccessTypeDesc(int) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getAccessTypeDescLong(int) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- getAccessTypeList() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the list of possible access types for a database.
- getAccessTypeList(String) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getAccessTypeList() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getActiveLocales() - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getActualSchemaName() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getActualTableName() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
Generates the SQL statement to add a column to the specified table Note: Netezza does not allow adding columns to
tables
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
Generates the SQL statement to add a column to the specified table
- getAddColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
Generates the SQL statement to add a column to the specified table For this generic type, i set it to the most
common possibility.
- getAddedPluginTypes() - Static method in class org.pentaho.di.core.plugins.PluginRegistry
-
Added so we can tell when types have been added (but not necessarily registered)
- getAdditionalRuntimeObjectTypes() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getADefaultVariableSpace() - Static method in class org.pentaho.di.core.variables.Variables
-
Get a default variable space as a placeholder.
- getAdvicedResult() - Method in class org.pentaho.di.core.util.StringEvaluator
-
- getAllDurations(String) - Static method in class org.pentaho.di.core.metrics.MetricsUtil
-
- getAllTypeDesc() - Static method in class org.pentaho.di.core.ResultFile
-
- getAllTypes() - Static method in class org.pentaho.di.compatibility.Value
-
Get an array of String describing the possible types a Value can have.
- getAllTypes() - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Get an array of String describing the possible types a Value can have.
- getAllValueMetaNames() - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- getAlpha() - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- getAlternativePluginFile() - Method in class org.pentaho.di.core.encryption.TwoWayPasswordEncoderPluginType
-
- getAlternativePluginFile() - Method in class org.pentaho.di.core.logging.LoggingPluginType
-
- getAlternativePluginFile() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
This method return parameter for registerNatives() method
- getAlternativePluginFile() - Method in class org.pentaho.di.core.row.value.ValueMetaPluginType
-
- getAlternativeTranslation(String, Map<String, String>) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getAlterTableStatement(String, RowMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getAnnotationDB(FileObject) - Method in class org.pentaho.di.core.plugins.JarFileCache
-
- getAppender() - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
- getArea() - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- getArgumentNumber(ValueMetaInterface) - Static method in class org.pentaho.di.core.Props
-
Convert "argument 1" to 1
- getArguments() - Method in class org.pentaho.di.core.logging.LogMessage
-
- getArguments() - Method in interface org.pentaho.di.core.logging.LogMessageInterface
-
- getAsBitmapForSize(int, int) - Method in class org.pentaho.di.core.SwingUniversalImage
-
Get scaled image.
- getAsBitmapForSize(int, int, double) - Method in class org.pentaho.di.core.SwingUniversalImage
-
Draw rotated image on double canvas size.
- getAsJavaType(String, Class<?>, InjectionTypeConverter) - Method in class org.pentaho.di.core.RowMetaAndData
-
Returns value as specified java type using converter.
- getAttribute(String, String) - Method in interface org.pentaho.di.core.AttributesInterface
-
Get a value for an attribute in an attribute group
- getAttribute(String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getAttribute(String, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Gets an attribute from the connection
- getAttributeBoolean(String) - Method in interface org.pentaho.di.repository.RepositoryAttributeInterface
-
Get a boolean attribute, if the attribute is not found, return false;
- getAttributeInteger(String) - Method in interface org.pentaho.di.repository.RepositoryAttributeInterface
-
Get an integer attribute.
- getAttributes(String) - Method in interface org.pentaho.di.core.AttributesInterface
-
Get an attributes map for a group
- getAttributes() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getAttributes() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getAttributes() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getAttributesMap() - Method in interface org.pentaho.di.core.AttributesInterface
-
- getAttributeString(String) - Method in interface org.pentaho.di.repository.RepositoryAttributeInterface
-
Get a string attribute.
- getAvailableCharsets() - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
Retrieves all the available Charset
s on the platform, among which the default charset
.
- GetAvailableFontNames() - Static method in class org.pentaho.di.core.Const
-
- getAwsAccessKey() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getAwsAccessKeyId() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getAwsAuthenticationMethod() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getBackwardsCompatibleSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getBackwardsCompatibleTable(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getBaseDocUrl() - Static method in class org.pentaho.di.core.Const
-
Provides the base documentation url (top-level help)
- getBasicXml() - Method in class org.pentaho.di.core.Result
-
- getBatchId() - Method in class org.pentaho.di.core.logging.LoggingHierarchy
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.Value
-
Get the BigDecimal number of this Value.
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getBigNumber() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getBigNumber() - Method in class org.pentaho.di.compatibility.ValueString
-
- getBigNumber(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get a BigNumber value from a row of data.
- getBigNumber(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get a BigNumber value from a row of data.
- getBigNumber(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getBigNumber(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getBigNumber(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getBigNumber(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to a BigNumber
- getBigNumber(String, BigDecimal) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getBigNumber(int, BigDecimal) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getBinary(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get a Binary value from a row of data.
- getBinary(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get a Binary value from a row of data.
- getBinary(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getBinary(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to binary data
- getBinary(String, byte[]) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getBinary(int, byte[]) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getBinaryString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getBinaryString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getBinaryString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getBinaryString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
convert the supplied data to a binary string representation (for writing text)
- getBoolean(String, boolean) - Method in class org.pentaho.di.compatibility.Row
-
Search for a value, if it doesn't occur in the row, return the default value.
- getBoolean() - Method in class org.pentaho.di.compatibility.Value
-
Get the boolean value of this Value.
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getBoolean() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getBoolean() - Method in class org.pentaho.di.compatibility.ValueString
-
- getBoolean(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get a Boolean value from a row of data.
- getBoolean(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get a Boolean value from a row of data.
- getBoolean(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getBoolean(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getBoolean(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getBoolean(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to a Boolean
- getBoolean(String, boolean) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getBoolean(int, boolean) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getBooleanValueOfVariable(String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getBooleanValueOfVariable(String, boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getBooleanValueOfVariable(String, boolean) - Method in class org.pentaho.di.core.variables.Variables
-
- getBooleanValueOfVariable(String, boolean) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
This method returns a boolean for the new variable check boxes.
- getBuffer() - Method in class org.pentaho.di.core.logging.LogChannelFileWriterBuffer
-
- getBuffer(String, boolean, int, int) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getBuffer(String, boolean) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getBuffer(String, boolean, int) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getBuffer() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getBuffer() - Method in class org.pentaho.di.core.row.RowBuffer
-
- getBufferIterator() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
Deprecated.
- getBufferLinesBefore(long) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getBuildDate() - Method in class org.pentaho.di.version.BuildVersion
-
- getBuildDateAsLocalDate() - Method in class org.pentaho.di.version.BuildVersion
-
- getBuildUser() - Method in class org.pentaho.di.version.BuildVersion
-
- getBundle(String) - Static method in class org.pentaho.di.i18n.GlobalMessages
-
Retrieve a resource bundle of the default or fail-over locale.
- getBundle(String, Class<?>) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
Retrieve a resource bundle of the default or fail-over locales.
- getBundle(Locale, String, Class<?>) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getBundle(Locale, String, Class<?>, boolean) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getByName(String) - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
-
- getByOrdinal(int) - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
-
- getBytes() - Method in class org.pentaho.di.compatibility.Value
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getBytes() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getBytes() - Method in class org.pentaho.di.compatibility.ValueString
-
- getCacheHits() - Method in class org.pentaho.di.core.xml.XMLHandlerCache
-
- getCasesUrl() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getCasesUrl() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getCatalogName() - Method in class org.pentaho.di.core.database.Catalog
-
- getCatalogs() - Method in class org.pentaho.di.core.database.Database
-
- getCatalogs() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getCategories(Class<? extends PluginTypeInterface>) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Retrieve a list of all categories for a certain plugin type.
- getCategory() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getCategory() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getCauses() - Method in exception org.pentaho.di.core.exception.KettleConversionException
-
- getCell(int, int) - Method in interface org.pentaho.di.core.spreadsheet.KSheet
-
Get a cell in the sheet by specification of its coordinates.
- getChangedDate() - Method in class org.pentaho.di.shared.SharedObjectBase
-
- getChangedDate() - Method in interface org.pentaho.di.shared.SharedObjectInterface
-
- getChild(String) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getChildren() - Method in class org.pentaho.di.core.Condition
-
- getChildren() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getChildren() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- getChildren() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Returns a list of child directories
- getClass(PluginInterface, String) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Load the class with a certain name using the class loader of certain plugin.
- getClass(PluginInterface, T) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Load the class with a certain name using the class loader of certain plugin.
- getClassicStackTrace(Throwable) - Static method in class org.pentaho.di.core.Const
-
- getClassLoader() - Method in interface org.pentaho.di.core.plugins.ClassLoadingPluginInterface
-
- getClassLoader(PluginInterface) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Create or retrieve the class loader for the specified plugin
- getClassLoader() - Method in class org.pentaho.di.core.plugins.SupplementalPlugin
-
- getClassLoaderGroup() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getClassLoaderGroup() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getClassMap() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getClassMap() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getClassName() - Method in class org.pentaho.di.compatibility.Value
-
- getClassName() - Method in class org.pentaho.di.core.plugins.JarFileAnnotationPlugin
-
- getClassType() - Method in interface org.pentaho.di.connections.ConnectionProvider
-
- getClassType() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- getClient() - Method in class org.pentaho.di.core.KettleClientEnvironment
-
- getClusterTemplate() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
This method returns the named cluster template used to configure new NamedClusters.
- getCode() - Method in enum org.pentaho.di.core.logging.LogLevel
-
- getCode() - Method in class org.pentaho.di.core.logging.Metrics
-
- getCode() - Method in interface org.pentaho.di.core.logging.MetricsInterface
-
- getCode() - Method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
- getCodedTranslation(String) - Static method in class org.pentaho.di.core.plugins.BasePluginType
-
- getCollatorLocale() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getCollatorLocale() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Get the current Locale of the collator
- getCollatorStrength() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getCollatorStrength() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns the strength of the collator.
- getComment() - Method in class org.pentaho.di.core.ResultFile
-
- getComment() - Method in interface org.pentaho.di.repository.ObjectRevision
-
- getComments() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getComments() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the comments.
- getComparator() - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getCompatibleString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getCompatibleString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to a String compatible with version 2.5.
- getCondition(int) - Method in class org.pentaho.di.core.Condition
-
- getConfigBuilder(VariableSpace, String) - Static method in class org.pentaho.di.core.vfs.configuration.KettleFileSystemConfigBuilderFactory
-
This factory returns a FileSystemConfigBuilder.
- getConfigClass() - Method in class org.pentaho.di.core.vfs.configuration.KettleGenericFileSystemConfigBuilder
-
- getConfigClass() - Method in class org.pentaho.di.core.vfs.configuration.KettleSftpFileSystemConfigBuilder
-
- getConnection(LogChannelInterface, DatabaseMeta, String) - Static method in class org.pentaho.di.core.database.ConnectionPoolUtil
-
- getConnection(LogChannelInterface, DatabaseMeta, String, int, int) - Static method in class org.pentaho.di.core.database.ConnectionPoolUtil
-
- getConnection() - Method in class org.pentaho.di.core.database.Database
-
- getConnectionDetails(IMetaStore, String, String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getConnectionDetails(String, String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getConnectionDetails(String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getConnectionDetails() - Method in interface org.pentaho.di.connections.ConnectionProvider
-
- getConnectionDetails() - Method in class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider
-
- getConnectionDetailsByScheme(String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getConnectionGroup() - Method in class org.pentaho.di.core.database.Database
-
- getConnectionName() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getConnectionNameVariable() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getConnectionPoolingProperties() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getConnectionPoolingProperties() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getConnectionPoolingProperties() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getConnectionProperties() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getConnectionProvider(String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getConnectionTestReport(DatabaseMeta) - Method in class org.pentaho.di.core.database.DatabaseFactory
-
- getConnectionTestReport(DatabaseMeta) - Method in interface org.pentaho.di.core.database.DatabaseFactoryInterface
-
- getConnectionTestResults(DatabaseMeta) - Method in class org.pentaho.di.core.database.DatabaseFactory
-
- getConnectionTestResults(DatabaseMeta) - Method in interface org.pentaho.di.core.database.DatabaseFactoryInterface
-
- getConnectSQL() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getConnectSQL() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getConnectSQL() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getContainerObjectId() - Method in class org.pentaho.di.core.database.Database
-
- getContainerObjectId() - Method in class org.pentaho.di.core.logging.LogChannel
-
- getContainerObjectId() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- getContainerObjectId() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getContainerObjectId() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the execution container (Carte/DI server/BI Server) object id.
- getContainerObjectId() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getContent() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getContents() - Method in interface org.pentaho.di.core.spreadsheet.KCell
-
- getConversionFormats() - Static method in class org.pentaho.di.core.Const
-
- getConversionMask() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Deprecated.
- getConversionMask() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the conversion mask.
- getConversionMeta() - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- getConversionMetadata() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getConversionMetadata() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
This conversion metadata can be attached to a String object to see where it came from and with which mask it was
generated, the encoding, the local languages used, padding, etc.
- getCopy() - Method in class org.pentaho.di.core.database.Database
-
- getCopy() - Method in class org.pentaho.di.core.logging.LogMessage
-
- getCopy() - Method in interface org.pentaho.di.core.logging.LogMessageInterface
-
- getCount() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getCount() - Method in class org.pentaho.di.core.util.StringEvaluator
-
- getCounter() - Method in class org.pentaho.di.core.Counter
-
- getCounter(String) - Method in class org.pentaho.di.core.Counters
-
- getCreateIndexStatement(String, String, String[], boolean, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getCreateIndexStatement(String, String, String, String[], boolean, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getCreateSequenceStatement(String, long, long, long, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getCreateSequenceStatement(String, String, String, String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getCreateSequenceStatement(String, String, long, long, long, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getCreateSequenceStatement(String, String, String, String, String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getCreateTableStatement() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Customizes the ValueMetaInterface defined in the base
- getCreateTableStatement(String, RowMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.Database
-
Generates SQL
- getCreateTableStatement() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Customizes the ValueMetaInterface defined in the base
- getCreateTableStatement() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Customizes the ValueMetaInterface defined in the base
- getCreateTableStatement() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getCreationDate() - Method in interface org.pentaho.di.repository.ObjectRevision
-
- getCurrencySymbol() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getCurrencySymbol() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the currency symbol.
- getCustomParameter(String, String) - Method in class org.pentaho.di.core.Props
-
- getCustomStackTrace(Throwable) - Static method in class org.pentaho.di.core.Const
-
- getDamerauLevenshtein_Distance(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
DamerauLevenshtein distance is a measure of the similarity between two strings, which we will refer to as the
source string (s) and the target string (t).
- getDamerauLevenshteinDistance(String, String) - Static method in class org.pentaho.di.core.util.Utils
-
- getData(LoggingObjectInterface, ProgressMonitorListener) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getData() - Method in class org.pentaho.di.core.RowMetaAndData
-
- getDatabase(String, String, Database) - Method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- getDatabase() - Method in class org.pentaho.di.core.SQLStatement
-
Get the database connection for this SQL Statement
- getDatabaseColumnTypeDefinition(DatabaseInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDatabaseColumnTypeDefinition(DatabaseInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getDatabaseColumnTypeDefinition(DatabaseInterface, String, String, boolean, boolean, boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Ask for suggestions as to how this plugin data type should be represented in the specified database interface
- getDatabaseDialect() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getDatabaseElements(IMetaStore) - Static method in class org.pentaho.di.metastore.DatabaseMetaStoreUtil
-
- getDatabaseFactory() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDatabaseFactoryName() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
You can use this method to supply an alternate factory for the test method in the dialogs.
- getDatabaseFactoryName() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
You can use this method to supply an alternate factory for the test method in the dialogs.
- getDatabaseInterface() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDatabaseInterface(String) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
Search for the right type of DatabaseInterface object and clone it.
- getDatabaseInterfaces() - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDatabaseInterfacesMap() - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDatabaseMeta() - Method in class org.pentaho.di.core.database.Database
-
- getDatabaseMeta() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getDatabaseMetaData() - Method in class org.pentaho.di.core.database.Database
-
- getDatabaseName() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getDatabaseName() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getDatabaseName() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Return the name of the database.
- getDatabaseName() - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- getDatabasePortNumberString() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getDatabasePortNumberString() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getDatabasePortNumberString() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Return the port on which the database listens as a String.
- getDatabaseTypeDesc() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDataSourceFromJndi(String, Context) - Static method in class org.pentaho.di.core.database.util.DatabaseUtil
-
Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to
look up a datasource.
- getDataSourceProviderInterface() - Static method in class org.pentaho.di.core.database.DataSourceProviderFactory
-
- getDataTablespace() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getDataTablespace() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getDataTablespace() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDataTablespaceDDL(VariableSpace, DatabaseMeta) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Returns the tablespace DDL fragment for a "Data" tablespace.
- getDataTablespaceDDL(VariableSpace, DatabaseMeta) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Returns the tablespace DDL fragment for a "Data" tablespace.
- getDataType() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getDataXML(Object[]) - Method in class org.pentaho.di.core.row.RowMeta
-
- getDataXML(Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Gets the data xml.
- getDataXML(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDataXML(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns an XML representation of the row data.
- getDate(String, Date) - Method in class org.pentaho.di.compatibility.Row
-
Search for a value, if it doesn't occur in the row, return the default value.
- getDate() - Method in class org.pentaho.di.compatibility.Value
-
Get the Date of this Value.
- getDate() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getDate() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getDate() - Method in class org.pentaho.di.compatibility.ValueString
-
- getDate() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getDate() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getDate() - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- getDate(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get a Date value from a row of data.
- getDate(Object[], String, Date) - Method in class org.pentaho.di.core.row.RowMeta
-
- getDate(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get a Date value from a row of data.
- getDate(Object[], String, Date) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Gets the date.
- getDate(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDate(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaDate
-
- getDate(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getDate(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getDate(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to a Date
- getDate(String, Date) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getDate(int, Date) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getDateFormat() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDateFormat() - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getDateFormat() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the date format.
- getDateFormatByRegex(String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getDateFormatByRegex(String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getDateFormatLocale() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDateFormatLocale() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns the locale from the date format.
- getDateFormats() - Static method in class org.pentaho.di.core.Const
-
Returning the localized date conversion formats.
- getDateFormats() - Method in class org.pentaho.di.core.util.StringEvaluator
-
- getDateFormatTimeZone() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDateFormatTimeZone() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- getDateFormatToRegExps(String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getDateFromString(String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getDateFromString(String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getDateFromStringByFormat(String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getDatePattern() - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- getDbInfo() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getDbInterface(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
For testing
- getDDL(String, RowMetaInterface) - Method in class org.pentaho.di.core.database.Database
-
- getDDL(String, RowMetaInterface, String, boolean, String) - Method in class org.pentaho.di.core.database.Database
-
- getDDL(String, RowMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getDDLCreationTable(String, RowMetaInterface) - Method in class org.pentaho.di.core.database.Database
-
Return SQL CREATION statement for a Table
- getDDLTruncateTable(String, String) - Method in class org.pentaho.di.core.database.Database
-
Return SQL TRUNCATE statement for a Table
- getDecimalFormat() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDecimalFormat(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDecimalFormat() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the decimal format.
- getDecimalFormat(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the decimal format.
- getDecimalSymbol() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getDecimalSymbol() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the decimal symbol.
- getDefaultCharset() - Method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
Retrieves the default Charset
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- getDefaultDatabasePort() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.InfobrightDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getDefaultDatabasePort() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getDefaultLocale() - Method in class org.pentaho.di.i18n.LanguageChoice
-
- getDefaultMetrics() - Static method in class org.pentaho.di.core.logging.Metrics
-
- getDefaultOptions() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getDefaultOptions() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getDefaultOptions() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getDefaultOptions() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getDefaultPentahoMetaStoreLocation() - Static method in class org.pentaho.di.metastore.MetaStoreConst
-
- getDefaultSystemCharset() - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
Retrieve the default charset of the system.
- getDefaultValue() - Method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- getDelegate(Class<V>) - Static method in class org.pentaho.di.laf.LAFFactory
-
- getDeprecatedPrefix() - Static method in class org.pentaho.di.core.Const
-
- getDescription() - Method in interface org.pentaho.di.connections.ConnectionDetails
-
- getDescription() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getDescription() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
-
- getDescription() - Method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- getDescription() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDescription() - Method in interface org.pentaho.di.core.DescriptionInterface
-
- getDescription() - Method in class org.pentaho.di.core.KettleAttribute
-
- getDescription() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getDescription() - Method in enum org.pentaho.di.core.logging.LogLevel
-
- getDescription() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getDescription() - Method in class org.pentaho.di.core.logging.Metrics
-
- getDescription() - Method in interface org.pentaho.di.core.logging.MetricsInterface
-
- getDescription() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getDescription() - Method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
- getDescription() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getDescription() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getDescription() - Method in enum org.pentaho.di.core.spreadsheet.KCellType
-
- getDescription() - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Gets the description of the repository object.
- getDescription() - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
-
- getDescriptions() - Method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
- getDestinationStepCopy() - Method in interface org.pentaho.di.core.RowSet
-
- getDestinationStepName() - Method in interface org.pentaho.di.core.RowSet
-
- getDeviceBounds() - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- getDigits(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- getDigitsOnly(String) - Static method in class org.pentaho.di.core.Const
-
Return digits only.
- getDIHomeDirectory() - Static method in class org.pentaho.di.core.Const
-
Returns the value of DI_HOME.
- getDirectoryIDs() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Get all the directory-id in this directory and the subdirectories.
- getDirectoryIDs() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
- getDisplayName() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getDisplayName() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getDisplayName() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Returns the name of the database connection
- getDistinctStrings(String[]) - Static method in class org.pentaho.di.core.Const
-
Sorts the array of Strings, determines the uniquely occurring strings.
- getDocument() - Method in class org.pentaho.di.core.svg.SvgImage
-
- getDocumentationUrl() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getDocumentationUrl() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getDocUrl(String) - Static method in class org.pentaho.di.core.Const
-
Provides the documentation url with the configured base + the given URI.
- getDriverClass() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- getDriverClass() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Obtain the name of the JDBC driver class that we need to use!
- getDriverClass() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MariaDBDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MSSQLServerNativeDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.Vertica5DatabaseMeta
-
- getDriverClass() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table Note: Netezza does not allow
addition/deletion of columns to tables
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
Generates the SQL statement to drop a column from the specified table
- getDropTableIfExistsStatement(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Forms drop table statement.
- getDropTableIfExistsStatement(String) - Method in interface org.pentaho.di.core.database.DatabaseInterfaceExtended
-
Deprecated.
Forms the drop table statement specific for a certain RDBMS.
- getDropTableIfExistsStatement(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Forms the drop table statement specific for a certain RDBMS.
- getDropTableIfExistsStatement(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Oracle does not support a construct like 'drop table if exists',
which is apparently legal syntax in many other RDBMSs.
- getDuration() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getDuration(String, Metrics) - Static method in class org.pentaho.di.core.metrics.MetricsUtil
-
Calculates the durations between the START and STOP snapshots for a given metric description
- getDurations(String) - Static method in class org.pentaho.di.core.metrics.MetricsUtil
-
Calculates the durations between the START and STOP snapshots per metric description and subject (if any)
- getElapsedTimeMillis() - Method in class org.pentaho.di.core.Result
-
Returns the elapsed time of the ETL execution in milliseconds
- getEmptyPaddedStrings() - Static method in class org.pentaho.di.core.Const
-
Create an array of Strings consisting of spaces.
- getEncoding() - Method in class org.pentaho.di.core.WriterOutputStream
-
- getEndDate() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getEndQuote() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getEndQuote() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getEndQuote() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getEndQuote() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getEndQuote() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getEndQuote() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getEndQuote() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
Simply add an underscore in the case of MySQL!
- getEnforce8Bit() - Method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
Gets the enforce8Bit flag, in case we do not want to ever get a US-ASCII encoding.
- getEntryNr() - Method in class org.pentaho.di.core.Result
-
Returns the entry number
- getEnvironmentVariable(String, String) - Static method in class org.pentaho.di.core.Const
-
Retrieves the content of an environment variable
- getEnvironmentVariablesForRuntimeExec() - Static method in class org.pentaho.di.core.util.EnvUtil
-
- getEnvVarible(String) - Method in class org.pentaho.di.version.EnvironmentVariableGetter
-
- getError() - Method in class org.pentaho.di.core.SQLStatement
-
Get the error that occurred when obtaining the SQL.
- getErrorCode() - Method in class org.pentaho.di.core.CheckResult
-
- getErrorCode() - Method in interface org.pentaho.di.core.CheckResultInterface
-
- getErrorHelpFile() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getErrorHelpFile() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getErrorsField() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getErrorString(ResourceBundle, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getErrorString(ResourceBundle, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getErrorString(ResourceBundle, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getErrorString(ResourceBundle, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getErrorString(ResourceBundle, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getEvent() - Method in class org.pentaho.di.core.logging.BufferLine
-
- getException() - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- getExceptionsList() - Method in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
- getExceptionStrategy(LogTableCoreInterface) - Static method in class org.pentaho.di.core.database.util.DatabaseLogExceptionFactory
-
Returns throw exception strategy depends on defined behavior.
- getExceptionStrategy(LogTableCoreInterface, Exception) - Static method in class org.pentaho.di.core.database.util.DatabaseLogExceptionFactory
-
Returns throw exception strategy depends on defined behavior.
- getExecutionId() - Method in class org.pentaho.di.core.Result
-
Returns the unique identifier of an ETL execution, should one ever care to declare one such
- getExecutor() - Static method in class org.pentaho.di.core.util.ExecutorUtil
-
- getExitStatus() - Method in class org.pentaho.di.core.Result
-
Returns the exit status value.
- getExplicitMetastore(String) - Method in interface org.pentaho.di.core.osgi.api.MetastoreLocatorOsgi
-
Unconditionally returns the metastore stored with the given provider key, or null if it does not exist.
- getExpression() - Method in class org.pentaho.di.core.config.OgnlExpression
-
- getExtension() - Method in enum org.pentaho.di.repository.RepositoryObjectType
-
- getExtensionDataMap() - Method in interface org.pentaho.di.core.ExtensionDataInterface
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getExtraOptionIndicator() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getExtraOptionIndicator() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getExtraOptions() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getExtraOptions() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getExtraOptions() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getExtraOptions() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getExtraOptions() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
Overrides parent behavior to allow getDatabasePortNumberString
value to override value of
DBS_PORT
extra option.
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getExtraOptionSeparator() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getExtraOptionSeparator() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getExtraOptionsHelpText() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getExtraOptionsHelpText() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getExtraOptionValueSeparator() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getExtraOptionValueSeparator() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getExtraOptionValueSeparator() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getExtraOptionValueSeparator() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getFeatureSummary() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Describe a Value as a field in the database.
- getFieldDefinition(ValueMetaInterface, String, String, boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
- getFieldDefinition(ValueMetaInterface, String, String, boolean, boolean, boolean) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getFieldName() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getFieldnameProtector() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getFieldNames() - Method in class org.pentaho.di.compatibility.Row
-
Get an array of the names of all the Values in the Row.
- getFieldNames() - Method in class org.pentaho.di.core.row.RowMeta
-
Get an array of the names of all the Values in the Row.
- getFieldNames() - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get an array of the names of all the Values in the Row.
- getFieldNamesAndTypes(int) - Method in class org.pentaho.di.compatibility.Row
-
Get an array of strings showing the name of the values in the row padded to a maximum length, followed by the types
of the values.
- getFieldNamesAndTypes(int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get an array of strings showing the name of the values in the row padded to a maximum length, followed by the types
of the values.
- getFieldNamesAndTypes(int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get an array of strings showing the name of the values in the row padded to a maximum length, followed by the types
of the values.
- getFields() - Method in exception org.pentaho.di.core.exception.KettleConversionException
-
- getFields() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getFile(int) - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- getFile() - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- getFile() - Method in class org.pentaho.di.core.ResultFile
-
- getFileEncoding(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- getFileEncoding(ValueMetaInterface, Object, boolean) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
Get file encoding.
- getFileInputStream(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileInputStreamExternal(String) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getFilename() - Method in class org.pentaho.di.core.database.Database
-
- getFilename() - Method in class org.pentaho.di.core.DBCache
-
- getFilename() - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- getFilename() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getFilename() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the filename.
- getFilename() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getFilename() - Method in class org.pentaho.di.core.Props
-
- getFilename(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileObject(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileObject(String, VariableSpace) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileObject(String, FileSystemOptions) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileObject(String, VariableSpace, FileSystemOptions) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileObjects(PluginFolderInterface) - Method in class org.pentaho.di.core.plugins.JarFileCache
-
- getFileOperations() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getFilepath() - Method in exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
- getFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- getFileStrings() - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- getFileSystem() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getFileSystemConfigBuilder(String) - Method in class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- getFileSystemManager() - Method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFileSystemOptions() - Method in class org.pentaho.di.connections.vfs.builder.VFSConnectionConfigurationBuilder
-
- getFilter() - Method in class org.pentaho.di.core.logging.LogChannel
-
- getFilter() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- getFirstRows(String, int) - Method in class org.pentaho.di.core.database.Database
-
- getFirstRows(String, int, ProgressMonitorListener) - Method in class org.pentaho.di.core.database.Database
-
Get the first rows from a table (for preview)
- getFolder() - Method in class org.pentaho.di.core.plugins.PluginFolder
-
- getFolder() - Method in interface org.pentaho.di.core.plugins.PluginFolderInterface
-
- getFormatMask() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getFormatMask() - Method in class org.pentaho.di.core.row.value.ValueMetaBigNumber
-
- getFormatMask() - Method in class org.pentaho.di.core.row.value.ValueMetaDate
-
- getFormatMask() - Method in class org.pentaho.di.core.row.value.ValueMetaInteger
-
- getFormatMask() - Method in class org.pentaho.di.core.row.value.ValueMetaNumber
-
- getFormatMask() - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getFormatMask() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets a formatting mask using this value's meta information.
- getFormattedDateTime(Date) - Static method in class org.pentaho.di.core.util.StringUtil
-
Giving back a date/time string in the format following the rule from the most to the least significant
- getFormattedDateTime(Date, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
-
Giving back a date/time string in the format following the rule from the most to the least significant
- getFormattedDateTimeNow() - Static method in class org.pentaho.di.core.util.StringUtil
-
Giving back the actual time as a date/time string in the format following the rule from the most to the least
significant
- getFormattedDateTimeNow(boolean) - Static method in class org.pentaho.di.core.util.StringUtil
-
Giving back the actual time as a date/time string in the format following the rule from the most to the least
significant
- getForumUrl() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getForumUrl() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getFriendlyURI(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFriendlyURI(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getFromIndex() - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- getFunction() - Method in class org.pentaho.di.core.Condition
-
- getFunction(String) - Static method in class org.pentaho.di.core.Condition
-
- getFunctionAverage() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getFunctionAverage() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getFunctionAverage() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFunctionAverage() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getFunctionCount() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getFunctionCount() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getFunctionCount() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFunctionCount() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getFunctionDesc() - Method in class org.pentaho.di.core.Condition
-
- getFunctionMaximum() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getFunctionMaximum() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getFunctionMaximum() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFunctionMaximum() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getFunctionMinimum() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getFunctionMinimum() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getFunctionMinimum() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFunctionMinimum() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getFunctionSum() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getFunctionSum() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getFunctionSum() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getFunctionSum() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getGatewayPassword() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getGatewayUrl() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getGatewayUsername() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getGeneralLogger() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
For testing
- getGeneratedKeys(PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- getGroupingSymbol() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getGroupingSymbol() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the grouping symbol.
- getHandler() - Method in class org.pentaho.di.i18n.BaseMessages
-
- getHandler() - Method in class org.pentaho.di.laf.BasePropertyHandler
-
- getHandler() - Method in class org.pentaho.di.laf.LAFDelegate
-
- getHandler(Class<V>) - Static method in class org.pentaho.di.laf.LAFFactory
-
Return an instance of the class that has been designated as the implementor of the requested Interface, will return
null if there is no implementor.
- getHdfsHost() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getHdfsPassword() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getHdfsPort() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getHdfsUsername() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getHeight() - Method in interface org.pentaho.di.core.gui.GUISizeInterface
-
- getHost() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getHostname() - Static method in class org.pentaho.di.core.Const
-
Determine the hostname of the machine Kettle is running on
- getHostname() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getHostname() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getHostname() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Return the hostname of the machine on which the database runs.
- getHostname() - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- getHostnameReal() - Static method in class org.pentaho.di.core.Const
-
Determine the hostname of the machine Kettle is running on
- getIamRole() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getID() - Method in enum org.pentaho.di.core.KettleClientEnvironment.ClientType
-
- getId() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getId() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getId() - Method in interface org.pentaho.di.core.plugins.PluginTypeInterface
-
- getId() - Method in class org.pentaho.di.repository.LongObjectId
-
- getId() - Method in interface org.pentaho.di.repository.ObjectId
-
- getId() - Method in class org.pentaho.di.repository.StringObjectId
-
- getId() - Method in class org.pentaho.di.www.WebResult
-
- getIdForValueMeta(String) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- getIds() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getIds() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getImage() - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- getImageBounds(PrimitiveGCInterface.EImage) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- getImageFile() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getImageFile() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getIncrement() - Method in class org.pentaho.di.core.Counter
-
- getIndent(int) - Static method in class org.pentaho.di.core.util.StringUtil
-
- getIndex() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getIndex() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the index.
- getIndexTablespace() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getIndexTablespace() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getIndexTablespace() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getIndexTablespaceDDL(VariableSpace, DatabaseMeta) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Returns the tablespace DDL fragment for a "Index" tablespace.
- getIndexTablespaceDDL(VariableSpace, DatabaseMeta) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Returns the tablespace DDL fragment for a "Index" tablespace.
- getInitialPoolSize() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getInitialPoolSize() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getInitialPoolSize() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getInitialPoolSizeString() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getInitialPoolSizeString() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getInitialPoolSizeString() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getInputStream(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getInputStream(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getInputStream(String, VariableSpace) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getInputStreamForFile(String) - Method in interface org.pentaho.di.i18n.LoaderInputStreamProvider
-
- getInsertStatement(String, RowMetaInterface) - Method in class org.pentaho.di.core.database.Database
-
- getInsertStatement(String, String, RowMetaInterface) - Method in class org.pentaho.di.core.database.Database
-
- getInstance() - Static method in class org.pentaho.di.cluster.SlaveConnectionManager
-
- getInstance() - Static method in class org.pentaho.di.compatibility.Value
-
- getInstance() - Static method in class org.pentaho.di.connections.ConnectionManager
-
- getInstance() - Static method in class org.pentaho.di.core.Counters
-
- getInstance() - Static method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- getInstance() - Static method in class org.pentaho.di.core.DBCache
-
Create the database cache instance by loading it from disk
- getInstance() - Static method in class org.pentaho.di.core.encryption.TwoWayPasswordEncoderPluginType
-
- getInstance() - Static method in class org.pentaho.di.core.extension.ExtensionPointMap
-
- getInstance() - Static method in class org.pentaho.di.core.extension.ExtensionPointPluginType
-
- getInstance() - Static method in class org.pentaho.di.core.KettleClientEnvironment
-
Return this singleton.
- getInstance() - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
- getInstance() - Static method in class org.pentaho.di.core.logging.LoggingPluginType
-
- getInstance() - Static method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getInstance() - Static method in class org.pentaho.di.core.logging.MetricsRegistry
-
- getInstance() - Static method in class org.pentaho.di.core.plugins.DatabasePluginType
-
- getInstance() - Static method in class org.pentaho.di.core.plugins.JarFileCache
-
- getInstance() - Static method in class org.pentaho.di.core.plugins.PluginRegistry
-
- getInstance() - Static method in class org.pentaho.di.core.plugins.PluginRegistryPluginType
-
- getInstance() - Static method in class org.pentaho.di.core.Props
-
- getInstance() - Static method in class org.pentaho.di.core.row.value.ValueMetaPluginType
-
- getInstance() - Static method in class org.pentaho.di.core.util.HttpClientManager
-
- getInstance() - Static method in class org.pentaho.di.core.vfs.configuration.KettleGenericFileSystemConfigBuilder
-
- getInstance() - Static method in class org.pentaho.di.core.vfs.configuration.KettleSftpFileSystemConfigBuilder
-
- getInstance() - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getInstance() - Static method in class org.pentaho.di.core.xml.XMLHandlerCache
-
- getInstance() - Static method in class org.pentaho.di.i18n.AbstractMessageHandler
-
forced override to allow singleton instantiation through dynamic class loader
- getInstance() - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getInstance() - Static method in class org.pentaho.di.i18n.GlobalMessages
-
- getInstance() - Static method in class org.pentaho.di.i18n.LAFMessageHandler
-
- getInstance() - Static method in class org.pentaho.di.i18n.LanguageChoice
-
- getInstance() - Static method in class org.pentaho.di.laf.BasePropertyHandler
-
- getInstance() - Static method in class org.pentaho.di.laf.OverlayPropertyHandler
-
- getInstance() - Static method in class org.pentaho.di.version.BuildVersion
-
- getInstanceHandler() - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getInstanceHandler() - Static method in class org.pentaho.di.laf.BasePropertyHandler
-
- getInteger(String, long) - Method in class org.pentaho.di.compatibility.Row
-
Search for a value, if it doesn't occur in the row, return the default value.
- getInteger() - Method in class org.pentaho.di.compatibility.Value
-
Get the long integer representation of this value.
- getInteger() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getInteger() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getInteger() - Method in class org.pentaho.di.compatibility.ValueString
-
- getInteger(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get an Integer value from a row of data.
- getInteger(Object[], String, Long) - Method in class org.pentaho.di.core.row.RowMeta
-
- getInteger(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get an Integer value from a row of data.
- getInteger(Object[], String, Long) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Gets the integer.
- getInteger(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getInteger(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getInteger(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getInteger(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to an Integer
- getInteger(String, long) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getInteger(int, long) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getInteger(String) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getInteger(int) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getInternetAddress(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getIPAddress() - Static method in class org.pentaho.di.core.Const
-
Determins the IP address of the machine Kettle is running on.
- getIPAddress(String) - Static method in class org.pentaho.di.core.Const
-
Get the primary IP address tied to a network interface (excluding loop-back etc)
- getItems() - Method in class org.pentaho.di.connections.ConnectionManager
-
- getItems() - Method in class org.pentaho.di.core.database.Catalog
-
- getItems() - Method in class org.pentaho.di.core.database.Schema
-
- getJarFile() - Method in class org.pentaho.di.core.plugins.JarFileAnnotationPlugin
-
- getJaro_Similitude(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
Jaro similitude is a measure of the similarity between two strings, which we will refer to as the source string (s)
and the target string (t).
- getJaroDistance() - Method in class org.pentaho.di.core.util.PentahoJaroWinklerDistance
-
- getJaroWinkler_Similitude(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
JaroWinkler similitude is a measure of the similarity between two strings, which we will refer to as the source
string (s) and the target string (t).
- getJaroWinklerDistance() - Method in class org.pentaho.di.core.util.PentahoJaroWinklerDistance
-
- getJobFilterNames() - Static method in class org.pentaho.di.core.Const
-
- getJobTrackerHost() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getJobTrackerPort() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getKafkaBootstrapServers() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getKettleCartePasswordFile() - Static method in class org.pentaho.di.core.Const
-
Returns the path to the Kettle Carte password file in the home directory:
- getKettleDirectory() - Static method in class org.pentaho.di.core.Const
-
Determines the Kettle absolute directory in the user's home directory.
- getKettleLocalCartePasswordFile() - Static method in class org.pentaho.di.core.Const
-
Returns the path to the Kettle local (current directory) Carte password file:
- getKettleLocalRepositoriesFile() - Static method in class org.pentaho.di.core.Const
-
Returns the path to the Kettle local (current directory) repositories XML file.
- getKettlePropertiesFileHeader() - Static method in class org.pentaho.di.core.Const
-
- getKettleUserRepositoriesFile() - Static method in class org.pentaho.di.core.Const
-
Returns the full path to the Kettle repositories XML file.
- getKey() - Method in interface org.pentaho.di.connections.ConnectionProvider
-
- getKey() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- getKey() - Method in class org.pentaho.di.core.KettleAttribute
-
- getKey() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getKey() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getKey(MetricsInterface, String) - Static method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getKey() - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
Calculate the key for this snapshot, usually a combination of description and subject.
- getKeyField() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getKeys() - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
-
- getLabel() - Method in class org.pentaho.di.connections.ConnectionManager.Type
-
- getLabelText() - Method in interface org.pentaho.di.core.gui.GUIOption
-
- getLAFProp(String) - Static method in class org.pentaho.di.laf.OverlayPropertyHandler
-
- getLastArguments() - Method in class org.pentaho.di.core.Props
-
Get the last entered arguments...
- getLastBufferLineNr() - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
- getLastBufferLineNr() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getLastChildNr(XMLHandlerCacheEntry) - Method in class org.pentaho.di.core.xml.XMLHandlerCache
-
Retrieve the last child were we left off...
- getLastLine() - Method in class org.pentaho.di.core.util.StreamLogger
-
- getLastLogDate(String, String, boolean, LogStatus) - Method in class org.pentaho.di.core.database.Database
-
- getLastModificationTime() - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getLastModifiedDate() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getLastRepository() - Method in class org.pentaho.di.core.Props
-
- getLastRepositoryLogin() - Method in class org.pentaho.di.core.Props
-
- getLastSubNode(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Search for the last subnode in the node with a certain tag.
- getLastValue() - Method in interface org.pentaho.di.core.gui.GUIOption
-
- getLayout() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getLeftValuename() - Method in class org.pentaho.di.core.Condition
-
- getLegacyColumnName(DatabaseMetaData, ResultSetMetaData, int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Allows to get the column name for JDBC drivers with different behavior for aliases depending on the connector version.
- getLegacyColumnName(DatabaseMetaData, ResultSetMetaData, int) - Method in class org.pentaho.di.core.database.MariaDBDatabaseMeta
-
Returns the column name for a MariaDB field.
- getLegacyColumnName(DatabaseMetaData, ResultSetMetaData, int) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
Returns the column name for a MySQL field checking if the driver major version is "greater than" or "lower or equal" to 3.
- getLength() - Method in class org.pentaho.di.compatibility.Value
-
Get the length of this Value.
- getLength() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getLength() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getLength() - Method in class org.pentaho.di.compatibility.ValueString
-
- getLength() - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
-
- getLength() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getLength() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getLength() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the length.
- getLevel() - Method in class org.pentaho.di.core.logging.KettleLoggingEvent
-
- getLevel() - Method in enum org.pentaho.di.core.logging.LogLevel
-
- getLevel() - Method in class org.pentaho.di.core.logging.LogMessage
-
- getLevel() - Method in interface org.pentaho.di.core.logging.LogMessageInterface
-
- getLevenshtein_Distance(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
Levenshtein distance (LD) is a measure of the similarity between two strings, which we will refer to as the source
string (s) and the target string (t).
- getLibraries() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getLibraries() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getLicenseFilename() - Method in class org.pentaho.di.core.Props
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getLimitClause(int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getLimitClause(int) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getLinesInHistoryFetchSize() - Method in class org.pentaho.di.core.Props
-
- getListeners() - Method in class org.pentaho.di.laf.LAFDelegate
-
- getLocale() - Static method in class org.pentaho.di.i18n.AbstractMessageHandler
-
forced override, concrete implementations must provide implementation
- getLocale() - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getLocaleList() - Static method in class org.pentaho.di.core.util.EnvUtil
-
- getLocales() - Static method in class org.pentaho.di.i18n.GlobalMessages
-
- getLocaleString(Locale) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
Returns a string corresponding to the locale (Example: "en", "en_US").
- getLocation() - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
-
- getLocations(OtherConnectionDetails) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- getLocations(T) - Method in interface org.pentaho.di.connections.vfs.VFSConnectionProvider
-
- getLog() - Static method in class org.pentaho.di.core.extension.ExtensionPointMap
-
- getLogBufferFromTo(String, boolean, int, int) - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
Get all the log lines pertaining to the specified parent log channel id (including all children)
- getLogBufferFromTo(List<String>, boolean, int, int) - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
Get all the log lines for the specified parent log channel id (including all children)
- getLogBufferFromTo(List<String>, boolean, int, int) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getLogBufferFromTo(String, boolean, int, int) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getLogChannelChildren(String) - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getLogChannelFileWriterBuffer(String) - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getLogChannelFileWriterBufferIds() - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getLogChannelId() - Method in class org.pentaho.di.core.database.Database
-
- getLogChannelId() - Method in class org.pentaho.di.core.logging.LogChannel
-
- getLogChannelId() - Method in class org.pentaho.di.core.logging.LogChannelFileWriterBuffer
-
- getLogChannelId() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- getLogChannelId() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getLogChannelId() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the log channel id.
- getLogChannelId() - Method in class org.pentaho.di.core.logging.LogMessage
-
- getLogChannelId() - Method in interface org.pentaho.di.core.logging.LogMessageInterface
-
- getLogChannelId() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getLogChannelId() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getLogChannelId() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getLogChannelId() - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- getLogChannelId() - Method in class org.pentaho.di.core.Result
-
Returns the log channel id of the object that was executed (trans, job, job entry, etc)
- getLogChannelInterfaceFactory() - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
- getLogDate() - Method in class org.pentaho.di.core.TimedRow
-
- getLogDateField() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getLogField() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getLogFilter() - Method in class org.pentaho.di.core.Props
-
- getLoggingObject() - Method in class org.pentaho.di.core.logging.LoggingHierarchy
-
- getLoggingObject(String) - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getLoggingText() - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- getLogin() - Method in interface org.pentaho.di.repository.ObjectRevision
-
- getLogLevel() - Method in class org.pentaho.di.core.database.Database
-
- getLogLevel() - Static method in class org.pentaho.di.core.logging.DefaultLogLevel
-
- getLogLevel() - Method in class org.pentaho.di.core.logging.LogChannel
-
- getLogLevel() - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- getLogLevel() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getLogLevel() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the logging level of the log channel of this logging object.
- getLogLevel() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getLogLevel() - Method in class org.pentaho.di.core.Props
-
- getLogLevelDescriptions() - Static method in enum org.pentaho.di.core.logging.LogLevel
-
- getLogLevelForCode(String) - Static method in enum org.pentaho.di.core.logging.LogLevel
-
Return the log level for a certain log level code
- getLogRecord(LogStatus, Object, Object) - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
Assemble the log record from the logging subject.
- getLogTableType() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getLogText() - Method in class org.pentaho.di.core.Result
-
Returns all the text from any logging performed by the transformation or job
- getLogtime() - Method in class org.pentaho.di.core.TimedRow
-
Get the logging time for this row.
- getLookup() - Method in class org.pentaho.di.core.database.Database
-
- getLookup(boolean) - Method in class org.pentaho.di.core.database.Database
-
- getLookup(boolean, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getLookup(PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- getLookup(PreparedStatement, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getLookup(PreparedStatement, boolean, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getLookupKey(String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getMACAddress() - Static method in class org.pentaho.di.core.Const
-
Tries to determine the MAC address of the machine Kettle is running on.
- getMainTag() - Method in class org.pentaho.di.core.encryption.TwoWayPasswordEncoderPluginType
-
- getMainTag() - Method in class org.pentaho.di.core.extension.ExtensionPointPluginType
-
- getMainTag() - Method in class org.pentaho.di.core.logging.LoggingPluginType
-
- getMainTag() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
This method return parameter for registerPlugins() method
- getMainTag() - Method in class org.pentaho.di.core.plugins.DatabasePluginType
-
- getMainTag() - Method in class org.pentaho.di.core.plugins.PluginRegistryPluginType
-
- getMainTag() - Method in class org.pentaho.di.core.row.value.ValueMetaPluginType
-
- getMainType() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getMainType() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getMajorVersion() - Method in class org.pentaho.di.core.database.DelegatingDriver
-
- getManifest() - Method in class org.pentaho.di.version.ManifestGetter
-
- getMap() - Method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- getMap() - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- getMax() - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- getMaxColumnsInIndex() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getMaxColumnsInIndex() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getMaxColumnsInIndex() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getMaxColumnsInIndex() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getMaxColumnsInIndex() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getMaxColumnsInIndex() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getMaximum() - Method in class org.pentaho.di.core.Counter
-
- getMaximumPoolSize() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getMaximumPoolSize() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getMaximumPoolSize() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getMaximumPoolSizeString() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getMaximumPoolSizeString() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getMaximumPoolSizeString() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getMaxLength() - Method in class org.pentaho.di.core.util.StringEvaluator
-
- getMaxLogLineTimeoutMinutes() - Method in class org.pentaho.di.core.Props
-
- getMaxNrLines() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getMaxNrLinesInHistory() - Method in class org.pentaho.di.core.Props
-
- getMaxNrLinesInLog() - Method in class org.pentaho.di.core.Props
-
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Get the maximum length of a text field for this database connection.
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Get the maximum length of a text field for this database connection.
- getMaxTextFieldLength() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the maximum length of a text field for this database connection.
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Get the maximum length of a text field for this database connection.
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
Get the maximum length of a text field for this database connection.
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getMaxTextFieldLength() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Get the maximum length of a text field (VARCHAR) for this database connection.
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Get the maximum length of a text field (VARCHAR) for this database connection.
- getMaxVARCHARLength() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the maximum length of a text field (VARCHAR) for this database connection.
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Get the maximum length of a text field (VARCHAR) for this database connection.
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getMaxVARCHARLength() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getMessage() - Method in enum org.pentaho.di.core.Const.ReleaseType
-
- getMessage() - Method in class org.pentaho.di.core.database.DatabaseTestResults
-
- getMessage() - Method in exception org.pentaho.di.core.exception.KettleEOFException
-
get the messages back to it's origin cause.
- getMessage() - Method in exception org.pentaho.di.core.exception.KettleException
-
get the messages back to it's origin cause.
- getMessage() - Method in exception org.pentaho.di.core.exception.KettleFileException
-
get the messages back to it's origin cause.
- getMessage() - Method in exception org.pentaho.di.core.exception.KettleMissingPluginsException
-
- getMessage() - Method in exception org.pentaho.di.core.exception.KettleVersionException
-
get the messages back to it's origin cause.
- getMessage() - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- getMessage() - Method in class org.pentaho.di.core.logging.KettleLoggingEvent
-
- getMessage() - Method in class org.pentaho.di.core.logging.LogMessage
-
- getMessage() - Method in interface org.pentaho.di.core.logging.LogMessageInterface
-
- getMessage() - Method in class org.pentaho.di.www.WebResult
-
- getMetadataPreview(DatabaseMeta, ResultSet) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getMetadataPreview(DatabaseMeta, ResultSet) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getMetadataPreview(DatabaseMeta, ResultSet) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getMetadataPreview(DatabaseMeta, ResultSet) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
This is a similar method to getValueFromSQLType, but it uses a
ResultSet from a call to DatabaseMetaData#getColumns(String, String, String, String)
The ResultSet must be positioned correctly on the row to read.
- getMetaFromRow(Object[], ResultSetMetaData) - Method in class org.pentaho.di.core.database.Database
-
- getMetastore() - Method in interface org.pentaho.di.core.osgi.api.MetastoreLocatorOsgi
-
Attempts to pick the best the MetaStore based on environment; either
the local or repository metastore.
- getMetastore(String) - Method in interface org.pentaho.di.core.osgi.api.MetastoreLocatorOsgi
-
Works similar to (@link #getMetastore()) except that it will fall back to a metastore with a key of
providerKey if the both repository and local metastore both are not found.
- getMetaXML() - Method in class org.pentaho.di.core.row.RowMeta
-
- getMetaXML() - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Gets the meta xml.
- getMetaXML() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getMetaXML() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns an XML representation of the row metadata.
- getMetric() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getMetric() - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- getMin() - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- getMinorVersion() - Method in class org.pentaho.di.core.database.DelegatingDriver
-
- getMissingPluginDetailsList() - Method in exception org.pentaho.di.core.exception.KettleMissingPluginsException
-
- getModifiedDate() - Method in class org.pentaho.di.connections.vfs.VFSRoot
-
- getModifiedDate() - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
-
- getModifiedUser() - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
-
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table.
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getModifyColumnStatement(String, ValueMetaInterface, String, boolean, String, boolean) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
Generates the SQL statement to modify a column in the specified table
- getName() - Method in class org.pentaho.di.compatibility.Value
-
Obtain the name of a Value
- getName() - Method in interface org.pentaho.di.connections.ConnectionDetails
-
- getName() - Method in interface org.pentaho.di.connections.ConnectionProvider
-
- getName() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getName() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- getName() - Method in class org.pentaho.di.connections.vfs.VFSRoot
-
- getName() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
-
- getName() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getName() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getName() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Returns the name of the database connection
- getName() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getName() - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
-
- getName() - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- getName() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getName() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getName() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getName() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getName() - Method in class org.pentaho.di.core.plugins.KettleURLClassLoader
-
- getName() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getName() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getName() - Method in interface org.pentaho.di.core.plugins.PluginTypeInterface
-
- getName() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getName() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the name.
- getName() - Method in interface org.pentaho.di.core.RowSet
-
- getName() - Method in interface org.pentaho.di.core.spreadsheet.KSheet
-
- getName() - Method in class org.pentaho.di.laf.OverlayProperties
-
- getName() - Method in interface org.pentaho.di.repository.ObjectRecipient
-
- getName() - Method in interface org.pentaho.di.repository.ObjectRevision
-
- getName() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Get the name of this directory...
- getName() - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Gets the name of the repository object.
- getName() - Method in interface org.pentaho.di.repository.RepositoryObjectInterface
-
The name of the repository object
- getName() - Method in interface org.pentaho.di.shared.SharedObjectInterface
-
- getNamedClusterByName(String, IMetaStore) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
- getNamedDataSource(String) - Method in interface org.pentaho.di.core.database.DataSourceProviderInterface
-
Returns a named javax.sql.DataSource
- getNamedDataSource(String, DataSourceProviderInterface.DatasourceType) - Method in interface org.pentaho.di.core.database.DataSourceProviderInterface
-
Returns the named data source of respecting its type
- getNamedDataSource(String) - Method in class org.pentaho.di.core.database.util.DatabaseUtil
-
Implementation of DatasourceProviderInterface.
- getNamedDataSource(String, DataSourceProviderInterface.DatasourceType) - Method in class org.pentaho.di.core.database.util.DatabaseUtil
-
- getNameField() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getNames(boolean) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getNames() - Method in class org.pentaho.di.connections.ConnectionManager
-
- getNames() - Method in interface org.pentaho.di.connections.ConnectionProvider
-
- getNames() - Method in class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider
-
- getNamesByKey(String) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getNamesByType(Class<? extends ConnectionProvider>) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBigNumber
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBinary
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBoolean
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaDate
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInteger
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaNone
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaNumber
-
- getNativeDataType(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaString
-
- getNativeDataType(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
This method gives you the native Java data type corresponding to the value meta-data.
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaBigNumber
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaBinary
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaBoolean
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaDate
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaInteger
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaNone
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaNumber
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaString
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getNativeDataTypeClass() - Method in class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- getNativeDataTypeClass() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Return the Java class that represents the "native" storage type of this ValueMeta
- getNaturalCategoriesOrder() - Method in class org.pentaho.di.core.extension.ExtensionPointPluginType
-
- getNaturalCategoriesOrder() - Method in class org.pentaho.di.core.plugins.DatabasePluginType
-
- getNeedlemanWunsch_Distance(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
NeedlemanWunsch distance is a measure of the similarity between two strings, which we will refer to as the source
string (s) and the target string (t).
- getNextBatchId(DatabaseMeta, Database, String, String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getNextBatchId(DatabaseMeta, Database, String, String, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the next Batch ID from the logging tables.
- getNextBatchId(Database, String, String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getNextBatchIdUsingAutoIncSQL(String, DatabaseMeta, Database) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getNextBatchIdUsingLockTables(DatabaseMeta, Database, String, String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getNextBatchIdUsingLockTables(DatabaseMeta, Database, String, String, String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getNextBatchIdUsingSequence(String, String, DatabaseMeta, Database) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getNextSequenceValue(String, String) - Method in class org.pentaho.di.core.database.Database
-
- getNextSequenceValue(String, String, String) - Method in class org.pentaho.di.core.database.Database
-
- getNextTransactionId() - Method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- getNextValue(Hashtable<String, Counter>, String, String) - Method in class org.pentaho.di.core.database.Database
-
- getNextValue(Hashtable<String, Counter>, String, String, String) - Method in class org.pentaho.di.core.database.Database
-
- getNodeAttributes(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get all the attributes in a certain node (on the root level)
- getNodeElements(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- getNodes(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get nodes with a certain tag one level down
- getNodeValue(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Find the value entry in a node
- getNodeWithAttributeValue(Node, String, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get node child with a certain subtag set to a certain value
- getNodeWithTagValue(Node, String, String, String, int) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get node child with a certain subtag set to a certain value
- getNonAccessibleFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- getNonExistantFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getNotFoundTK(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the not found technical key.
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getNotFoundTK(boolean) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getNr() - Method in class org.pentaho.di.core.logging.BufferLine
-
- getNrErrors() - Method in class org.pentaho.di.core.Result
-
Returns the number of errors that occurred during this transformation or job
- getNrExecutedCommits() - Method in class org.pentaho.di.core.database.Database
-
- getNrFailures() - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- getNrFilesRetrieved() - Method in class org.pentaho.di.core.Result
-
Returns the number of files retrieved during execution of this transformation or job
- getNrLines() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- getNrLinesDeleted() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines deleted during execution of this transformation or job
- getNrLinesInput() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines input during execution of this transformation or job
- getNrLinesOutput() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines output during execution of this transformation or job
- getNrLinesRead() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines read during execution of this transformation or job
- getNrLinesRejected() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines rejected during execution of this transformation or job
- getNrLinesUpdated() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines updated during execution of this transformation or job
- getNrLinesWritten() - Method in class org.pentaho.di.core.Result
-
Returns the number of lines written during execution of this transformation or job
- getNrNull() - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- getNrReservedWords(RowMetaInterface) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Checks the fields specified for reserved words
- getNrSubdirectories() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Counts the number of subdirectories in this directory.
- getNrSubdirectories() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Counts the number of subdirectories in this directory.
- getNrSuccesses() - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- getNrUses() - Method in class org.pentaho.di.core.ObjectUsageCount
-
- getNumber(String, double) - Method in class org.pentaho.di.compatibility.Row
-
Search for a value, if it doesn't occur in the row, return the default value.
- getNumber() - Method in class org.pentaho.di.compatibility.Value
-
Get the double precision floating point number of this Value.
- getNumber() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getNumber() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getNumber() - Method in class org.pentaho.di.compatibility.ValueString
-
- getNumber(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get a Number value from a row of data.
- getNumber(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get a Number value from a row of data.
- getNumber(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getNumber(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getNumber(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getNumber(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to a Number
- getNumber(String, double) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getNumber(int, double) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getNumberFormats() - Static method in class org.pentaho.di.core.Const
-
Returning the localized number conversion formats.
- getNumberFormats() - Method in class org.pentaho.di.core.util.StringEvaluator
-
- getNumberOfBinaryStringConversions() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getNumberOfBinaryStringConversions() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns the number of binary string to native data type conversions done with this object conversions
- getNumberOfSheets() - Method in interface org.pentaho.di.core.spreadsheet.KWorkbook
-
- getObjectCopy() - Method in class org.pentaho.di.core.database.Database
-
- getObjectCopy() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getObjectCopy() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets a string identifying a copy in a series of steps.
- getObjectCopy() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getObjectId() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
-
- getObjectId() - Method in class org.pentaho.di.core.Condition
-
Returns the database ID of this Condition if a repository was used before.
- getObjectId() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getObjectId() - Method in class org.pentaho.di.core.database.Database
-
- getObjectId() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getObjectId() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Returns the database ID of this database connection if a repository was used before.
- getObjectId() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getObjectId() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the object id in a repository.
- getObjectId() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getObjectId() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Get the database ID in the repository for this object.
- getObjectId() - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Gets the database ID in the repository for this object.
- getObjectId() - Method in interface org.pentaho.di.repository.RepositoryObjectInterface
-
The id of the object
- getObjectName() - Method in class org.pentaho.di.core.database.Database
-
- getObjectName() - Method in exception org.pentaho.di.core.exception.IdNotFoundException
-
- getObjectName() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getObjectName() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the object name.
- getObjectName() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getObjectName() - Method in class org.pentaho.di.core.ObjectUsageCount
-
- getObjectRevision() - Method in class org.pentaho.di.core.database.Database
-
- getObjectRevision() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getObjectRevision() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getObjectRevision() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the objects revision in a repository.
- getObjectRevision() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getObjectRevision() - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Gets the object revision.
- getObjectType() - Method in class org.pentaho.di.core.database.Database
-
- getObjectType() - Method in exception org.pentaho.di.core.exception.IdNotFoundException
-
- getObjectType() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getObjectType() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the object type.
- getObjectType() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getObjectType() - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
-
- getOccurenceString(String, String) - Static method in class org.pentaho.di.core.Const
-
Get the number of occurrences of searchFor in string.
- getOcuranceString(String, String) - Static method in class org.pentaho.di.core.Const
-
Get the number of occurrences of searchFor in string.
- getOneRow(String) - Method in class org.pentaho.di.core.database.Database
-
Execute a query and return at most one row from the resultset
- getOneRow(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- getOnlyActiveSteps() - Method in class org.pentaho.di.core.Props
-
- getOozieUrl() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getOpened() - Method in class org.pentaho.di.core.database.Database
-
- getOperator() - Method in class org.pentaho.di.core.Condition
-
- getOperator(String) - Static method in class org.pentaho.di.core.Condition
-
- getOperatorDesc() - Method in class org.pentaho.di.core.Condition
-
- getOperators() - Static method in class org.pentaho.di.core.Condition
-
- getOpts(OtherConnectionDetails) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- getOpts(T) - Method in interface org.pentaho.di.connections.vfs.VFSConnectionProvider
-
- getOpts(String, String) - Static method in class org.pentaho.di.connections.vfs.VFSHelper
-
- getOrigin() - Method in class org.pentaho.di.compatibility.Value
-
Obtain the origin of the step.
- getOrigin() - Method in class org.pentaho.di.core.ResultFile
-
- getOrigin() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOrigin() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the origin.
- getOriginalColumnMetadata(ValueMetaInterface, ResultSetMetaData, int, boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalColumnType() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalColumnType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
store original JDBC RecordSetMetaData for later use
- getOriginalColumnTypeName() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalColumnTypeName() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the original column type name.
- getOriginalNullable() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalNullable() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the original nullable.
- getOriginalPrecision() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalPrecision() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the original precision.
- getOriginalScale() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalScale() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the original scale.
- getOriginalSigned() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getOriginalSigned() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the original signed.
- getOriginalURIString() - Method in interface org.pentaho.di.core.vfs.AliasedFileObject
-
Returns the string that contains original file object URI.
- getOriginParent() - Method in class org.pentaho.di.core.ResultFile
-
- getOriginStepCopy() - Method in interface org.pentaho.di.core.RowSet
-
- getOriginStepName() - Method in interface org.pentaho.di.core.RowSet
-
- getOrStoreIfAbsent(String, String, Database) - Method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
Tries to obtain an existing Database instance for specified parameters.
- getOS() - Static method in class org.pentaho.di.core.Const
-
determine the OS name
- getOutputStream() - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- getOutputStream(FileObject, boolean) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getOutputStream(String, boolean) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getOutputStream(String, VariableSpace, boolean) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getOutputStream(String, VariableSpace, FileSystemOptions, boolean) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getOverwritePrompter() - Method in interface org.pentaho.di.core.gui.HasOverwritePrompter
-
- getParameter() - Method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- getParameterDefault(String) - Method in interface org.pentaho.di.core.parameters.NamedParams
-
Get the default value of a parameter.
- getParameterDefault(String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
-
- getParameterDescription(String) - Method in interface org.pentaho.di.core.parameters.NamedParams
-
Get the description of a parameter.
- getParameterDescription(String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
-
- getParameterMetaData(PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- getParameterMetaData(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- getParameterNames(DatabaseConnectionPoolParameter[]) - Static method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- getParameterValue(String) - Method in interface org.pentaho.di.core.parameters.NamedParams
-
Get the value of a parameter.
- getParameterValue(String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
-
- getParent() - Method in class org.pentaho.di.core.database.Database
-
- getParent() - Method in class org.pentaho.di.core.extension.ExtensionPointContext
-
- getParent() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getParent() - Method in class org.pentaho.di.core.KettleAttribute
-
- getParent() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getParent() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getParent() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the parent.
- getParent() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getParent() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
get the parent directory for this directory.
- getParent() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
get the parent directory for this directory.
- getParentLogger() - Method in class org.pentaho.di.core.database.DelegatingDriver
-
This method is added to make this driver compile on Java7
- getParentNode() - Method in class org.pentaho.di.core.xml.XMLHandlerCacheEntry
-
- getParentObject() - Method in class org.pentaho.di.core.database.Database
-
- getParentVariableSpace() - Method in class org.pentaho.di.core.database.Database
-
- getParentVariableSpace() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getParentVariableSpace() - Method in class org.pentaho.di.core.variables.Variables
-
- getParentVariableSpace() - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Get the parent of the variable space.
- getPartitionId() - Method in class org.pentaho.di.core.database.Database
-
- getPartitionId() - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- getPartitioningInformation() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getPartitioningInformation() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getPartitioningInformation() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getPartitionMeta(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Finds the partition metadata for the given partition iD
- getPassword() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getPassword() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getPassword() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getPassword() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Get the password to log into the database on this connection.
- getPassword() - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- getPath() - Method in class org.pentaho.di.core.extension.ExtensionPointPluginType
-
- getPath() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
This method return parameter for registerPlugins() method
- getPath() - Method in class org.pentaho.di.core.plugins.DatabasePluginType
-
- getPath() - Method in class org.pentaho.di.core.plugins.PluginRegistryPluginType
-
- getPath() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Describe the complete path to ( and including) this directory, separated by the
RepositoryDirectory.DIRECTORY_SEPARATOR property (slash).
- getPath() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Describe the complete path to ( and including) this directory, separated by the
RepositoryDirectory.DIRECTORY_SEPARATOR property (slash).
- getPathArray() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Describe the complete path to ( and including) this directory, as an array of strings.
- getPathArray() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
- getPathObjectCombination(String) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- getPathObjectCombination(String) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
- getPathToObject() - Method in exception org.pentaho.di.core.exception.IdNotFoundException
-
- getPercentageFreeMemory() - Static method in class org.pentaho.di.core.Const
-
Return the percentage of free memory for this JVM.
- getPlugin(Class<? extends PluginTypeInterface>, String) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Get a plugin from the registry
- getPlugin(Class<? extends PluginTypeInterface>, Object) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Retrieve the Plugin for a given class
- getPluginDirectory() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getPluginDirectory() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getPluginFolder() - Method in class org.pentaho.di.core.plugins.JarFileAnnotationPlugin
-
- getPluginFolders() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getPluginFolders() - Method in interface org.pentaho.di.core.plugins.PluginTypeInterface
-
- getPluginHistory() - Method in class org.pentaho.di.core.Props
-
Get the list of recently used step
- getPluginId() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getPluginId() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getPluginId() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
The plugin ID of the database interface
- getPluginId() - Method in exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
- getPluginId(Object) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Find the plugin ID based on the class
- getPluginId(Class<? extends PluginTypeInterface>, Object) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Find the plugin ID based on the class
- getPluginId(Class<? extends PluginTypeInterface>, Object) - Method in interface org.pentaho.di.core.plugins.PluginRegistryExtension
-
- getPluginInformation(Class<? extends PluginTypeInterface>) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
- getPluginName() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getPluginName() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getPluginPackages(Class<? extends PluginTypeInterface>) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
- getPlugins(Class<K>) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
- getPluginsByCategory(Class<T>, String) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Retrieve a list of plugins per category.
- getPluginsMessage() - Method in exception org.pentaho.di.core.exception.KettleMissingPluginsException
-
- getPluginType() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getPluginType() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getPluginType(Class<? extends PluginTypeInterface>) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
- getPluginTypes() - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
- getPort() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getPort() - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- getPortForDBType(String, String) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- getPortSpecification(VariableSpace, String) - Static method in class org.pentaho.di.cluster.HttpUtil
-
- getPosition() - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
-
- getPrecision() - Method in class org.pentaho.di.compatibility.Value
-
get the precision of this Value
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getPrecision() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getPrecision() - Method in class org.pentaho.di.compatibility.ValueString
-
- getPrecision() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getPrecision() - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- getPrecision() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the precision.
- getPreferredSchemaName() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getPreferredSchemaName() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getPreferredSchemaName() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getPrefixes() - Method in class org.pentaho.di.core.encryption.KettleTwoWayPasswordEncoder
-
- getPrefixes() - Method in interface org.pentaho.di.core.encryption.TwoWayPasswordEncoderInterface
-
- getPrepStatementInsert() - Method in class org.pentaho.di.core.database.Database
-
- getPrepStatementLookup() - Method in class org.pentaho.di.core.database.Database
-
- getPrepStatementUpdate() - Method in class org.pentaho.di.core.database.Database
-
- getPrimaryKeyColumnNames(String) - Method in class org.pentaho.di.core.database.Database
-
Return primary key column names ...
- getProcedures() - Method in class org.pentaho.di.core.database.Database
-
- getProcedures() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getProperties() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
This method load the properties for named cluster from /etc/config folder
- getProperty(String) - Method in class org.pentaho.di.core.Props
-
- getProperty(String) - Static method in class org.pentaho.di.laf.BasePropertyHandler
-
return the value of a given key from the properties list
- getProperty(String, String) - Static method in class org.pentaho.di.laf.BasePropertyHandler
-
return the value of a given key from the properties list, returning the defValue string should the key not be found
- getProperty(String) - Method in class org.pentaho.di.laf.OverlayPropertyHandler
-
- getProperty(String, String) - Method in class org.pentaho.di.laf.OverlayPropertyHandler
-
- getProperty(String) - Method in interface org.pentaho.di.laf.PropertyHandler
-
return the value of a given key from the properties list
- getProperty(String, String) - Method in interface org.pentaho.di.laf.PropertyHandler
-
return the value of a given key from the properties list, returning the defValue string should the key not be found
- getPropertyExternal(String, String) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getPropertyInfo(String, Properties) - Method in class org.pentaho.di.core.database.DelegatingDriver
-
- getProtocol() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getProtocol(OtherConnectionDetails) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- getProtocol(T) - Method in interface org.pentaho.di.connections.vfs.VFSConnectionProvider
-
- getProviderCapabilities(String) - Method in class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- getProviders() - Method in class org.pentaho.di.connections.ConnectionManager
-
- getProvidersByType(Class<? extends ConnectionProvider>) - Method in class org.pentaho.di.connections.ConnectionManager
-
- getPublicURIString() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getQueryFields(String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getQueryFields(String, boolean, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- getQueryFieldsFallback(String, boolean, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- getQueryFieldsFromDatabaseMetaData() - Method in class org.pentaho.di.core.database.Database
-
- getQueryFieldsFromPreparedStatement(String) - Method in class org.pentaho.di.core.database.Database
-
- getQuoteCharByOS() - Static method in class org.pentaho.di.core.Const
-
Determine the quoting character depending on the OS.
- getQuotedSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Calculate the schema-table combination, usually this is the schema and table separated with a dot.
- getQuotedSchemaTableCombination() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getQuotesBeforeSymbol(String, String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getReadWriteThroughput(int) - Method in class org.pentaho.di.core.Result
-
Creates a string containing the read/write throughput.
- getRealOperators() - Static method in class org.pentaho.di.core.Condition
-
- getRecommendedIndexes() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getRegexpByDateFormat(String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getRegexpByDateFormat(String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- getRegistrationDate() - Method in class org.pentaho.di.core.database.Database
-
Stub
- getRegistrationDate() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getRegistrationDate() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the registration date of this logging object.
- getRegistrationDate() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getRelation() - Method in class org.pentaho.di.core.extension.ExtensionPointContext
-
- getRemoteSlaveServerName() - Method in interface org.pentaho.di.core.RowSet
-
- getRepCode() - Method in class org.pentaho.di.core.KettleAttribute
-
- getRepCode() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getRepositoryDirectory() - Method in class org.pentaho.di.core.database.Database
-
- getRepositoryDirectory() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Not used in this case, simply return root /
- getRepositoryDirectory() - Method in class org.pentaho.di.core.logging.LoggingObject
-
- getRepositoryDirectory() - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Gets the repository directory.
- getRepositoryDirectory() - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- getRepositoryDirectory() - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
- getRepositoryDirectory() - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
-
- getRepositoryElementType() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getRepositoryElementType() - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Gets the repository element type for this object.
- getRepositoryObjects() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- getRepositoryObjects() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Returns a list of child files
- getRequiredFilesDescription(List<FileObject>) - Static method in class org.pentaho.di.core.fileinput.FileInputList
-
- getResAsStreamExternal(String) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getReservedWords() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getReservedWords() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getReservedWords() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.GreenplumDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getReservedWords() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getResource(String) - Method in class org.pentaho.di.core.plugins.KettleURLClassLoader
-
- getResult(Metrics) - Static method in class org.pentaho.di.core.metrics.MetricsUtil
-
- getResult() - Method in class org.pentaho.di.core.Result
-
Returns the boolean result of this transformation or job
- getResult() - Method in class org.pentaho.di.www.WebResult
-
- getResultFiles() - Method in class org.pentaho.di.core.Result
-
Returns the result files as a Map with the filename as key and the ResultFile object as value
- getResultFilesList() - Method in class org.pentaho.di.core.Result
-
Returns the result files as a List of type ResultFile
- getResultsList(Metrics) - Static method in class org.pentaho.di.core.metrics.MetricsUtil
-
- getReturnRowMeta() - Method in class org.pentaho.di.core.database.Database
-
- getRevision() - Method in class org.pentaho.di.version.BuildVersion
-
- getRightExact() - Method in class org.pentaho.di.core.Condition
-
- getRightExactID() - Method in class org.pentaho.di.core.Condition
-
Get the id of the RightExact Value in the repository
- getRightExactString() - Method in class org.pentaho.di.core.Condition
-
- getRightValuename() - Method in class org.pentaho.di.core.Condition
-
- getRootChannelId() - Method in class org.pentaho.di.core.logging.LoggingHierarchy
-
- getRow(byte[], Row) - Static method in class org.pentaho.di.compatibility.Row
-
- getRow() - Method in class org.pentaho.di.core.BlockingBatchingRowSet
-
- getRow() - Method in class org.pentaho.di.core.BlockingListeningRowSet
-
- getRow() - Method in class org.pentaho.di.core.BlockingRowSet
-
- getRow(ResultSet) - Method in class org.pentaho.di.core.database.Database
-
Get a row from the resultset.
- getRow(ResultSet, boolean) - Method in class org.pentaho.di.core.database.Database
-
Get a row from the resultset.
- getRow(ResultSet, ResultSetMetaData, RowMetaInterface) - Method in class org.pentaho.di.core.database.Database
-
Get a row from the resultset.
- getRow() - Method in class org.pentaho.di.core.QueueRowSet
-
- getRow() - Method in class org.pentaho.di.core.ResultFile
-
- getRow(RowMetaInterface, byte[]) - Static method in class org.pentaho.di.core.row.RowMeta
-
Create a row of data bases on a serialized format (byte[])
- getRow(Node) - Method in class org.pentaho.di.core.row.RowMeta
-
Convert an XML node into binary data using the row metadata supplied.
- getRow(Node) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Convert an XML node into binary data using the row metadata supplied.
- getRow() - Method in interface org.pentaho.di.core.RowSet
-
Get a row from the input buffer, it blocks for a short period until a new row becomes available.
- getRow() - Method in class org.pentaho.di.core.SingleRowRowSet
-
- getRow() - Method in interface org.pentaho.di.core.spreadsheet.KCell
-
- getRow(int) - Method in interface org.pentaho.di.core.spreadsheet.KSheet
-
Get one row of cells in the sheets
- getRow() - Method in class org.pentaho.di.core.TimedRow
-
- getRowData() - Method in exception org.pentaho.di.core.exception.KettleConversionException
-
- getRowImmediate() - Method in class org.pentaho.di.core.BlockingBatchingRowSet
-
- getRowImmediate() - Method in class org.pentaho.di.core.BlockingListeningRowSet
-
- getRowImmediate() - Method in class org.pentaho.di.core.BlockingRowSet
-
- getRowImmediate() - Method in class org.pentaho.di.core.QueueRowSet
-
- getRowImmediate() - Method in interface org.pentaho.di.core.RowSet
-
Get the first row in the list immediately.
- getRowImmediate() - Method in class org.pentaho.di.core.SingleRowRowSet
-
- getRowList(DatabaseConnectionPoolParameter[], String, String, String) - Static method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- getRowMeta() - Method in class org.pentaho.di.core.row.RowBuffer
-
- getRowMeta() - Method in class org.pentaho.di.core.RowMetaAndData
-
- getRowMeta() - Method in interface org.pentaho.di.core.RowSet
-
- getRows(String, int) - Method in class org.pentaho.di.core.database.Database
-
Reads the result of an SQL query into an ArrayList
- getRows(String, int, ProgressMonitorListener) - Method in class org.pentaho.di.core.database.Database
-
Reads the result of an SQL query into an ArrayList
- getRows(String, RowMetaInterface, Object[], int, boolean, int, ProgressMonitorListener) - Method in class org.pentaho.di.core.database.Database
-
Reads the result of an SQL query into an ArrayList.
- getRows(ResultSet, int, ProgressMonitorListener) - Method in class org.pentaho.di.core.database.Database
-
Reads the result of a ResultSet into an ArrayList
- getRows() - Method in class org.pentaho.di.core.Result
-
Returns the resulting rowset from the job or transformation.
- getRows() - Method in interface org.pentaho.di.core.spreadsheet.KSheet
-
- getRowWait(long, TimeUnit) - Method in class org.pentaho.di.core.BlockingBatchingRowSet
-
- getRowWait(long, TimeUnit) - Method in class org.pentaho.di.core.BlockingListeningRowSet
-
- getRowWait(long, TimeUnit) - Method in class org.pentaho.di.core.BlockingRowSet
-
- getRowWait(long, TimeUnit) - Method in class org.pentaho.di.core.QueueRowSet
-
- getRowWait(long, TimeUnit) - Method in interface org.pentaho.di.core.RowSet
-
get the first row in the list immediately if it is available or wait until timeout
- getRowWait(long, TimeUnit) - Method in class org.pentaho.di.core.SingleRowRowSet
-
- getSafeFieldname(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Sanitize a string for usage as a field name
Append an underscore to any field name that matches a reserved word
Replaces spaces with underscores
Prefixes a string with underscore that begins with a number
- getSafeFieldname(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Given a String, this will sanitize and return a value safe for usage as a column name
- getSafeFieldname(String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSAXReader(EntityResolver) - Static method in class org.pentaho.di.core.xml.XMLParserFactoryProducer
-
- getSchemaName() - Method in class org.pentaho.di.core.database.Schema
-
- getSchemaName() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getSchemaNameVariable() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getSchemas() - Method in class org.pentaho.di.core.database.Database
-
- getSchemas() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Get the schema-table combination to query the right table.
- getSchemaTableCombination(String, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the schema-table combination to query the right table.
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getSchemaTableCombination(String, String) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getSchemes() - Method in class org.pentaho.di.core.vfs.ConcurrentFileSystemManager
-
- getSeed() - Method in class org.pentaho.di.core.encryption.KettleTwoWayPasswordEncoder
-
- getSelectCountStatement(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Build the SQL to count the number of rows in the passed table.
- getSelectCountStatement(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Returns the SQL Statement that counts the number of rows in the table.
- getSelectCountStatement(String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSelection() - Method in interface org.pentaho.di.core.gui.ScrollBarInterface
-
- getSeqNextvalSQL(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSequenceNoMaxValueOption() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSequences() - Method in class org.pentaho.di.core.database.Database
-
Return all sequence names from connection
- getSerializable() - Method in class org.pentaho.di.compatibility.Value
-
Get the Serializable of this Value.
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getSerializable() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getSerializable() - Method in class org.pentaho.di.compatibility.ValueString
-
- getServername() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getServername() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getServername() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSettingsFilename() - Method in class org.pentaho.di.i18n.LanguageChoice
-
- getSharedObjectsFile() - Static method in class org.pentaho.di.core.Const
-
Determines the location of the shared objects file
- getSheet(String) - Method in interface org.pentaho.di.core.spreadsheet.KWorkbook
-
Get a sheet with a certain name in a workbook.
- getSheet(int) - Method in interface org.pentaho.di.core.spreadsheet.KWorkbook
-
Get a sheet in the workbook by index
- getSheetName(int) - Method in interface org.pentaho.di.core.spreadsheet.KWorkbook
-
Get a sheet name in the workbook by index
- getSheetNames() - Method in interface org.pentaho.di.core.spreadsheet.KWorkbook
-
- getShimIdentifier() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getShort(String, int) - Method in class org.pentaho.di.compatibility.Row
-
Search for a value, if it doesn't occur in the row, return the default value.
- getSignatureShort(String) - Static method in class org.pentaho.di.core.encryption.Encr
-
Deprecated.
- getSize() - Method in class org.pentaho.di.core.date.DateCache
-
Deprecated.
- getSize() - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
-
- getSize() - Method in class org.pentaho.di.core.hash.LongHashIndex
-
- getSnapshotList(String) - Method in class org.pentaho.di.core.logging.MetricsRegistry
-
Get the snapshot list for the given log channel ID.
- getSnapshotLists() - Method in class org.pentaho.di.core.logging.MetricsRegistry
-
- getSnapshotMap(String) - Method in class org.pentaho.di.core.logging.MetricsRegistry
-
Get the snapshot map for the given log channel ID.
- getSnapshotMaps() - Method in class org.pentaho.di.core.logging.MetricsRegistry
-
- getSourceInfo() - Method in class org.pentaho.di.core.CheckResult
-
- getSourceInfo() - Method in interface org.pentaho.di.core.CheckResultInterface
-
- getSourcePosition() - Method in class org.pentaho.di.core.SourceToTargetMapping
-
- getSourceString(String[]) - Method in class org.pentaho.di.core.SourceToTargetMapping
-
- getSpecificationMethodByCode(String) - Static method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
- getSpecificationMethodByDescription(String) - Static method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
-
- getSQL() - Method in class org.pentaho.di.core.SQLStatement
-
Get the SQL for this SQL Statement
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getSQLColumnExists(String, String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
Get the SQL to get the current value of a sequence.
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Get the current value of a database sequence
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLCurrentSequenceValue(String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLInsertAutoIncUnknownDimensionRow(String, String, String) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
Get the SQL to insert a new empty unknown record in a dimension.
- getSQLListOfProcedures() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLListOfProcedures() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLListOfProcedures() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLListOfProcedures(String) - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getSQLListOfProcedures(String) - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getSQLListOfProcedures(String) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getSQLListOfProcedures(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLListOfProcedures(String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLListOfProcedures() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLListOfProcedures() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLListOfSchemas() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLListOfSchemas() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLListOfSchemas() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLListOfSchemas() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSQLListOfSchemas() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLListOfSchemas() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLListOfSequences() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLListOfSequences() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLLockTables(String[]) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getSQLLockTables(String[]) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLNextSequenceValue(String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
Get the SQL to get the next value of a sequence.
- getSQLOutput(String, String, RowMetaInterface, Object[], String) - Method in class org.pentaho.di.core.database.Database
-
Return SQL statement (INSERT INTO TableName ...
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLQueryColumnFields(String, String) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
Returns the minimal SQL to launch in order to determine the layout of the resultset for a given database table
Note: added WHERE clause in SQL (just to make sure in case the sql is exec'd it will not clatter the db)
- getSQLQueryFields(String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getSqlScriptStatements(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Parse the statements in the provided SQL script, provide more information about where each was found in the script.
- getSqlScriptStatements(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Parse the statements in the provided SQL script, provide more information about where each was found in the script.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Check if a sequence exists.
- getSQLSequenceExists(String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getSQLServerInstance() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLTableExists(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getSQLTableExists(String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getSQLUnlockTables(String[]) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getSQLValue(ValueMetaInterface, Object, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSQLValue(ValueMetaInterface, Object, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Convert a value in the SQL equivalent.
- getSQLValue(ValueMetaInterface, Object, String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getStackTracker(Throwable) - Static method in class org.pentaho.di.core.Const
-
Returns a string of the stack trace of the specified exception
- getStart() - Method in class org.pentaho.di.core.Counter
-
- getStartQuote() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getStartQuote() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getStartQuote() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getStartQuote() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getStartQuote() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getStartQuote() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getStartQuote() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getState() - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- getStatement() - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- getStatus() - Method in enum org.pentaho.di.core.logging.LogStatus
-
- getStatusField() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getStepname() - Method in class org.pentaho.di.core.SQLStatement
-
Return the name of the step for which the SQL is intended
- getStorageMetadata() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getStorageMetadata() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns the storage Meta data that is needed for internal conversion from BinaryString or String to the specified
type.
- getStorageScheme() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getStorageType() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getStorageType(String) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert the String description of a storage type to an integer type.
- getStorageType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the storage type.
- getStorageTypeCode(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getStorageTypeDesc() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Return the storage type of a value in a textual form: "normal", "binary-string", "indexes"
- getString(String, String) - Method in class org.pentaho.di.compatibility.Row
-
Search for a value, if it doesn't occur in the row, return the default value.
- getString() - Method in class org.pentaho.di.compatibility.Value
-
Get the String text representing this value.
- getString() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getString() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getString() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getString() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getString() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getString() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getString() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getString() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getString() - Method in class org.pentaho.di.compatibility.ValueString
-
- getString(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get a String value from a row of data.
- getString(Object[], String, String) - Method in class org.pentaho.di.core.row.RowMeta
-
- getString(Object[]) - Method in class org.pentaho.di.core.row.RowMeta
-
Get the string representation of the data in a row of data
- getString(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get a String value from a row of data.
- getString(Object[], String, String) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Gets the string.
- getString(Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get the string representation of the data in a row of data.
- getString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getString(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert the supplied data to a String
- getString(String, String) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getString(int, String) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getString() - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- getString(String) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(String, String, String...) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(String, String, Class<?>, String...) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(Class<?>, String, String...) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(Class<?>, String, Class<?>, String...) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(Class<?>, String, Object...) - Static method in class org.pentaho.di.i18n.BaseMessages
-
- getString(String) - Method in class org.pentaho.di.i18n.GlobalMessages
-
- getString(String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
-
- getString(String, String, String...) - Method in class org.pentaho.di.i18n.GlobalMessages
-
- getString(String, String, Class<?>, String...) - Method in class org.pentaho.di.i18n.GlobalMessages
-
- getString(ResourceBundle, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(ResourceBundle, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(ResourceBundle, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(ResourceBundle, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(ResourceBundle, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(ResourceBundle, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(ResourceBundle, String, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- getString(String) - Method in interface org.pentaho.di.i18n.MessageHandler
-
get a key from the default (System global) bundle
- getString(String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
-
get a key from the defined package bundle, by key
- getString(String, String, String...) - Method in interface org.pentaho.di.i18n.MessageHandler
-
get a key from the defined package bundle, by key
- getString(String, String, Class<?>, String...) - Method in interface org.pentaho.di.i18n.MessageHandler
-
Get a string from the defined package bundle, by key and by a resource class
- getString(String, String...) - Method in class org.pentaho.di.i18n.PackageMessages
-
- getString(String, String, String...) - Method in class org.pentaho.di.i18n.PackageMessages
-
- getStringAsJavaType(String, Class<?>, InjectionTypeConverter) - Static method in class org.pentaho.di.core.RowMetaAndData
-
Converts string value into specified type.
- getStringEncoding() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getStringEncoding() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the string encoding.
- getStringEvaluationResults() - Method in class org.pentaho.di.core.util.StringEvaluator
-
PDI-7736: Only list of successful evaluations returned.
- getStringLength() - Method in class org.pentaho.di.compatibility.Value
-
Get the length of the String representing this value.
- getSubdirectory(int) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Get a subdirectory on a certain position.
- getSubdirectory(int) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Get a subdirectory on a certain position.
- getSubject() - Method in class org.pentaho.di.core.extension.ExtensionPointContext
-
- getSubject() - Method in class org.pentaho.di.core.logging.LogMessage
-
- getSubject() - Method in interface org.pentaho.di.core.logging.LogMessageInterface
-
- getSubject() - Method in class org.pentaho.di.core.logging.LogTableField
-
- getSubject() - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- getSubject() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getSubject() - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- getSubNode(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Search for a subnode in the node with a certain tag.
- getSubNode(Node, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Search a node for a child of child
- getSubNodeByNr(Node, String, int) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get a subnode in a node by nr.
This method uses caching and assumes you loop over subnodes in sequential order (nr is increasing by 1 each call)
- getSubNodeByNr(Node, String, int, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get a subnode in a node by nr.
It optially allows you to use caching.
Caching assumes that you loop over subnodes in sequential order (nr is increasing by 1 each call)
- getSubTag() - Method in class org.pentaho.di.core.encryption.TwoWayPasswordEncoderPluginType
-
- getSubTag() - Method in class org.pentaho.di.core.extension.ExtensionPointPluginType
-
- getSubTag() - Method in class org.pentaho.di.core.logging.LoggingPluginType
-
- getSubTag() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
This method return parameter for registerPlugins() method
- getSubTag() - Method in class org.pentaho.di.core.plugins.DatabasePluginType
-
- getSubTag() - Method in class org.pentaho.di.core.plugins.PluginRegistryPluginType
-
- getSubTag() - Method in class org.pentaho.di.core.row.value.ValueMetaPluginType
-
- getSuggestion() - Method in class org.pentaho.di.core.plugins.Plugin
-
- getSuggestion() - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- getSuperMessage() - Method in exception org.pentaho.di.core.exception.KettleException
-
- getSuperMessage() - Method in exception org.pentaho.di.core.exception.KettleVersionException
-
- getSynonymMap() - Method in class org.pentaho.di.core.database.Database
-
- getSynonymMap(String) - Method in class org.pentaho.di.core.database.Database
-
- getSynonymMap() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getSynonyms() - Method in class org.pentaho.di.core.database.Database
-
- getSynonyms(boolean) - Method in class org.pentaho.di.core.database.Database
-
- getSynonyms(String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getSynonyms() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getSynonymTypes() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getSynonymTypes() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getSynonymTypes() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getSynonymTypes() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getSystemProperty(String, String) - Static method in class org.pentaho.di.core.util.EnvUtil
-
This method is written especially for weird JVM's like
- getSystemProperty(String) - Static method in class org.pentaho.di.core.util.EnvUtil
-
- getSystemPropertyStripQuotes(String, String) - Static method in class org.pentaho.di.core.util.EnvUtil
-
This method is written especially for weird JVM's like IBM's on AIX and OS/400.
- getTableFields(String) - Method in class org.pentaho.di.core.database.Database
-
Returns a RowMeta describing the fields of a table expression.
- getTableFieldsMeta(String, String) - Method in class org.pentaho.di.core.database.Database
-
Returns a RowMeta describing the fields of a table.
- getTableFieldsMetaByDbMeta(String, String) - Method in class org.pentaho.di.core.database.Database
-
- getTableMap() - Method in class org.pentaho.di.core.database.Database
-
- getTableMap(String) - Method in class org.pentaho.di.core.database.Database
-
- getTableMap(String, Map<String, String>) - Method in class org.pentaho.di.core.database.Database
-
- getTableMap() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getTableName() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getTablenames() - Method in class org.pentaho.di.core.database.Database
-
- getTablenames(boolean) - Method in class org.pentaho.di.core.database.Database
-
- getTablenames(String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getTablenames(String, boolean, Map<String, String>) - Method in class org.pentaho.di.core.database.Database
-
- getTableNameVariable() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getTables() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getTablespaceDDL(VariableSpace, DatabaseMeta, String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Returns an empty string as most databases do not support tablespaces.
- getTablespaceDDL(VariableSpace, DatabaseMeta, String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Returns an empty string as most databases do not support tablespaces.
- getTableTypes() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getTableTypes() - Method in class org.pentaho.di.core.database.Database
-
- getTableTypes() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getTableTypes() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getTableTypes() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getTag() - Method in class org.pentaho.di.core.xml.XMLHandlerCacheEntry
-
- getTagAttribute(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- getTagOrAttribute(Node, String) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- getTagValue(Node, KettleAttributeInterface) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get the value of a tag in a node
- getTagValue(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get the value of a tag in a node
- getTagValue(Node, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Search a node for a certain tag, in that subnode search for a certain subtag.
- getTagValueWithAttribute(Node, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Get the value of a tag in a node
- getTargetPosition() - Method in class org.pentaho.di.core.SourceToTargetMapping
-
- getTargetString(String[]) - Method in class org.pentaho.di.core.SourceToTargetMapping
-
- getText() - Method in class org.pentaho.di.core.CheckResult
-
- getText() - Method in interface org.pentaho.di.core.CheckResultInterface
-
- getTextFileContent(String, String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
Read a text file (like an XML document).
- getTextFileContent(String, VariableSpace, String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- getTimeoutInDays() - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- getTimeStamp() - Method in class org.pentaho.di.core.logging.KettleLoggingEvent
-
- getTimestamp() - Method in class org.pentaho.di.core.ResultFile
-
- getTimestamp(Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getTimeZones() - Static method in class org.pentaho.di.core.util.EnvUtil
-
- getToIndex() - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- getTooltip() - Method in class org.pentaho.di.core.KettleAttribute
-
- getTooltip() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getTransactionListeners(String) - Method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- getTransformationAndJobFilterNames() - Static method in class org.pentaho.di.core.Const
-
- getTransformationFilterNames() - Static method in class org.pentaho.di.core.Const
-
- getTranslation(String, String, String, Class<?>) - Static method in class org.pentaho.di.core.plugins.BasePluginType
-
- getTrimType() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTrimType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the trim type.
- getTrimTypeByCode(String) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTrimTypeByDesc(String) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTrimTypeCode(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTrimTypeCodes() - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTrimTypeDesc(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTrimTypeDescriptions() - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getTruncateTableStatement(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getTruncateTableStatement(String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getTruncateTableStatement(String) - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
- getType() - Method in class org.pentaho.di.compatibility.Value
-
Returns the type of this Value
- getType(String) - Static method in class org.pentaho.di.compatibility.Value
-
Convert the String description of a type to an integer type.
- getType() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getType() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getType() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getType() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getType() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getType() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getType() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getType() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getType() - Method in class org.pentaho.di.compatibility.ValueString
-
- getType() - Method in interface org.pentaho.di.connections.ConnectionDetails
-
- getType() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getType() - Method in class org.pentaho.di.core.CheckResult
-
- getType() - Method in interface org.pentaho.di.core.CheckResultInterface
-
- getType() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getType() - Method in interface org.pentaho.di.core.gui.GUIOption
-
- getType() - Method in class org.pentaho.di.core.KettleAttribute
-
- getType() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getType() - Method in class org.pentaho.di.core.logging.Metrics
-
- getType() - Method in interface org.pentaho.di.core.logging.MetricsInterface
-
- getType() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getType() - Method in class org.pentaho.di.core.Props
-
- getType() - Method in class org.pentaho.di.core.ResultFile
-
- getType(String) - Static method in class org.pentaho.di.core.ResultFile
-
Search for the result file type, looking in both the descriptions (i18n depending) and the codes
- getType() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getType(String) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert the String description of a type to an integer type.
- getType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Gets the type.
- getType() - Method in interface org.pentaho.di.core.spreadsheet.KCell
-
- getType() - Method in interface org.pentaho.di.repository.ObjectRecipient
-
- getTypeCode() - Method in class org.pentaho.di.core.ResultFile
-
- getTypeCode(int) - Static method in class org.pentaho.di.core.ResultFile
-
- getTypeCode(String) - Static method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.Value
-
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
- getTypeDesc(int) - Static method in class org.pentaho.di.compatibility.Value
-
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueBinary
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueDate
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueInteger
-
- getTypeDesc() - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueNumber
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueString
-
- getTypeDesc() - Method in class org.pentaho.di.core.CheckResult
-
- getTypeDesc() - Method in interface org.pentaho.di.core.CheckResultInterface
-
- getTypeDesc() - Method in class org.pentaho.di.core.ResultFile
-
- getTypeDesc(int) - Static method in class org.pentaho.di.core.ResultFile
-
- getTypeDesc() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
- getTypeDesc(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
TODO: change Desc to Code all over the place.
- getTypeDesc() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
- getTypeDescription(int) - Static method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- getTypeDescription() - Method in enum org.pentaho.di.repository.RepositoryObjectType
-
- getTypeId() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
-
- getTypes() - Static method in class org.pentaho.di.compatibility.Value
-
get an array of String describing the possible types a Value can have.
- getTypes() - Static method in class org.pentaho.di.core.row.value.ValueMetaBase
-
get an array of String describing the possible types a Value can have.
- getUnsupportedTableOutputMessage() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getUnsupportedTableOutputMessage() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getUpdateCounts() - Method in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- getURL(String, String, String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getURL() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getURL(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MariaDBDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MSSQLServerNativeDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
- getURL(String, String, String) - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getURL() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- getUrlStrings() - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- getUseBatchInsert(boolean) - Method in class org.pentaho.di.core.database.Database
-
- getUsedFields() - Method in class org.pentaho.di.core.Condition
-
- getUsedFields(Hashtable<String, String>) - Method in class org.pentaho.di.core.Condition
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- getUsedLibraries() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.InformixDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.LucidDBDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.MariaDBDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.MondrianNativeDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
- getUsedLibraries() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getUsedValueListeners() - Method in class org.pentaho.di.compatibility.Row
-
- getUsedVariables(String, String, String, List<String>, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
-
Search the string and report back on the variables used
- getUsedVariables(String, List<String>, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
-
- getUserBaseDir() - Static method in class org.pentaho.di.core.Const
-
Determines the Kettle directory in the user's home directory.
- getUserHomeDirectory() - Static method in class org.pentaho.di.core.Const
-
Looks up the user's home directory (or KETTLE_HOME) for every invocation.
- getUsername() - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- getUsername() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getUsername() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getUsername() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Get the username to log into the database on this connection.
- getUsername() - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- getUUID() - Static method in class org.pentaho.di.core.util.UUIDUtil
-
- getUUID4AsString() - Method in class org.pentaho.di.core.util.UUID4Util
-
Generates a string representation of a version four UUID.
- getUUIDAsString() - Static method in class org.pentaho.di.core.util.UUIDUtil
-
- getValue(int) - Method in class org.pentaho.di.compatibility.Row
-
Get the value on a given position in the row.
- getValue() - Method in class org.pentaho.di.connections.ConnectionManager.Type
-
- getValue(OgnlContext, Object) - Method in class org.pentaho.di.core.config.OgnlExpression
-
- getValue() - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- getValue() - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- getValue(Node) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Convert a data XML node to an Object that corresponds to the metadata.
- getValue(Node) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Convert a data XML node to an Object that corresponds to the metadata.
- getValue() - Method in interface org.pentaho.di.core.spreadsheet.KCell
-
- getValueData(Value) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Extracts the primitive data from an old style Value object
- getValueData() - Method in class org.pentaho.di.core.row.ValueMetaAndData
-
- getValueData(Value) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Extracts the primitive data from an old style Value object
- getValueFromResultSet(ResultSet, ValueMetaInterface, int) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
This method allows a database dialect to convert database specific data types to Kettle data types.
- getValueFromResultSet(ResultSet, ValueMetaInterface, int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
This method allows a database dialect to convert database specific data types to Kettle data types.
- getValueFromResultSet(ResultSet, ValueMetaInterface, int) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getValueFromResultSet(ResultSet, ValueMetaInterface, int) - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
This method allows a database dialect to convert database specific data types to Kettle data types.
- getValueFromResultSet(ResultSet, ValueMetaInterface, int) - Method in class org.pentaho.di.core.database.Vertica5DatabaseMeta
-
This method allows a database dialect to convert database specific data types to Kettle data types.
- getValueFromResultSet(DatabaseInterface, ResultSet, int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Get a value from a result set column based on the current value metadata
- getValueFromResultSet(DatabaseInterface, ResultSet, int) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getValueFromResultSet(DatabaseInterface, ResultSet, int) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getValueFromResultSet(DatabaseInterface, ResultSet, int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Get a value from a result set column based on the current value metadata
- getValueFromSQLType(DatabaseMeta, String, ResultSetMetaData, int, boolean, boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- getValueFromSQLType(DatabaseMeta, String, ResultSetMetaData, int, boolean, boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- getValueFromSQLType(DatabaseMeta, String, ResultSetMetaData, int, boolean, boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- getValueFromSQLType(DatabaseMeta, String, ResultSetMetaData, int, boolean, boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Investigate JDBC result set metadata at the specified index.
- getValueInterface() - Method in class org.pentaho.di.compatibility.Value
-
- getValueMeta(int) - Method in class org.pentaho.di.core.row.RowMeta
-
Get the value metadata on the specified index.
- getValueMeta(int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Get the value metadata on the specified index.
- getValueMeta() - Method in class org.pentaho.di.core.row.ValueMetaAndData
-
- getValueMeta(int) - Method in class org.pentaho.di.core.RowMetaAndData
-
- getValueMetaList() - Method in class org.pentaho.di.core.row.RowMeta
-
- getValueMetaList() - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Gets the value meta list.
- getValueMetaName(int) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- getValueMetaNames() - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- getValueMetaPluginClasses() - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
- getValues() - Method in class org.pentaho.di.core.util.StringEvaluator
-
- getVariable(String, String) - Method in class org.pentaho.di.core.database.Database
-
- getVariable(String) - Method in class org.pentaho.di.core.database.Database
-
- getVariable(String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getVariable(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getVariable(String, String) - Method in class org.pentaho.di.core.variables.Variables
-
- getVariable(String) - Method in class org.pentaho.di.core.variables.Variables
-
- getVariable(String, String) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Get the value of a variable with a default in case the variable is not found.
- getVariable(String) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Get the value of a variable.
- getVariableName(String) - Static method in class org.pentaho.di.core.util.StringUtil
-
remove specification from variable
- getVersion() - Method in class org.pentaho.di.version.BuildVersion
-
- getViewMap() - Method in class org.pentaho.di.core.database.Database
-
- getViewMap(String) - Method in class org.pentaho.di.core.database.Database
-
- getViewMap() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getViews() - Method in class org.pentaho.di.core.database.Database
-
- getViews(boolean) - Method in class org.pentaho.di.core.database.Database
-
- getViews(String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- getViews() - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- getViewTypes() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getViewTypes() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getViewTypes() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getViewTypes() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- getViewTypes() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- getWidth() - Method in interface org.pentaho.di.core.gui.GUISizeInterface
-
- getWriter() - Method in class org.pentaho.di.core.WriterOutputStream
-
- getXML() - Method in class org.pentaho.di.compatibility.Row
-
Return the XML representation of a row.
- getXML() - Method in class org.pentaho.di.compatibility.Value
-
Produce the XML representation of this value.
- getXML() - Method in class org.pentaho.di.core.Condition
-
- getXML(int) - Method in class org.pentaho.di.core.Condition
-
- getXML() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- getXML() - Method in class org.pentaho.di.core.Result
-
Returns a String object with the Result object serialized as XML
- getXML() - Method in class org.pentaho.di.core.ResultFile
-
- getXML() - Method in class org.pentaho.di.core.row.ValueMetaAndData
-
Produce the XML representation of this value.
- getXML() - Method in interface org.pentaho.di.core.xml.XMLInterface
-
Describes the Object implementing this interface as XML
- getXML() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Return the description of this directory & the subdirectories in XML.
- getXML(int) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- getXML() - Method in interface org.pentaho.di.shared.SharedObjectInterface
-
- getXML() - Method in class org.pentaho.di.www.WebResult
-
- getXmlCode() - Method in class org.pentaho.di.core.KettleAttribute
-
- getXmlCode() - Method in interface org.pentaho.di.core.KettleAttributeInterface
-
- getXMLHeader() - Static method in class org.pentaho.di.core.xml.XMLHandler
-
The header string to specify encoding in UTF-8 for XML files
- getXMLHeader(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
The header string to specify encoding in an XML file
- getXmlPluginFile() - Method in class org.pentaho.di.core.encryption.TwoWayPasswordEncoderPluginType
-
- getXmlPluginFile() - Method in class org.pentaho.di.core.extension.ExtensionPointPluginType
-
- getXmlPluginFile() - Method in class org.pentaho.di.core.logging.LoggingPluginType
-
- getXmlPluginFile() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
This method return parameter for registerNatives() method
- getXmlPluginFile() - Method in class org.pentaho.di.core.plugins.DatabasePluginType
-
- getXmlPluginFile() - Method in class org.pentaho.di.core.plugins.PluginRegistryPluginType
-
- getXmlPluginFile() - Method in class org.pentaho.di.core.row.value.ValueMetaPluginType
-
- getXulOverlayFile() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- getXulOverlayFile() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- getXulOverlayFile() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- getZeroForValueMetaType(ValueMetaInterface) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
Default utility method to get exact zero value according to ValueMetaInterface.
- getZooKeeperHost() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- getZooKeeperPort() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- GlobalMessages - Class in org.pentaho.di.i18n
-
- GlobalMessages() - Constructor for class org.pentaho.di.i18n.GlobalMessages
-
TODO: extend from abstract class to ensure singleton status and migrate instantiation to class controlled private
- GlobalMessageUtil - Class in org.pentaho.di.i18n
-
- GlobalMessageUtil() - Constructor for class org.pentaho.di.i18n.GlobalMessageUtil
-
- GMinstance - Static variable in class org.pentaho.di.i18n.GlobalMessages
-
- GoogleBigQueryDatabaseMeta - Class in org.pentaho.di.core.database
-
- GoogleBigQueryDatabaseMeta() - Constructor for class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- greater(Value) - Method in class org.pentaho.di.compatibility.Value
-
- greater_equal(Value) - Method in class org.pentaho.di.compatibility.Value
-
- GreenplumDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains PostgreSQL specific information through static final members
- GreenplumDatabaseMeta() - Constructor for class org.pentaho.di.core.database.GreenplumDatabaseMeta
-
- groupingSymbol - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- guessEncoding(FileObject, int) - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
- guessEncoding() - Method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
Guess the encoding of the provided buffer.
- guessEncoding(File, int) - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
- guessEncoding(File, int, Charset) - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
- guessEncodingName(FileObject) - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
- guessEncodingName(File) - Static method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
- guessValueMetaInterface(Object) - Static method in class org.pentaho.di.core.row.value.ValueMetaFactory
-
This method makes attempt to guess kettle value meta interface based on Object class.
- GUIOption<E> - Interface in org.pentaho.di.core.gui
-
Classes implementing this interface have a chance to manage their internal representation states using the options
dialog in Kettle.
- GUIOption.DisplayType - Enum in org.pentaho.di.core.gui
-
How the GUI should display the preference represented by this class.
- GUIPositionInterface - Interface in org.pentaho.di.core.gui
-
- GUISizeInterface - Interface in org.pentaho.di.core.gui
-
- GuptaDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Gupta SQLBase specific information through static final members
- GuptaDatabaseMeta() - Constructor for class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- I18N - Static variable in class org.pentaho.di.core.config.PropertySetter
-
- IAM_ROLE - Static variable in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
- id - Variable in enum org.pentaho.di.core.extension.KettleExtensionPoint
-
- id - Variable in class org.pentaho.di.core.plugins.BasePluginType
-
- identicalFormat - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- IdNotFoundException - Exception in org.pentaho.di.core.exception
-
- IdNotFoundException(String, String, RepositoryObjectType) - Constructor for exception org.pentaho.di.core.exception.IdNotFoundException
-
Constructs a new throwable with null as its detail message.
- IdNotFoundException(String, String, String, RepositoryObjectType) - Constructor for exception org.pentaho.di.core.exception.IdNotFoundException
-
Constructs a new throwable with the specified detail message.
- IdNotFoundException(Throwable, String, String, RepositoryObjectType) - Constructor for exception org.pentaho.di.core.exception.IdNotFoundException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- IdNotFoundException(String, Throwable, String, String, RepositoryObjectType) - Constructor for exception org.pentaho.di.core.exception.IdNotFoundException
-
Constructs a new throwable with the specified detail message and cause.
- ignoresThrowable() - Method in class org.pentaho.di.core.logging.KettleLogLayout
-
- ignoreTimezone - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- ignoreWhitespace - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- 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
-
- index - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- INDEX_NOT_FOUND - Static variable in class org.pentaho.di.core.util.PentahoJaroWinklerDistance
-
Represents a failed index search.
- indexFor(int, int) - Static method in class org.pentaho.di.core.hash.LongHashIndex
-
- indexOfName(String[], String) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- 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() - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
- 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(List<PluginTypeInterface>) - 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.
- init() - Method in class org.pentaho.di.core.Props
-
- 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
-
- initDecryptionCipher(Key, byte[]) - Static method in class org.pentaho.di.core.encryption.CertificateGenEncryptUtil
-
- INITIAL_SIZE - Static variable in class org.pentaho.di.core.database.ConnectionPoolUtil
-
- 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.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
-
- initListeners(Class<? extends PluginTypeInterface>, Class<? extends PluginTypeInterface>) - Method in class org.pentaho.di.core.plugins.BaseFragmentType
-
- InjectionTypeConverter - Class in org.pentaho.di.core.injection
-
Base class converter for metadata injection.
- InjectionTypeConverter() - Constructor for class org.pentaho.di.core.injection.InjectionTypeConverter
-
- 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.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
-
- 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.
- integer2boolean(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2boolean(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2booleanPrimitive(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2booleanPrimitive(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2enum(Class<?>, Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2integer(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2integer(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2intPrimitive(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2intPrimitive(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2intPrimitive(Long) - Method in class org.pentaho.di.core.injection.NullNumberConverter
-
- integer2long(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2long(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2longPrimitive(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2longPrimitive(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- integer2string(Long) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- integer2string(Long) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- 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_ENTRY_CURRENT_DIRECTORY - Static variable in class org.pentaho.di.core.Const
-
The current transformation directory
- 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
-
- isAliasedFile(FileObject) - Static method in interface org.pentaho.di.core.vfs.AliasedFileObject
-
- 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
-
- 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
-
- 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
- isBitmap() - Method in class org.pentaho.di.core.SwingUniversalImage
-
- isBitmap() - Method in class org.pentaho.di.core.SwingUniversalImageBitmap
-
- isBitmap() - Method in class org.pentaho.di.core.SwingUniversalImageSvg
-
- 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,
- 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
-
- isCollatorDisabled() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- isCollatorDisabled() - 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,
- 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
-
- 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
-
- 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.GenericDatabaseMeta
-
- 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
-
- 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.GenericDatabaseMeta
-
- isDisplaySizeTwiceThePrecision() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- isDone() - Method in interface org.pentaho.di.core.RowSet
-
- 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
-
Deprecated.
- isEmpty(StringBuffer) - Static method in class org.pentaho.di.core.Const
-
Deprecated.
- isEmpty(String[]) - Static method in class org.pentaho.di.core.Const
-
Deprecated.
- isEmpty(CharSequence) - Static method in class org.pentaho.di.core.Const
-
Deprecated.
- isEmpty(CharSequence[]) - Static method in class org.pentaho.di.core.Const
-
Deprecated.
- isEmpty(Object[]) - Static method in class org.pentaho.di.core.Const
-
Deprecated.
- isEmpty(List<?>) - Static method in class org.pentaho.di.core.Const
-
Deprecated.
- 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(String) - Static method in class org.pentaho.di.core.util.StringUtil
-
Check if the string supplied is empty.
- isEmpty(StringBuilder) - Static method in class org.pentaho.di.core.util.StringUtil
-
Check if the StringBuilder supplied is empty.
- isEmpty(CharSequence) - Static method in class org.pentaho.di.core.util.Utils
-
Check if the CharSequence supplied is empty.
- isEmpty(CharSequence[]) - Static method in class org.pentaho.di.core.util.Utils
-
Check if the CharSequence array supplied is empty.
- isEmpty(Object[]) - Static method in class org.pentaho.di.core.util.Utils
-
Check if the array supplied is empty.
- isEmpty(List<?>) - Static method in class org.pentaho.di.core.util.Utils
-
Check if the list supplied is empty.
- isEmptyValue(String) - Method in class org.pentaho.di.core.RowMetaAndData
-
- isEnabled() - Method in class org.pentaho.di.core.logging.LogTableField
-
- isEqualKey(Object, Object) - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
-
- 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.
- isEqualValue(Object, Object) - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
-
- 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
-
- isExecutable() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- 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.GenericDatabaseMeta
-
- 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.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.RedshiftDatabaseMeta
-
The superclass method checks whether or not the command setFetchSize() is supported by the 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.SnowflakeHVDatabaseMeta
-
- 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...
- isFile() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- isFileTypeAllowed(FileType) - Method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
-
- isFolder() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- 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
-
- isForcingIdentifiersToLowerCase() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- 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
-
- isForcingIdentifiersToUpperCase() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- 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
-
- isFragment() - Method in class org.pentaho.di.core.plugins.BaseFragmentType
-
- isFragment() - Method in interface org.pentaho.di.core.plugins.PluginTypeInterface
-
- 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...
- isIgnoreWhitespace() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- isIgnoreWhitespace() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Is Ignore Whitespace
Only applicable for TYPE_STRING comparisons
- 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
-
- isKDE() - Static method in class org.pentaho.di.core.Const
-
- 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.
- 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
-
- isMapr() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- isMinimal() - Method in enum org.pentaho.di.core.logging.LogLevel
-
- isMissingKey(String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
Returns true if the given string
is null or is in the format of a missing key: !key!.
- 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.GenericDatabaseMeta
-
- 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.
- 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
-
- 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
-
- isPngName(String) - Static method in class org.pentaho.di.core.svg.SvgSupport
-
Check by file name if image is PNG.
- 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
-
- isQuoteAllFields() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- 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.
- 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.GoogleBigQueryDatabaseMeta
-
- 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.SnowflakeHVDatabaseMeta
-
- 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.
- isReturn() - Method in class org.pentaho.di.core.encryption.TwoWayPasswordEncoderPluginType
-
- isReturn() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
This method return parameter for registerNatives() method
- isReturn() - Method in class org.pentaho.di.core.plugins.PluginRegistryPluginType
-
- 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
-
- isSafeStop() - Method in class org.pentaho.di.core.Result
-
Sets flag for safe stopping a transformation
- 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
-
- 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
-
- 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
-
- isStreamingResults() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- 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
-
- isSuccess() - Method in class org.pentaho.di.core.database.DatabaseTestResults
-
- isSvgEnabled() - Static method in class org.pentaho.di.core.svg.SvgSupport
-
- isSvgName(String) - Static method in class org.pentaho.di.core.svg.SvgSupport
-
Check by file name if image is SVG.
- 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.GenericDatabaseMeta
-
- 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
-
- isUseGateway() - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- 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
-
- isUsingDoubleDecimalAsSchemaTableSeparator() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- isValidDate(String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- isValidDate(String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- isValidDateFormatToStringDate(String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- isValidDateFormatToStringDate(String, String, String) - Static method in class org.pentaho.di.core.util.DateDetector
-
- isVariable(String) - Static method in class org.pentaho.di.core.util.StringUtil
-
- 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
-
- isWriteable() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- isXMLFileWellFormed(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- isXMLFileWellFormed(ValueMetaInterface, Object, boolean) - 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
-
- iterator() - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- IValueMetaConverter - Interface in org.pentaho.di.core.plugins
-
Created by tkafalas on 12/4/2017.
- KCell - Interface in org.pentaho.di.core.spreadsheet
-
- KCellType - Enum in org.pentaho.di.core.spreadsheet
-
- KETTLE_AGGREGATION_ALL_NULLS_ARE_ZERO - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_AGGREGATION_MIN_NULL_IS_VALUED - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_ALLOW_EMPTY_FIELD_NAMES_AND_TYPES - Static variable in class org.pentaho.di.core.Const
-
Variable that is responsible for checking empty field names and types.
- KETTLE_BATCHING_ROWSET - Static variable in class org.pentaho.di.core.Const
-
Set this variable to Y if you want to test a more efficient batching row set.
- KETTLE_BUILD_DATE - Static variable in class org.pentaho.di.version.BuildVersion
-
- KETTLE_BUILD_REVISION - Static variable in class org.pentaho.di.version.BuildVersion
-
- KETTLE_BUILD_USER - Static variable in class org.pentaho.di.version.BuildVersion
-
- KETTLE_BUILD_VERSION - Static variable in class org.pentaho.di.version.BuildVersion
-
- KETTLE_CARTE_JETTY_ACCEPT_QUEUE_SIZE - Static variable in class org.pentaho.di.core.Const
-
A variable to configure jetty option: acceptQueueSize for Carte
- KETTLE_CARTE_JETTY_ACCEPTORS - Static variable in class org.pentaho.di.core.Const
-
A variable to configure jetty option: acceptors for Carte
- KETTLE_CARTE_JETTY_RES_MAX_IDLE_TIME - Static variable in class org.pentaho.di.core.Const
-
A variable to configure jetty option: lowResourcesMaxIdleTime for Carte
- KETTLE_CARTE_OBJECT_TIMEOUT_MINUTES - Static variable in class org.pentaho.di.core.Const
-
This environment variable will set a time-out after which waiting, completed or stopped transformations and jobs
will be automatically cleaned up.
- KETTLE_CARTE_REFRESH_STATUS - Static variable in class org.pentaho.di.core.Const
-
A variable to configure refresh for carte job/trans status page
- KETTLE_CHANNEL_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the log channel log database by default for all transformations and jobs
- KETTLE_CHANNEL_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the log channel log schema by default for all transformations and jobs
- KETTLE_CHANNEL_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the log channel log table by default for all transformations and jobs
- KETTLE_CHECKPOINT_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the checkpoint log database by default for all jobs
- KETTLE_CHECKPOINT_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the checkpoint log schema by default for all jobs
- KETTLE_CHECKPOINT_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the checkpoint log table by default for all jobs
- KETTLE_COMPATIBILITY_CALCULATION_TIMEZONE_DECOMPOSITION - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_COMPATIBILITY_DB_IGNORE_TIMEZONE - Static variable in class org.pentaho.di.core.Const
-
System wide flag to ignore timezone while writing date/timestamp value to the database.
- KETTLE_COMPATIBILITY_IGNORE_TABLE_LOGGING - Static variable in class org.pentaho.di.core.Const
-
System wide flag to ignore logging table.
- KETTLE_COMPATIBILITY_IMPORT_PATH_ADDITION_ON_VARIABLES - Static variable in class org.pentaho.di.core.Const
-
System wide flag to use the root path prefix for a directory reference.
- KETTLE_COMPATIBILITY_MEMORY_GROUP_BY_SUM_AVERAGE_RETURN_NUMBER_TYPE - Static variable in class org.pentaho.di.core.Const
-
System wide flag to control behavior of the Memory Group By step in case of SUM and AVERAGE aggregation.
- KETTLE_COMPATIBILITY_MERGE_ROWS_USE_REFERENCE_STREAM_WHEN_IDENTICAL - Static variable in class org.pentaho.di.core.Const
-
System wide flag to control behavior of the merge rows (diff) step in case of "identical" comparison.
- KETTLE_COMPATIBILITY_SELECT_VALUES_TYPE_CHANGE_USES_TYPE_DEFAULTS - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_COMPATIBILITY_SEND_RESULT_XML_WITH_FULL_STATUS - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_COMPATIBILITY_SET_ERROR_ON_SPECIFIC_JOB_ENTRIES - Static variable in class org.pentaho.di.core.Const
-
Compatibility settings for setNrErrors
- KETTLE_COMPATIBILITY_TEXT_FILE_OUTPUT_APPEND_NO_HEADER - Static variable in class org.pentaho.di.core.Const
-
System wide flag to set or not append and header options dependency on Text file output step.
- KETTLE_COMPATIBILITY_USE_JDBC_METADATA - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_COMPATIBILITY_XML_OUTPUT_NULL_VALUES - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_CORE_JOBENTRIES_FILE - Static variable in class org.pentaho.di.core.Const
-
The name of the environment variable that will contain the alternative location of the kettle-job-entries.xml file
- KETTLE_CORE_SERVLETS_FILE - Static variable in class org.pentaho.di.core.Const
-
The name of the environment variable that will contain the alternative location of the kettle-servlets.xml file
- KETTLE_CORE_STEPS_FILE - Static variable in class org.pentaho.di.core.Const
-
The name of the environment variable that will contain the alternative location of the kettle-steps.xml file
- KETTLE_DEFAULT_BIGNUMBER_FORMAT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable containing an alternative default bignumber format
- KETTLE_DEFAULT_DATE_FORMAT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable containing an alternative default date format
- KETTLE_DEFAULT_INTEGER_FORMAT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable containing an alternative default integer format
- KETTLE_DEFAULT_NUMBER_FORMAT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable containing an alternative default number format
- KETTLE_DEFAULT_TIMESTAMP_FORMAT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable containing an alternative default timestamp format
- KETTLE_DISABLE_CONSOLE_LOGGING - Static variable in class org.pentaho.di.core.Const
-
Set this variable to Y to disable standard Kettle logging to the console.
- KETTLE_EMPTY_STRING_DIFFERS_FROM_NULL - Static variable in class org.pentaho.di.core.Const
-
System wide flag to drive the evaluation of null in ValueMeta.
- KETTLE_FILE_OUTPUT_MAX_STREAM_COUNT - Static variable in class org.pentaho.di.core.Const
-
Set this variable to limit max number of files the Text File Output step can have open at one time.
- KETTLE_FILE_OUTPUT_MAX_STREAM_LIFE - Static variable in class org.pentaho.di.core.Const
-
This variable contains the number of milliseconds between flushes of all open files in the Text File Output step.
- KETTLE_GLOBAL_LOG_VARIABLES_CLEAR_ON_EXPORT - Static variable in class org.pentaho.di.core.Const
-
Set this variable to false to preserve global log variables defined in transformation / job Properties -> Log panel.
- KETTLE_GLOBAL_PROP_NAME - Static variable in class org.pentaho.di.core.database.util.DatabaseLogExceptionFactory
-
- KETTLE_JOB_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the log database connection by default for all jobs
- KETTLE_JOB_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the logging schema for all jobs
- KETTLE_JOB_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the logging table for all jobs
- KETTLE_JOBENTRY_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the job entry log database by default for all jobs
- KETTLE_JOBENTRY_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the job entry log schema by default for all jobs
- KETTLE_JOBENTRY_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the job entry log table by default for all jobs
- KETTLE_LENIENT_STRING_TO_NUMBER_CONVERSION - Static variable in class org.pentaho.di.core.Const
-
System wide flag to allow non-strict string to number conversion for backward compatibility.
- KETTLE_LOG_MARK_MAPPINGS - Static variable in class org.pentaho.di.core.Const
-
A variable to configure turning on/off detailed subjects in log.
- KETTLE_LOG_SIZE_LIMIT - Static variable in class org.pentaho.di.core.Const
-
If you set this environment variable you can limit the log size of all transformations and jobs that don't have the
"log size limit" property set in their respective properties.
- KETTLE_LOG_TAB_REFRESH_DELAY - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the kettle log tab refresh delay.
- KETTLE_LOG_TAB_REFRESH_PERIOD - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the kettle log tab refresh period.
- KETTLE_LOGGING_PLUGINS_FILE - Static variable in class org.pentaho.di.core.Const
-
The name of the environment variable that will contain the alternative location of the kettle-logging-plugins.xml
file
- KETTLE_MAX_JOB_ENTRIES_LOGGED - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the maximum number of job entry results kept in memory for logging purposes.
- KETTLE_MAX_JOB_TRACKER_SIZE - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the maximum number of job trackers kept in memory.
- KETTLE_MAX_LOG_SIZE_IN_LINES - Static variable in class org.pentaho.di.core.Const
-
System wide flag to set the maximum number of log lines that are kept internally by Kettle.
- KETTLE_MAX_LOG_TIMEOUT_IN_MINUTES - Static variable in class org.pentaho.di.core.Const
-
System wide flag to set the maximum age (in minutes) of a log line while being kept internally by Kettle.
- KETTLE_MAX_LOGGING_REGISTRY_SIZE - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the maximum number of logging registry entries kept in memory for logging purposes.
- KETTLE_MAX_TAB_LENGTH - Static variable in class org.pentaho.di.core.Const
-
A variable to configure Tab size"
- KETTLE_METRICS_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the metrics log database by default for all transformations and jobs
- KETTLE_METRICS_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the metrics log schema by default for all transformations and jobs
- KETTLE_METRICS_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the metrics log table by default for all transformations and jobs
- KETTLE_PASSWORD - Static variable in class org.pentaho.di.core.Const
-
Set this variable to with the intended password to pass as repository credentials
- KETTLE_PASSWORD_ENCODER_PLUGIN - Static variable in class org.pentaho.di.core.Const
-
Specifies the password encoding plugin to use by ID (Kettle is the default).
- KETTLE_PASSWORD_ENCODER_PLUGINS_FILE - Static variable in class org.pentaho.di.core.Const
-
The name of the environment variable that will contain the alternative location of the kettle-password-encoder-plugins.xml
file
- KETTLE_PLUGIN_CLASSES - Static variable in class org.pentaho.di.core.Const
-
Name of the environment variable to specify additional classes to scan for plugin annotations
- KETTLE_PLUGIN_PACKAGES - Static variable in class org.pentaho.di.core.Const
-
Name of the environment variable to specify additional packaged to scan for plugin annotations (warning: slow!)
- KETTLE_PROPERTIES - Static variable in class org.pentaho.di.core.Const
-
Name of the kettle parameters file
- KETTLE_REDIRECT_STDERR - Static variable in class org.pentaho.di.core.Const
-
System wide flag to determine whether standard error will be redirected to Kettle logging facilities.
- KETTLE_REDIRECT_STDOUT - Static variable in class org.pentaho.di.core.Const
-
System wide flag to determine whether standard out will be redirected to Kettle logging facilities.
- KETTLE_REPOSITORY - Static variable in class org.pentaho.di.core.Const
-
Set this variable to with the intended repository name ( in repositories.xml )
- KETTLE_ROWSET_GET_TIMEOUT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that optionally contains an alternative rowset get timeout (in ms).
- KETTLE_ROWSET_PUT_TIMEOUT - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that optionally contains an alternative rowset put timeout (in ms).
- KETTLE_SAP_CONNECTION_FACTORY - Static variable in class org.pentaho.di.core.Const
-
The name of the system wide variable that can contain the name of the SAP Connection factory for the test button in
the DB dialog.
- KETTLE_SAP_CONNECTION_FACTORY_DEFAULT_NAME - Static variable in class org.pentaho.di.core.Const
-
The default SAP ERP connection factory
- KETTLE_SHARED_OBJECTS - Static variable in class org.pentaho.di.core.Const
-
Name of the environment variable to set the location of the shared object file (xml) for transformations and jobs
- KETTLE_SLAVE_DETECTION_TIMER - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the timer used for detecting slave nodes.
- KETTLE_SPLIT_FIELDS_REMOVE_ENCLOSURE - Static variable in class org.pentaho.di.core.Const
-
Variable that is responsible for removing enclosure symbol after splitting the string
- KETTLE_STEP_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the steps log database by default for all transformations
- KETTLE_STEP_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the steps log schema by default for all transformations
- KETTLE_STEP_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the steps log table by default for all transformations
- KETTLE_STEP_PERFORMANCE_SNAPSHOT_LIMIT - Static variable in class org.pentaho.di.core.Const
-
System wide parameter: the maximum number of step performance snapshots to keep in memory.
- KETTLE_SYSTEM_HOSTNAME - Static variable in class org.pentaho.di.core.Const
-
You can use this variable to speed up hostname lookup.
- KETTLE_TRANS_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the log database connection by default for all transformations
- KETTLE_TRANS_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the logging schema for all transformations
- KETTLE_TRANS_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the logging table for all transformations
- KETTLE_TRANS_PAN_JVM_EXIT_CODE - Static variable in class org.pentaho.di.core.Const
-
the value the Pan JVM should return on exit.
- KETTLE_TRANS_PERFORMANCE_LOG_DB - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the transformation performance log schema by default for all transformations
- KETTLE_TRANS_PERFORMANCE_LOG_SCHEMA - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the transformation performance log database connection by default for all
transformations
- KETTLE_TRANS_PERFORMANCE_LOG_TABLE - Static variable in class org.pentaho.di.core.Const
-
The name of the variable that defines the transformation performance log table by default for all transformations
- KETTLE_TRANS_ROWSET_SIZE - Static variable in class org.pentaho.di.core.Const
-
Name of the environment variable that contains the size of the transformation rowset size.
- KETTLE_TWO_WAY_PASSWORD_ENCODER_SEED - Static variable in class org.pentaho.di.core.Const
-
The name of the Kettle encryption seed environment variable for the KettleTwoWayPasswordEncoder class
- KETTLE_USE_AWS_DEFAULT_CREDENTIALS - Static variable in class org.pentaho.di.core.Const
-
A variable to configure if the S3 input / output steps should use the Amazon Default Credentials Provider Chain
even if access credentials are specified within the transformation.
- KETTLE_USER - Static variable in class org.pentaho.di.core.Const
-
Set this variable to with the intended username to pass as repository credentials
- KETTLE_VALUEMETA_PLUGINS_FILE - Static variable in class org.pentaho.di.core.Const
-
The name of the environment variable that will contain the alternative location of the kettle-valuemeta-plugins.xml
file
- KETTLE_VARIABLES_FILE - Static variable in class org.pentaho.di.core.Const
-
The file that documents these variables.
- KETTLE_ZIP_MAX_ENTRY_SIZE - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the maximum file size of a single zip entry.
- KETTLE_ZIP_MAX_ENTRY_SIZE_DEFAULT - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_ZIP_MAX_ENTRY_SIZE_DEFAULT_STRING - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_ZIP_MAX_TEXT_SIZE - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the maximum number of characters of text that are extracted before an exception is
thrown during extracting text from documents.
- KETTLE_ZIP_MAX_TEXT_SIZE_DEFAULT - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_ZIP_MAX_TEXT_SIZE_DEFAULT_STRING - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_ZIP_MIN_INFLATE_RATIO - Static variable in class org.pentaho.di.core.Const
-
A variable to configure the minimum allowed ratio between de- and inflated bytes to detect a zipbomb.
- KETTLE_ZIP_MIN_INFLATE_RATIO_DEFAULT - Static variable in class org.pentaho.di.core.Const
-
- KETTLE_ZIP_MIN_INFLATE_RATIO_DEFAULT_STRING - Static variable in class org.pentaho.di.core.Const
-
- KettleAttribute - Class in org.pentaho.di.core
-
- KettleAttribute(String, String, String, String, String, int, KettleAttributeInterface) - Constructor for class org.pentaho.di.core.KettleAttribute
-
- KettleAttributeInterface - Interface in org.pentaho.di.core
-
- KettleAuthException - Exception in org.pentaho.di.core.exception
-
This exception is used by implementations of the Repository API to designate an authentication error.
- KettleAuthException() - Constructor for exception org.pentaho.di.core.exception.KettleAuthException
-
Constructs a new throwable with null as its detail message.
- KettleAuthException(String) - Constructor for exception org.pentaho.di.core.exception.KettleAuthException
-
Constructs a new throwable with the specified detail message.
- KettleAuthException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleAuthException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleAuthException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleAuthException
-
Constructs a new throwable with the specified detail message and cause.
- KettleClientEnvironment - Class in org.pentaho.di.core
-
This singleton is responsible for initializing the Kettle client environment and remembering if it is initialized.
- KettleClientEnvironment() - Constructor for class org.pentaho.di.core.KettleClientEnvironment
-
- KettleClientEnvironment.ClientType - Enum in org.pentaho.di.core
-
- KettleConfigException - Exception in org.pentaho.di.core.exception
-
- KettleConfigException() - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
-
Constructs a new throwable with null as its detail message.
- KettleConfigException(String) - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
-
Constructs a new throwable with the specified detail message.
- KettleConfigException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleConfigException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
-
Constructs a new throwable with the specified detail message and cause.
- KettleConversionException - Exception in org.pentaho.di.core.exception
-
- KettleConversionException() - Constructor for exception org.pentaho.di.core.exception.KettleConversionException
-
Constructs a new throwable with null as its detail message.
- KettleConversionException(String, List<Exception>, List<ValueMetaInterface>, Object[]) - Constructor for exception org.pentaho.di.core.exception.KettleConversionException
-
Constructs a new throwable with the specified detail message and cause.
- KettleDatabaseBatchException - Exception in org.pentaho.di.core.exception
-
This exception is used by the Database class.
- KettleDatabaseBatchException() - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
Constructs a new throwable with null as its detail message.
- KettleDatabaseBatchException(String) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
Constructs a new throwable with the specified detail message.
- KettleDatabaseBatchException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleDatabaseBatchException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
Constructs a new throwable with the specified detail message and cause.
- KettleDatabaseException - Exception in org.pentaho.di.core.exception
-
This exception is used by the Database class.
- KettleDatabaseException() - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
-
Constructs a new throwable with null as its detail message.
- KettleDatabaseException(String) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
-
Constructs a new throwable with the specified detail message.
- KettleDatabaseException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleDatabaseException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
-
Constructs a new throwable with the specified detail message and cause.
- KettleDependencyException - Exception in org.pentaho.di.core.exception
-
This exception is used by the Database class.
- KettleDependencyException() - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
-
Constructs a new throwable with null as its detail message.
- KettleDependencyException(String) - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
-
Constructs a new throwable with the specified detail message.
- KettleDependencyException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleDependencyException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
-
Constructs a new throwable with the specified detail message and cause.
- KettleEOFException - Exception in org.pentaho.di.core.exception
-
This is an exception thrown by file handling (I/O)
- KettleEOFException() - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
-
Constructs a new throwable with null as its detail message.
- KettleEOFException(String) - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
-
Constructs a new throwable with the specified detail message.
- KettleEOFException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleEOFException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
-
Constructs a new throwable with the specified detail message and cause.
- KettleException - Exception in org.pentaho.di.core.exception
-
This is a general Kettle Exception.
- KettleException() - Constructor for exception org.pentaho.di.core.exception.KettleException
-
Constructs a new throwable with null as its detail message.
- KettleException(String) - Constructor for exception org.pentaho.di.core.exception.KettleException
-
Constructs a new throwable with the specified detail message.
- KettleException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleException
-
Constructs a new throwable with the specified detail message and cause.
- KettleExtensionPoint - Enum in org.pentaho.di.core.extension
-
- KettleFileException - Exception in org.pentaho.di.core.exception
-
This is an exception thrown by file handling (I/O) when an End Of File marker has been reached.
- KettleFileException() - Constructor for exception org.pentaho.di.core.exception.KettleFileException
-
Constructs a new throwable with null as its detail message.
- KettleFileException(String) - Constructor for exception org.pentaho.di.core.exception.KettleFileException
-
Constructs a new throwable with the specified detail message.
- KettleFileException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleFileException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleFileException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleFileException
-
Constructs a new throwable with the specified detail message and cause.
- KettleFileNotFoundException - Exception in org.pentaho.di.core.exception
-
Exception thrown when a files does not exists
- KettleFileNotFoundException() - Constructor for exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
- KettleFileNotFoundException(String) - Constructor for exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
Constructs a new throwable with the specified detail message.
- KettleFileNotFoundException(String, String) - Constructor for exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
- KettleFileNotFoundException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleFileNotFoundException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
Constructs a new throwable with the specified detail message and cause.
- KettleFileSystemConfigBuilderFactory - Class in org.pentaho.di.core.vfs.configuration
-
This class supports overriding of config builders by supplying a VariableSpace containing a variable in the format of
vfs.[scheme].config.parser where [scheme] is one of the VFS schemes (file, http, sftp, etc...)
- KettleFileSystemConfigBuilderFactory() - Constructor for class org.pentaho.di.core.vfs.configuration.KettleFileSystemConfigBuilderFactory
-
- KettleGenericFileSystemConfigBuilder - Class in org.pentaho.di.core.vfs.configuration
-
A generic FileSystemConfigBuilder that inserts parameters and values as literally specified.
- KettleGenericFileSystemConfigBuilder() - Constructor for class org.pentaho.di.core.vfs.configuration.KettleGenericFileSystemConfigBuilder
-
- KettleJobException - Exception in org.pentaho.di.core.exception
-
This exception is used when handling Jobs.
- KettleJobException() - Constructor for exception org.pentaho.di.core.exception.KettleJobException
-
Constructs a new throwable with null as its detail message.
- KettleJobException(String) - Constructor for exception org.pentaho.di.core.exception.KettleJobException
-
Constructs a new throwable with the specified detail message.
- KettleJobException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleJobException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleJobException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleJobException
-
Constructs a new throwable with the specified detail message and cause.
- KettleLifecycleListener - Interface in org.pentaho.di.core.lifecycle
-
A callback to be notified when the Kettle environment is initialized and shut down.
- KettleLoggingEvent - Class in org.pentaho.di.core.logging
-
- KettleLoggingEvent() - Constructor for class org.pentaho.di.core.logging.KettleLoggingEvent
-
- KettleLoggingEvent(Object, long, LogLevel) - Constructor for class org.pentaho.di.core.logging.KettleLoggingEvent
-
- KettleLoggingEventListener - Interface in org.pentaho.di.core.logging
-
- KettleLogLayout - Class in org.pentaho.di.core.logging
-
- KettleLogLayout() - Constructor for class org.pentaho.di.core.logging.KettleLogLayout
-
- KettleLogLayout(boolean) - Constructor for class org.pentaho.di.core.logging.KettleLogLayout
-
- KettleLogStore - Class in org.pentaho.di.core.logging
-
- KettleMissingPluginsException - Exception in org.pentaho.di.core.exception
-
This Exception is throws when an error occurs loading plugins.
- KettleMissingPluginsException(String) - Constructor for exception org.pentaho.di.core.exception.KettleMissingPluginsException
-
Constructs a new throwable with the specified detail message.
- KettleMissingPluginsException.PluginDetails - Class in org.pentaho.di.core.exception
-
- KettleNotUsedException - Exception in org.pentaho.di.core.exception
-
- KettleNotUsedException() - Constructor for exception org.pentaho.di.core.exception.KettleNotUsedException
-
- KettleObjectExistsException - Exception in org.pentaho.di.core.exception
-
- KettleObjectExistsException() - Constructor for exception org.pentaho.di.core.exception.KettleObjectExistsException
-
Constructs a new throwable with null as its detail message.
- KettleObjectExistsException(String) - Constructor for exception org.pentaho.di.core.exception.KettleObjectExistsException
-
Constructs a new throwable with the specified detail message.
- KettleObjectExistsException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleObjectExistsException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleObjectExistsException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleObjectExistsException
-
Constructs a new throwable with the specified detail message and cause.
- KettlePluginClassMapException - Exception in org.pentaho.di.core.exception
-
- KettlePluginClassMapException() - Constructor for exception org.pentaho.di.core.exception.KettlePluginClassMapException
-
- KettlePluginClassMapException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginClassMapException
-
- KettlePluginClassMapException(String) - Constructor for exception org.pentaho.di.core.exception.KettlePluginClassMapException
-
- KettlePluginClassMapException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginClassMapException
-
- KettlePluginException - Exception in org.pentaho.di.core.exception
-
This exception is thrown in case there is an error in the Kettle plugin loader
- KettlePluginException() - Constructor for exception org.pentaho.di.core.exception.KettlePluginException
-
- KettlePluginException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginException
-
- KettlePluginException(String) - Constructor for exception org.pentaho.di.core.exception.KettlePluginException
-
- KettlePluginException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginException
-
- KettlePluginLoaderException - Exception in org.pentaho.di.core.exception
-
This Exception is throws when an error occurs loading plugins.
- KettlePluginLoaderException(String) - Constructor for exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
Constructs a new throwable with null as its detail message.
- KettlePluginLoaderException(String, String) - Constructor for exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
Constructs a new throwable with the specified detail message.
- KettlePluginLoaderException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettlePluginLoaderException(String, String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
Constructs a new throwable with the specified detail message and cause.
- KettlePluginNotFoundException - Exception in org.pentaho.di.core.exception
-
This exception is thrown in case there is an error in the Kettle plugin loader
- KettlePluginNotFoundException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettlePluginNotFoundException
-
- KettlePluginNotFoundException(String) - Constructor for exception org.pentaho.di.core.exception.KettlePluginNotFoundException
-
- KettleRepositoryNotSupportedException - Exception in org.pentaho.di.core.exception
-
This exception is used when a repository type is not recognized
- KettleRepositoryNotSupportedException() - Constructor for exception org.pentaho.di.core.exception.KettleRepositoryNotSupportedException
-
Constructs a new throwable with null as its detail message.
- KettleRepositoryNotSupportedException(String) - Constructor for exception org.pentaho.di.core.exception.KettleRepositoryNotSupportedException
-
Constructs a new throwable with the specified detail message.
- KettleRepositoryNotSupportedException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleRepositoryNotSupportedException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleRepositoryNotSupportedException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleRepositoryNotSupportedException
-
Constructs a new throwable with the specified detail message and cause.
- KettleRowException - Exception in org.pentaho.di.core.exception
-
This exception is used in row manipulations
- KettleRowException() - Constructor for exception org.pentaho.di.core.exception.KettleRowException
-
Constructs a new throwable with null as its detail message.
- KettleRowException(String) - Constructor for exception org.pentaho.di.core.exception.KettleRowException
-
Constructs a new throwable with the specified detail message.
- KettleRowException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleRowException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleRowException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleRowException
-
Constructs a new throwable with the specified detail message and cause.
- KettleSecurityException - Exception in org.pentaho.di.core.exception
-
This exception is used by the Database class.
- KettleSecurityException() - Constructor for exception org.pentaho.di.core.exception.KettleSecurityException
-
Constructs a new throwable with null as its detail message.
- KettleSecurityException(String) - Constructor for exception org.pentaho.di.core.exception.KettleSecurityException
-
Constructs a new throwable with the specified detail message.
- KettleSecurityException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleSecurityException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleSecurityException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleSecurityException
-
Constructs a new throwable with the specified detail message and cause.
- KettleSelectiveParentFirstClassLoader - Class in org.pentaho.di.core.plugins
-
- KettleSelectiveParentFirstClassLoader(URL[], ClassLoader, String[]) - Constructor for class org.pentaho.di.core.plugins.KettleSelectiveParentFirstClassLoader
-
- KettleSelectiveParentFirstClassLoader(URL[], ClassLoader, String, String[]) - Constructor for class org.pentaho.di.core.plugins.KettleSelectiveParentFirstClassLoader
-
- KettleSftpFileSystemConfigBuilder - Class in org.pentaho.di.core.vfs.configuration
-
An SFTP FileSystemConfigBuilder that uses Kettle variables to build SFTP VFS configuration options.
- KettleSftpFileSystemConfigBuilder() - Constructor for class org.pentaho.di.core.vfs.configuration.KettleSftpFileSystemConfigBuilder
-
- KettleSQLException - Exception in org.pentaho.di.core.exception
-
This is an exception thrown during parsing of SQL by Kettle.
- KettleSQLException() - Constructor for exception org.pentaho.di.core.exception.KettleSQLException
-
Constructs a new throwable with null as its detail message.
- KettleSQLException(String) - Constructor for exception org.pentaho.di.core.exception.KettleSQLException
-
Constructs a new throwable with the specified detail message.
- KettleSQLException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleSQLException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleSQLException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleSQLException
-
Constructs a new throwable with the specified detail message and cause.
- KettleStepException - Exception in org.pentaho.di.core.exception
-
This Exception is used when handling steps.
- KettleStepException() - Constructor for exception org.pentaho.di.core.exception.KettleStepException
-
Constructs a new throwable with null as its detail message.
- KettleStepException(String) - Constructor for exception org.pentaho.di.core.exception.KettleStepException
-
Constructs a new throwable with the specified detail message.
- KettleStepException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleStepException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleStepException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleStepException
-
Constructs a new throwable with the specified detail message and cause.
- KettleTransException - Exception in org.pentaho.di.core.exception
-
This exception is used in transformations.
- KettleTransException() - Constructor for exception org.pentaho.di.core.exception.KettleTransException
-
Constructs a new throwable with null as its detail message.
- KettleTransException(String) - Constructor for exception org.pentaho.di.core.exception.KettleTransException
-
Constructs a new throwable with the specified detail message.
- KettleTransException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleTransException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleTransException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleTransException
-
Constructs a new throwable with the specified detail message and cause.
- KettleTwoWayPasswordEncoder - Class in org.pentaho.di.core.encryption
-
This class handles basic encryption of passwords in Kettle.
- KettleTwoWayPasswordEncoder() - Constructor for class org.pentaho.di.core.encryption.KettleTwoWayPasswordEncoder
-
- KettleURLClassLoader - Class in org.pentaho.di.core.plugins
-
- KettleURLClassLoader(URL[], ClassLoader) - Constructor for class org.pentaho.di.core.plugins.KettleURLClassLoader
-
- KettleURLClassLoader(URL[], ClassLoader, String) - Constructor for class org.pentaho.di.core.plugins.KettleURLClassLoader
-
- KettleValueException - Exception in org.pentaho.di.core.exception
-
This exception is used in value calculations.
- KettleValueException() - Constructor for exception org.pentaho.di.core.exception.KettleValueException
-
Constructs a new throwable with null as its detail message.
- KettleValueException(String) - Constructor for exception org.pentaho.di.core.exception.KettleValueException
-
Constructs a new throwable with the specified detail message.
- KettleValueException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleValueException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleValueException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleValueException
-
Constructs a new throwable with the specified detail message and cause.
- KettleVersionException - Exception in org.pentaho.di.core.exception
-
This is a general Kettle Exception.
- KettleVersionException() - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
-
Constructs a new throwable with null as its detail message.
- KettleVersionException(String) - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
-
Constructs a new throwable with the specified detail message.
- KettleVersionException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleVersionException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
-
Constructs a new throwable with the specified detail message and cause.
- KettleVFS - Class in org.pentaho.di.core.vfs
-
- KettleVFS.Suffix - Enum in org.pentaho.di.core.vfs
-
- KettleXMLException - Exception in org.pentaho.di.core.exception
-
This exception is throws when and error is found in an XML snippet.
- KettleXMLException() - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
-
Constructs a new throwable with null as its detail message.
- KettleXMLException(String) - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
-
Constructs a new throwable with the specified detail message.
- KettleXMLException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
-
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
- KettleXMLException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
-
Constructs a new throwable with the specified detail message and cause.
- KEY_SIZE - Static variable in class org.pentaho.di.core.encryption.CertificateGenEncryptUtil
-
- KingbaseESDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Firebird specific information through static final members
- KingbaseESDatabaseMeta() - Constructor for class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- KNOX_GATEWAY_ROOT - Static variable in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- KSheet - Interface in org.pentaho.di.core.spreadsheet
-
The interface that is needed by ExcelInput to handle a single numeric data sheet in a workbook.
- KWorkbook - Interface in org.pentaho.di.core.spreadsheet
-
- S3VFS_USE_TEMPORARY_FILE_ON_UPLOAD_DATA - Static variable in class org.pentaho.di.core.Const
-
A variable to configure s3vfs to use a temporary file on upload data to S3 Amazon."
- safeAppendDirectory(String, String) - Static method in class org.pentaho.di.core.Const
-
implemented to help prevent errors in matching up pluggable LAF directories and paths/files eliminating malformed
URLs - duplicate file separators or missing file separators.
- safeModeLocal - Static variable in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- safeToLowerCase(Object) - Static method in class org.pentaho.di.core.util.StringUtil
-
- sameDB(String) - Method in class org.pentaho.di.core.DBCacheEntry
-
- sanitizeName(String) - Method in class org.pentaho.di.connections.vfs.BaseVFSConnectionProvider
-
- sanitizeName(String) - Method in interface org.pentaho.di.connections.vfs.VFSConnectionProvider
-
- SAPDBDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains SAP DB specific information through static final members
- SAPDBDatabaseMeta() - Constructor for class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- save(T) - Method in class org.pentaho.di.connections.ConnectionManager
-
- saveCache() - Method in class org.pentaho.di.core.DBCache
-
- saveProps() - Method in class org.pentaho.di.core.Props
-
- saveSettings() - Method in class org.pentaho.di.i18n.LanguageChoice
-
- saveToRepository(RepositoryAttributeInterface) - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
Saves the log table to a repository.
- Schema - Class in org.pentaho.di.core.database
-
Contains the information that's stored in a single schema.
- Schema(String, String[]) - Constructor for class org.pentaho.di.core.database.Schema
-
- Schema(String) - Constructor for class org.pentaho.di.core.database.Schema
-
- SCHEME - Static variable in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetailsProvider
-
- ScrollBarInterface - Interface in org.pentaho.di.core.gui
-
- searchForType(PluginTypeInterface) - Method in interface org.pentaho.di.core.plugins.PluginRegistryExtension
-
- searchLibDir - Variable in class org.pentaho.di.core.plugins.BasePluginType
-
- searchPlugins() - Method in class org.pentaho.di.core.plugins.BasePluginType
-
Let's put in code here to search for the step plugins..
- searchPlugins() - Method in interface org.pentaho.di.core.plugins.PluginTypeInterface
-
- searchValue(String) - Method in class org.pentaho.di.compatibility.Row
-
Search the Value by name in the row.
- searchValueIndex(String) - Method in class org.pentaho.di.compatibility.Row
-
Search the Value by name in the row, return the Values index.
- searchValueMeta(String) - Method in class org.pentaho.di.core.row.RowMeta
-
Searches for a value with a certain name in the value meta list
- searchValueMeta(String) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Searches for a value with a certain name in the value meta list.
- secondOfMinute(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- SELECT_COUNT_STATEMENT - Static variable in class org.pentaho.di.core.database.BaseDatabaseMeta
-
The SQL, minus the table name, to select the number of rows from a table
- SEQUENCE_FOR_BATCH_ID - Static variable in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- serializable - Variable in class org.pentaho.di.compatibility.ValueSerializable
-
- serialVersionUID - Static variable in class org.pentaho.di.compatibility.Row
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.IdNotFoundException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.JobStoppedException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleDatabaseException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleDependencyException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleEOFException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleFileException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleJobException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleObjectExistsException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleRepositoryNotSupportedException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleRowException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleStepException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleTransException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleValueException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleVersionException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.KettleXMLException
-
- serialVersionUID - Static variable in exception org.pentaho.di.core.exception.LookupReferencesException
-
- setAccessType(int) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setAccessType(int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setAccessType(int) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Set the type of database access.
- setActive() - Method in class org.pentaho.di.core.DBCache
-
- setActive(boolean) - Method in class org.pentaho.di.core.DBCache
-
- setAlpha(int) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setAntialias(boolean) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setArguments(Object[]) - Method in class org.pentaho.di.core.logging.LogMessage
-
Deprecated.
- setAskAboutReplacingDatabaseConnections(boolean) - Method in class org.pentaho.di.core.Props
-
- setAttribute(String, String, String) - Method in interface org.pentaho.di.core.AttributesInterface
-
Add an attribute to an attribute group
- setAttribute(String, String) - Method in interface org.pentaho.di.repository.RepositoryAttributeInterface
-
Set a String attribute
- setAttribute(String, boolean) - Method in interface org.pentaho.di.repository.RepositoryAttributeInterface
-
Set a boolean attribute
- setAttribute(String, long) - Method in interface org.pentaho.di.repository.RepositoryAttributeInterface
-
Set an integer attribute
- setAttributes(String, Map<String, String>) - Method in interface org.pentaho.di.core.AttributesInterface
-
Add a map of attributes to an attribute group.
- setAttributes(Properties) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Set extra attributes on this database connection
- setAttributes(Properties) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Set extra attributes on this database connection
- setAttributes(Properties) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Set extra attributes on this database connection
- setAttributesMap(Map<String, Map<String, String>>) - Method in interface org.pentaho.di.core.AttributesInterface
-
Pass a map of group attributes
- setAutoCommit(boolean) - Method in class org.pentaho.di.core.database.Database
-
- setBackground(PrimitiveGCInterface.EColor) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setBackground(int, int, int) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setBatchId(long) - Method in class org.pentaho.di.core.logging.LoggingHierarchy
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setBigNumber(BigDecimal) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setBigNumber(BigDecimal) - Method in class org.pentaho.di.compatibility.ValueString
-
- setBigNumberFormatting(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setBoolean(boolean) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setBoolean(boolean) - Method in class org.pentaho.di.compatibility.ValueString
-
- setBuffer(List<Object[]>) - Method in class org.pentaho.di.core.row.RowBuffer
-
- setBuildDate(String) - Method in class org.pentaho.di.version.BuildVersion
-
- setBuildUser(String) - Method in class org.pentaho.di.version.BuildVersion
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setBytes(byte[]) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setBytes(byte[]) - Method in class org.pentaho.di.compatibility.ValueString
-
- setCacheHits(int) - Method in class org.pentaho.di.core.xml.XMLHandlerCache
-
Allows you to (re-)set the number of cache hits
- setCarteObjectId(String) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setCaseInsensitive(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setCaseInsensitive(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets whether or not the value object is case sensitive.
- setCasesUrl(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setCasesUrl(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setCatalogName(String) - Method in class org.pentaho.di.core.database.Catalog
-
- setCatalogs(Catalog[]) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setCategory(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setCauses(List<Exception>) - Method in exception org.pentaho.di.core.exception.KettleConversionException
-
- setChanged(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setChanged(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setChanged() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setChanged(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setChangedDate(Date) - Method in class org.pentaho.di.shared.SharedObjectBase
-
- setChildren(List<RepositoryDirectoryInterface>) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- setChildren(List<RepositoryDirectoryInterface>) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
sets the list of child directories
- setClassLoaderGroup(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setClassLoaderGroup(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setClassMap(Map<Class<?>, String>) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setClient(KettleClientEnvironment.ClientType) - Method in class org.pentaho.di.core.KettleClientEnvironment
-
- setClientID(String) - Method in class org.pentaho.di.core.KettleClientEnvironment
-
Set the Client ID which has significance when the ClientType == OTHER
- setClusterTemplate(NamedClusterOsgi) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterServiceOsgi
-
This method will set the cluster template used when creating new NamedClusters
- setCollatorDisabled(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setCollatorDisabled(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets whether or not the value object should be sorted according to a locale using a collator
- setCollatorLocale(Locale) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setCollatorLocale(Locale) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the Locale of the collator
- setCollatorStrength(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setCollatorStrength(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the strength of the collator.
- setComment(String) - Method in class org.pentaho.di.core.ResultFile
-
- setComments(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setComments(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the comments for the object implementing the interface.
- setCommit(int) - Method in class org.pentaho.di.core.database.Database
-
Specify after how many rows a commit needs to occur when inserting or updating values.
- setComplete(boolean) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setCondition(int, Condition) - Method in class org.pentaho.di.core.Condition
-
- setConnection(Connection) - Method in class org.pentaho.di.core.database.Database
-
Allows for the injection of a "life" connection, generated by a piece of software outside of Kettle.
- setConnectionGroup(String) - Method in class org.pentaho.di.core.database.Database
-
- setConnectionName(String) - Method in interface org.pentaho.di.core.logging.LogTableCoreInterface
-
- setConnectionPoolingProperties(Properties) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setConnectionPoolingProperties(Properties) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
set the connection pooling properties
- setConnectionPoolingProperties(Properties) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setConnectionTimeout(int) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setConnectSQL(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setConnectSQL(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setConnectSQL(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setContainerObjectId(String) - Method in class org.pentaho.di.core.database.Database
-
- setContainerObjectId(String) - Method in class org.pentaho.di.core.logging.LogChannel
-
- setContainerObjectId(String) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- setContainerObjectId(String) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setConversionMask(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setConversionMask(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the conversion mask.
- setConversionMeta(ValueMetaInterface) - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- setConversionMetadata(ValueMetaInterface) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setConversionMetadata(ValueMetaInterface) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Attach conversion metadata to a String object to see where it came from and with which mask it was generated, the
encoding, the local languages used, padding, etc.
- setCopy(int) - Method in class org.pentaho.di.core.database.Database
-
- setCopy(String) - Method in class org.pentaho.di.core.logging.LogMessage
-
- setCount(Long) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setCounter(long) - Method in class org.pentaho.di.core.Counter
-
- setCounter(String, Counter) - Method in class org.pentaho.di.core.Counters
-
- setCredentials(String, String, AuthScope) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setCredentials(String, String) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setCurrencySymbol(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setCurrencySymbol(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the currency symbol.
- setCustomParameter(String, String) - Method in class org.pentaho.di.core.Props
-
Set the custom parameter
- setData(Object[]) - Method in class org.pentaho.di.core.RowMetaAndData
-
- setDatabase(DatabaseMeta) - Method in class org.pentaho.di.core.SQLStatement
-
Sets the database connection for this SQL Statement
- setDatabaseDialect(String) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setDatabaseInterface(DatabaseInterface) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Set the system dependend database interface for this database metadata definition
- setDatabaseName(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setDatabaseName(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setDatabaseName(String) - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- setDatabasePortNumberString(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setDatabasePortNumberString(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setDatabaseType(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setDataSourceProviderInterface(DataSourceProviderInterface) - Static method in class org.pentaho.di.core.database.DataSourceProviderFactory
-
- setDataTablespace(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setDataTablespace(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setDataTablespace(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setDataType(int) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setDate(Date) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setDate(Date) - Method in class org.pentaho.di.compatibility.ValueString
-
- setDate(Date) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setDate(Date) - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- setDate(Date) - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- setDateFormatLenient(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setDateFormatLenient(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Set to true if the date formatting (parsing) is to be set to lenient.
- setDateFormatLocale(Locale) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setDateFormatLocale(Locale) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the locale of the date format.
- setDateFormatSymbols(DateFormatSymbols) - Method in class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
-
Sets the date and time format symbols of this date format.
- setDateFormatTimeZone(TimeZone) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setDateFormatTimeZone(TimeZone) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- setDatePattern(SimpleDateFormat) - Method in interface org.pentaho.di.core.plugins.IValueMetaConverter
-
- setDatePattern(SimpleDateFormat) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- setDbInfo(DatabaseMeta) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setDBName(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Set the name of the database.
- setDBPort(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Sets the port on which the database listens.
- setDecimalSymbol(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setDecimalSymbol(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the decimal symbol.
- setDefault() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Set default values for an Oracle database.
- setDefaultCharset(Charset) - Method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
Defines the default Charset
used in case the buffer represents an 8-bit Charset
.
- setDefaultConversionMask() - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setDefaultLocale(Locale) - Method in class org.pentaho.di.i18n.LanguageChoice
-
- setDefaultValue(String) - Method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- setDescription(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setDescription(String) - Method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- setDescription(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setDescription(String) - Method in interface org.pentaho.di.core.DescriptionInterface
-
- setDescription(String) - Method in class org.pentaho.di.core.KettleAttribute
-
- setDescription(String) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setDescription(String) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setDescription(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setDescription(String) - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Sets the description of the repository object.
- setDisableInitialExecutionHistory(boolean) - Method in class org.pentaho.di.core.Props
-
- setDisplayName(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setDisplayName(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setDisplayName(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setDocumentationUrl(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setDocumentationUrl(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setDone() - Method in class org.pentaho.di.core.BlockingBatchingRowSet
-
- setDone() - Method in interface org.pentaho.di.core.RowSet
-
- setDuration(Long) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setElapsedTimeMillis(long) - Method in class org.pentaho.di.core.Result
-
Sets the elapsed time of the ETL execution in milliseconds
- setEmbeddedMetastore(IMetaStore) - Method in interface org.pentaho.di.core.osgi.api.MetastoreLocatorOsgi
-
Registers a metastore provider that returns the received metastore with the current thread.
- setEnabled(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setEndDate(Date) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setEnforce8Bit(boolean) - Method in class org.pentaho.di.core.fileinput.CharsetToolkit
-
If US-ASCII is recognized, enforce to return the default encoding, rather than US-ASCII.
- setEntryNr(long) - Method in class org.pentaho.di.core.Result
-
Sets the entry number to the specified value
- setError(String) - Method in class org.pentaho.di.core.SQLStatement
-
Sets the error that occurred when obtaining the SQL.
- setErrorCode(String) - Method in class org.pentaho.di.core.CheckResult
-
- setErrorCode(String) - Method in interface org.pentaho.di.core.CheckResultInterface
-
Sets the component-specific result/error code.
- setErrorHelpFile(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setErrorHelpFile(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setErrorsField(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setException(KettleException) - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- setExceptionsList(List<Exception>) - Method in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
- setExecutable(boolean, boolean) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- setExecutionId(String) - Method in class org.pentaho.di.core.Result
-
Sets a unique identifier of an ETL execution, should one ever care to declare one such
- setExitStatus(int) - Method in class org.pentaho.di.core.Result
-
Sets the exit status value to the specified value
- setFieldName(String) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setFields(List<ValueMetaInterface>) - Method in exception org.pentaho.di.core.exception.KettleConversionException
-
- setFile(FileObject) - Method in class org.pentaho.di.core.ResultFile
-
- setFilename(String) - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- setFilename(String) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setFilepath(String) - Method in exception org.pentaho.di.core.exception.KettleFileNotFoundException
-
- setFileSystemOptions(FileSystemOptions) - Method in class org.pentaho.di.connections.vfs.builder.VFSConnectionConfigurationBuilder
-
- setFilter(String) - Method in class org.pentaho.di.core.logging.LogChannel
-
- setFilter(String) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- setFolder(String) - Method in class org.pentaho.di.core.plugins.PluginFolder
-
- setFont(PrimitiveGCInterface.EFont) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setFont(String, int, boolean, boolean) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setForcingIdentifiersToLowerCase(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setForcingIdentifiersToLowerCase(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setForcingIdentifiersToLowerCase(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setForcingIdentifiersToLowerCase(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setForcingIdentifiersToUpperCase(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setForcingIdentifiersToUpperCase(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setForcingIdentifiersToUpperCase(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setForcingIdentifiersToUpperCase(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setForcingSeparateLogging(boolean) - Method in class org.pentaho.di.core.database.Database
-
- setForcingSeparateLogging(boolean) - Method in class org.pentaho.di.core.logging.LogChannel
-
- setForcingSeparateLogging(boolean) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
This option will force the create of a separate logging channel even if the logging concerns identical objects with
identical names.
- setForcingSeparateLogging(boolean) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setForcingSeparateLogging(boolean) - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
This option will force the create of a separate logging channel even if the logging concerns identical objects with
identical names.
- setForcingSeparateLogging(boolean) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setForeground(PrimitiveGCInterface.EColor) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setForeground(int, int, int) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setForumUrl(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setForumUrl(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setFromIndex(int) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setFunction(int) - Method in class org.pentaho.di.core.Condition
-
- setGatewayPassword(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setGatewayUrl(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setGatewayUsername(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setGatheringMetrics(boolean) - Method in class org.pentaho.di.core.database.Database
-
- setGatheringMetrics(boolean) - Method in class org.pentaho.di.core.logging.LogChannel
-
- setGatheringMetrics(boolean) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- setGatheringMetrics(boolean) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setGatheringMetrics(boolean) - Method in interface org.pentaho.di.core.logging.LoggingObjectInterface
-
Enable of disable kettle metrics gathering during execution
- setGatheringMetrics(boolean) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setGroupingSymbol(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setGroupingSymbol(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the grouping symbol.
- setHdfsHost(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setHdfsPassword(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setHdfsPort(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setHdfsUsername(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setHeight(int) - Method in interface org.pentaho.di.core.gui.GUISizeInterface
-
- setHint(LifeEventInfo.Hint) - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- setHost(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setHostname(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setHostname(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setHostname(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Sets the hostname of the machine on which the database runs.
- setHostname(String) - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- setId(String) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- setId(String) - Method in class org.pentaho.di.www.WebResult
-
- setIds(String[]) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setIgnore() - Method in class org.pentaho.di.compatibility.Row
-
Marks this row as to be ignored by the next steps.
- setIgnore(boolean) - Method in class org.pentaho.di.compatibility.Row
-
Marks this row as to be ignored or not by the next steps.
- setIgnoreWhitespace(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setIgnoreWhitespace(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Set Ignore Whitespace
Only applicable for TYPE_STRING comparisons
- setImageFile(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setImageFile(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setInactive() - Method in class org.pentaho.di.core.DBCache
-
- setIncrement(long) - Method in class org.pentaho.di.core.Counter
-
- setIndex(Object[]) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setIndex(Object[]) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the index.
- setIndexTablespace(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setIndexTablespace(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setIndexTablespace(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setInitialPoolSize(int) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setInitialPoolSize(int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setInitialPoolSize(int) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setInitialPoolSizeString(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setInitialPoolSizeString(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setInitialPoolSizeString(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setInteger(long) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setInteger(long) - Method in class org.pentaho.di.compatibility.ValueString
-
- setItems(String[]) - Method in class org.pentaho.di.core.database.Catalog
-
- setItems(String[]) - Method in class org.pentaho.di.core.database.Schema
-
- setJarFile(URL) - Method in class org.pentaho.di.core.plugins.JarFileAnnotationPlugin
-
- setJobTrackerHost(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setJobTrackerPort(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setKafkaBootstrapServers(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setKey(String) - Method in class org.pentaho.di.core.KettleAttribute
-
- setKey(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setLabel(String) - Method in class org.pentaho.di.connections.ConnectionManager.Type
-
- setLargeTextField(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setLargeTextField(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Set to true if the this is to be a large text field (CLOB, TEXT) with arbitrary length.
- setLastArguments(String[]) - Method in class org.pentaho.di.core.Props
-
Set the last arguments so that we can recall it the next time...
- setLastModifiedDate(long) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setLastRepository(String) - Method in class org.pentaho.di.core.Props
-
- setLastRepositoryLogin(String) - Method in class org.pentaho.di.core.Props
-
- setLayout(KettleLogLayout) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- setLeftValuename(String) - Method in class org.pentaho.di.core.Condition
-
- setLength(int) - Method in class org.pentaho.di.compatibility.Value
-
Sets the length of the Number, Integer or String to the specified length Note: no truncation of the value takes
place, this is meta-data only!
- setLength(int, int) - Method in class org.pentaho.di.compatibility.Value
-
Sets the length and the precision of the Number, Integer or String to the specified length & precision Note: no
truncation of the value takes place, this is meta-data only!
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setLength(int) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setLength(int, int) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setLength(int, int) - Method in class org.pentaho.di.compatibility.ValueString
-
- setLength(int) - Method in class org.pentaho.di.compatibility.ValueString
-
- setLength(int) - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
-
- setLength(int) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setLength(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setLength(int, int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setLength(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the length.
- setLength(int, int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the length.
- setLenientStringToNumber(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setLenientStringToNumber(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- setLevel(LogLevel) - Method in class org.pentaho.di.core.logging.KettleLoggingEvent
-
- setLevel(LogLevel) - Method in class org.pentaho.di.core.logging.LogMessage
-
Deprecated.
- setLibraries(List<String>) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setLinesInHistoryFetchSize(int) - Method in class org.pentaho.di.core.Props
-
- setLineStyle(PrimitiveGCInterface.ELineStyle) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setLineWidth(int) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setLocale(Locale) - Static method in class org.pentaho.di.i18n.AbstractMessageHandler
-
forced override, concrete implementations must provide implementation
- setLocale(Locale) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- setLocation(Point) - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
-
- setLocation(int, int) - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
-
- setLogChannelId(String) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setLogChannelId(String) - Method in class org.pentaho.di.core.logging.LogMessage
-
Deprecated.
- setLogChannelId(String) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setLogChannelId(String) - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- setLogChannelId(String) - Method in class org.pentaho.di.core.Result
-
Sets the log channel id of the object that was executed (trans, job, job entry, etc)
- setLogChannelInterfaceFactory(LogChannelInterfaceFactory) - Static method in class org.pentaho.di.core.logging.KettleLogStore
-
- setLogDate(Date) - Method in class org.pentaho.di.core.TimedRow
-
- setLogDateField(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setLogField(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setLogFilter(String) - Method in class org.pentaho.di.core.Props
-
- setLogger(LogChannelInterface) - Method in class org.pentaho.di.core.util.SortedFileOutputStream
-
Setter
- setLoggingObject(LoggingObjectInterface) - Method in class org.pentaho.di.core.logging.LoggingHierarchy
-
- setLoggingText(String) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setLogLevel(LogLevel) - Method in class org.pentaho.di.core.database.Database
-
- setLogLevel(LogLevel) - Static method in class org.pentaho.di.core.logging.DefaultLogLevel
-
- setLogLevel(LogLevel) - Method in class org.pentaho.di.core.logging.LogChannel
-
- setLogLevel(LogLevel) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
- setLogLevel(LogLevel) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setLogLevel(LogLevel) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setLogLevel(String) - Method in class org.pentaho.di.core.Props
-
- setLogText(String) - Method in class org.pentaho.di.core.Result
-
Sets the logging text to the specified String
- setLookup(String, String[], String[], String[], String[], String) - Method in class org.pentaho.di.core.database.Database
-
- setLookup(String, String, String[], String[], String[], String[], String) - Method in class org.pentaho.di.core.database.Database
-
- setLookup(String, String[], String[], String[], String[], String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- setLookup(String, String, String[], String[], String[], String[], String, boolean) - Method in class org.pentaho.di.core.database.Database
-
- setLoop(boolean) - Method in class org.pentaho.di.core.Counter
-
- setMapr(boolean) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setMax(Object) - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- setMaximum(long) - Method in class org.pentaho.di.core.Counter
-
- setMaximumPoolSize(int) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setMaximumPoolSize(int) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setMaximumPoolSize(int) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setMaximumPoolSizeString(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setMaximumPoolSizeString(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setMaximumPoolSizeString(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setMaxLogLineTimeoutMinutes(int) - Method in class org.pentaho.di.core.Props
-
- setMaxNrLines(int) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- setMaxNrLinesInHistory(int) - Method in class org.pentaho.di.core.Props
-
- setMaxNrLinesInLog(int) - Method in class org.pentaho.di.core.Props
-
- setMessage(String) - Method in class org.pentaho.di.core.database.DatabaseTestResults
-
- setMessage(String) - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- setMessage(Object) - Method in class org.pentaho.di.core.logging.KettleLoggingEvent
-
- setMessage(String) - Method in class org.pentaho.di.core.logging.LogMessage
-
Deprecated.
- setMessage(String) - Method in class org.pentaho.di.www.WebResult
-
- setMetastoreSupplier(Supplier<IMetaStore>) - Method in class org.pentaho.di.connections.ConnectionManager
-
- setMetric(MetricsInterface) - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- setMin(Object) - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- setModifiedDate(Date) - Method in class org.pentaho.di.connections.vfs.VFSRoot
-
- setName(String) - Method in class org.pentaho.di.compatibility.Value
-
Sets the name of a Value
- setName(String) - Method in interface org.pentaho.di.connections.ConnectionDetails
-
- setName(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setName(String) - Method in class org.pentaho.di.connections.vfs.VFSRoot
-
- setName(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setName(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setName(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Sets the name of the database connection.
- setName(String) - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- setName(String) - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- setName(String) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setName(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setName(String) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- setName(String) - Method in class org.pentaho.di.core.plugins.KettleURLClassLoader
-
- setName(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setName(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setName(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the name.
- setName(String) - Method in interface org.pentaho.di.repository.ObjectRecipient
-
- setName(String) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Set the directory name (rename)
- setName(String) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Set the directory name (rename)
- setName(String) - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Sets the name of the repository object.
- setName(String) - Method in interface org.pentaho.di.repository.RepositoryElementMetaInterface
-
- setNameField(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setNativePlugin(boolean) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setNegated(boolean) - Method in class org.pentaho.di.core.Condition
-
- setNrErrors(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of errors that occurred during execution of this transformation or job
- setNrExecutedCommits(int) - Method in class org.pentaho.di.core.database.Database
-
- setNrFailures(int) - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- setNrFilesRetrieved(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of files retrieved to the specified value
- setNrLinesDeleted(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines deleted during execution of this transformation or job
- setNrLinesInput(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines input during execution of this transformation or job
- setNrLinesOutput(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines output during execution of this transformation or job
- setNrLinesRead(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines read during execution of this transformation or job
- setNrLinesRejected(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines rejected during execution of this transformation or job
- setNrLinesUpdated(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines updated during execution of this transformation or job
- setNrLinesWritten(long) - Method in class org.pentaho.di.core.Result
-
Sets the number of lines written during execution of this transformation or job
- setNrNull(int) - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- setNrSuccesses(int) - Method in class org.pentaho.di.core.util.StringEvaluationResult
-
- setNrUses(int) - Method in class org.pentaho.di.core.ObjectUsageCount
-
- setNull() - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to null, no type is being changed.
- setNull(boolean) - Method in class org.pentaho.di.compatibility.Value
-
Sets or unsets a value to null, no type is being changed.
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setNumber(double) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setNumber(double) - Method in class org.pentaho.di.compatibility.ValueString
-
- setNumberOfBinaryStringConversions(long) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setNumberOfBinaryStringConversions(long) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Returns the number of binary string to native data type done with this object conversions to set.
- setObjectCopy(String) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setObjectId(ObjectId) - Method in class org.pentaho.di.core.Condition
-
Set the database ID for this Condition in the repository.
- setObjectId(ObjectId) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setObjectId(ObjectId) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setObjectId(ObjectId) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setObjectId(ObjectId) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setObjectId(ObjectId) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Set the database ID for this object in the repository.
- setObjectId(ObjectId) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Set the database ID for this object in the repository.
- setObjectId(ObjectId) - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Sets the database ID in the repository for this object.
- setObjectName(String) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setObjectName(String) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setObjectName(String) - Method in class org.pentaho.di.core.ObjectUsageCount
-
- setObjectRevision(ObjectRevision) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setObjectRevision(ObjectRevision) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setObjectRevision(ObjectRevision) - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
Sets the object revision.
- setObjectType(LoggingObjectType) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setObjectType(LoggingObjectType) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setOk(boolean) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setOnlyActiveSteps(boolean) - Method in class org.pentaho.di.core.Props
-
- setOnlyUsedConnectionsSavedToXML(boolean) - Method in class org.pentaho.di.core.Props
-
- setOozieUrl(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setOpened(int) - Method in class org.pentaho.di.core.database.Database
-
- setOperator(int) - Method in class org.pentaho.di.core.Condition
-
- setOrigin(String) - Method in class org.pentaho.di.compatibility.Value
-
This method allows you to set the origin of the Value by means of the name of the originating step.
- setOrigin(String) - Method in class org.pentaho.di.core.ResultFile
-
- setOrigin(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOrigin(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the origin.
- setOriginalAutoIncrement(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalAutoIncrement(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original auto increment.
- setOriginalColumnType(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalColumnType(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original column type.
- setOriginalColumnTypeName(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalColumnTypeName(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original column type name.
- setOriginalNullable(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalNullable(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original nullable.
- setOriginalPrecision(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalPrecision(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original precision.
- setOriginalScale(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalScale(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original scale.
- setOriginalSigned(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOriginalSigned(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the original signed.
- setOriginParent(String) - Method in class org.pentaho.di.core.ResultFile
-
- setOutputPaddingEnabled(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setOutputPaddingEnabled(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Set to true if output padding is to be enabled (padding to specified length).
- setOutputStream(OutputStream) - Method in class org.pentaho.di.core.logging.FileLoggingEventListener
-
- setParameter(String) - Method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- setParameter(FileSystemOptions, String, String, String, String) - Method in interface org.pentaho.di.core.vfs.configuration.IKettleFileSystemConfigBuilder
-
Publicly expose a generic way to set parameters
- setParameter(FileSystemOptions, String, String, String, String) - Method in class org.pentaho.di.core.vfs.configuration.KettleGenericFileSystemConfigBuilder
-
- setParameter(FileSystemOptions, String, String, String, String) - Method in class org.pentaho.di.core.vfs.configuration.KettleSftpFileSystemConfigBuilder
-
Publicly expose a generic way to set parameters
- setParameterValue(String, String) - Method in interface org.pentaho.di.core.parameters.NamedParams
-
Set the value of a parameter.
- setParameterValue(String, String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
-
- setParent(Object) - Method in class org.pentaho.di.core.extension.ExtensionPointContext
-
- setParent(KettleAttributeInterface) - Method in class org.pentaho.di.core.KettleAttribute
-
- setParent(LoggingObjectInterface) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setParent(LoggingObjectInterface) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setParent(RepositoryDirectoryInterface) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Change the parent of this directory.
- setParent(RepositoryDirectoryInterface) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Change the parent of this directory.
- setParentNode(Node) - Method in class org.pentaho.di.core.xml.XMLHandlerCacheEntry
-
- setParentVariableSpace(VariableSpace) - Method in class org.pentaho.di.core.database.Database
-
- setParentVariableSpace(VariableSpace) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setParentVariableSpace(VariableSpace) - Method in class org.pentaho.di.core.variables.Variables
-
- setParentVariableSpace(VariableSpace) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Set the parent variable space
- setPartitioned(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPartitioned(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPartitioned(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setPartitionId(String) - Method in class org.pentaho.di.core.database.Database
-
- setPartitionId(String) - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- setPartitioningInformation(PartitionDatabaseMeta[]) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPartitioningInformation(PartitionDatabaseMeta[]) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPartitioningInformation(PartitionDatabaseMeta[]) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setPassword(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setPassword(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPassword(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPassword(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Sets the password to log into the database on this connection.
- setPassword(String) - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- setPluginAnnotationsFolder(boolean) - Method in class org.pentaho.di.core.plugins.PluginFolder
-
- setPluginFolder(URL) - Method in class org.pentaho.di.core.plugins.JarFileAnnotationPlugin
-
- setPluginFolders(List<PluginFolderInterface>) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
- setPluginId(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPluginId(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPluginId(String) - Method in exception org.pentaho.di.core.exception.KettlePluginLoaderException
-
- setPluginName(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPluginName(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPluginType(Class<? extends PluginTypeInterface>) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setPluginXmlFolder(boolean) - Method in class org.pentaho.di.core.plugins.PluginFolder
-
- setPort(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setPort(String) - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.Value
-
Sets the precision of this Value Note: no rounding or truncation takes place, this is meta-data only!
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setPrecision(int) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setPrecision(int) - Method in class org.pentaho.di.compatibility.ValueString
-
- setPrecision(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setPrecision(int) - Method in class org.pentaho.di.core.row.value.ValueMetaConverter
-
- setPrecision(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the precision.
- setPreferredSchemaName(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPreferredSchemaName(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPreferredSchemaName(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setPreparedStatementValue(DatabaseMeta, PreparedStatement, int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setPreparedStatementValue(DatabaseMeta, PreparedStatement, int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaInternetAddress
-
- setPreparedStatementValue(DatabaseMeta, PreparedStatement, int, Object) - Method in class org.pentaho.di.core.row.value.ValueMetaTimestamp
-
- setPreparedStatementValue(DatabaseMeta, PreparedStatement, int, Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Set a value on a JDBC prepared statement on the specified position
- setPreserveReservedCase(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setPreserveReservedCase(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setPreserveReservedCase(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setPreserveReservedCase(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setProcedures(String[]) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setProcLookup(String, String[], String[], int[], String, int) - Method in class org.pentaho.di.core.database.Database
-
- setProcValues(RowMetaInterface, Object[], int[], String[], boolean) - Method in class org.pentaho.di.core.database.Database
-
- setProperty(Object, String, String) - Method in class org.pentaho.di.core.config.PropertySetter
-
- setProperty(String, String) - Method in class org.pentaho.di.core.Props
-
- setProtocol(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setProxy(String, int) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setProxy(String, int, String) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setQuery(boolean) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setQueryLimit(int) - Method in class org.pentaho.di.core.database.Database
-
Set the maximum number of records to retrieve from a query.
- setQuoteAllFields(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setQuoteAllFields(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setQuoteAllFields(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setQuoteAllFields(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setReadable(boolean, boolean) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- setReadOnly(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Sets the marker used to determine if the DatabaseMeta should be allowed to be modified/saved.
- setRedirect(RedirectStrategy) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setRegistrationDate(Date) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setRegistrationDate(Date) - Method in class org.pentaho.di.core.logging.SimpleLoggingObject
-
- setRelation(Object) - Method in class org.pentaho.di.core.extension.ExtensionPointContext
-
- setRemoteSlaveServerName(String) - Method in interface org.pentaho.di.core.RowSet
-
- setRepCode(String) - Method in class org.pentaho.di.core.KettleAttribute
-
- setReplaceDatabaseConnections(boolean) - Method in class org.pentaho.di.core.Props
-
- setRepositoryDirectory(RepositoryDirectoryInterface) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setRepositoryDirectory(RepositoryDirectory) - Method in class org.pentaho.di.core.logging.LoggingObject
-
- setRepositoryDirectory(RepositoryDirectoryInterface) - Method in interface org.pentaho.di.repository.RepositoryElementInterface
-
- setRepositoryObjects(List<RepositoryElementMetaInterface>) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- setRepositoryObjects(List<RepositoryElementMetaInterface>) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
sets the list of child files
- setResult(boolean) - Method in class org.pentaho.di.core.Result
-
Sets the result of the transformation or job.
- setResult(String) - Method in class org.pentaho.di.www.WebResult
-
- setResultFiles(Map<String, ResultFile>) - Method in class org.pentaho.di.core.Result
-
Sets the result files for this Result to the specified Map of ResultFile objects
- setRevision(String) - Method in class org.pentaho.di.version.BuildVersion
-
- setRightExact(ValueMetaAndData) - Method in class org.pentaho.di.core.Condition
-
- setRightExactID(ObjectId) - Method in class org.pentaho.di.core.Condition
-
Set the database ID for the RightExact Value in the repository.
- setRightValuename(String) - Method in class org.pentaho.di.core.Condition
-
- setRootChannelId(String) - Method in class org.pentaho.di.core.logging.LoggingHierarchy
-
- setRow(Object[]) - Method in class org.pentaho.di.core.TimedRow
-
- setRowData(Object[]) - Method in exception org.pentaho.di.core.exception.KettleConversionException
-
- setRowMeta(RowMetaInterface) - Method in class org.pentaho.di.core.row.RowBuffer
-
- setRowMeta(RowMetaInterface) - Method in class org.pentaho.di.core.RowMetaAndData
-
- setRowMeta(RowMetaInterface) - Method in interface org.pentaho.di.core.RowSet
-
- setRows(List<RowMetaAndData>) - Method in class org.pentaho.di.core.Result
-
Sets the resulting rowset from the job or transformation execution
- setSafeStop(boolean) - Method in class org.pentaho.di.core.Result
-
Returns the flag for safe stopping a transformation
- setSaperateClassLoaderNeeded(boolean) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setSavepoint() - Method in class org.pentaho.di.core.database.Database
-
- setSavepoint(String) - Method in class org.pentaho.di.core.database.Database
-
- setSchemaName(String) - Method in class org.pentaho.di.core.database.Schema
-
- setSchemas(Schema[]) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setSelected(boolean) - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setSerializable(Serializable) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setSerializable(Serializable) - Method in class org.pentaho.di.compatibility.ValueString
-
- setSerializedValue(Serializable) - Method in class org.pentaho.di.compatibility.Value
-
- setServername(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setServername(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setServername(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setShared(boolean) - Method in class org.pentaho.di.shared.SharedObjectBase
-
- setShared(boolean) - Method in interface org.pentaho.di.shared.SharedObjectInterface
-
- setShimIdentifier(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setShowNewSubtransPopup(boolean) - Method in class org.pentaho.di.core.Props
-
- setSocketTimeout(int) - Method in class org.pentaho.di.core.util.HttpClientManager.HttpClientBuilderFacade
-
- setSortedDescending(boolean) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setSortedDescending(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets whether or not the value should be set in a descending order.
- setSourcePosition(int) - Method in class org.pentaho.di.core.SourceToTargetMapping
-
- setSQL(String) - Method in class org.pentaho.di.core.SQLStatement
-
Sets the SQL to execute for this SQL Statement.
- setSQLServerInstance(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setState(LifeEventInfo.State) - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
-
- setStatement(String) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setStatusField(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setStepname(String) - Method in class org.pentaho.di.core.SQLStatement
-
Set the name of the step for which the SQL is intended
- setStopped(boolean) - Method in class org.pentaho.di.core.Result
-
Sets whether the transformation or job was stopped before completion
- setStorageMetadata(ValueMetaInterface) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setStorageMetadata(ValueMetaInterface) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the storage meta data.
- setStorageScheme(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setStorageType(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setStorageType(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the storage type.
- setStreamingResults(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setStreamingResults(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setStreamingResults(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setStreamingResults(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setStrictBigNumberInterpretation(boolean) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueBigNumber
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueBinary
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueBoolean
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueDate
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueInteger
-
- setString(String) - Method in interface org.pentaho.di.compatibility.ValueInterface
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueNumber
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueSerializable
-
- setString(String) - Method in class org.pentaho.di.compatibility.ValueString
-
- setStringEncoding(String) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setStringEncoding(String) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the string encoding.
- setSubject(Object) - Method in class org.pentaho.di.core.extension.ExtensionPointContext
-
- setSubject(String) - Method in class org.pentaho.di.core.logging.LogMessage
-
Deprecated.
- setSubject(Object) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setSubject(String) - Method in class org.pentaho.di.core.metrics.MetricsDuration
-
- setSubject(String) - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- setSubjectAllowed(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setSuccess(boolean) - Method in class org.pentaho.di.core.database.DatabaseTestResults
-
- setSuggestion(String) - Method in class org.pentaho.di.core.plugins.Plugin
-
- setSuggestion(String) - Method in interface org.pentaho.di.core.plugins.PluginInterface
-
- setSupportsBooleanDataType(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setSupportsBooleanDataType(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setSupportsBooleanDataType(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setSupportsBooleanDataType(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setSupportsTimestampDataType(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setSupportsTimestampDataType(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setSupportsTimestampDataType(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setSupportsTimestampDataType(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setSynonymMap(Map<String, Collection<String>>) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setSynonyms(String[]) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setTableMap(Map<String, Collection<String>>) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setTables(String[]) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setTag(String) - Method in class org.pentaho.di.core.xml.XMLHandlerCacheEntry
-
- setTargetPosition(int) - Method in class org.pentaho.di.core.SourceToTargetMapping
-
- setTaskName(String) - Method in interface org.pentaho.di.core.ProgressMonitorListener
-
- setTaskName(String) - Method in class org.pentaho.di.core.ProgressNullMonitorListener
-
- setText(String) - Method in class org.pentaho.di.core.CheckResult
-
- setText(String) - Method in interface org.pentaho.di.core.CheckResultInterface
-
Sets the text for the check-result
- setThreadNameFromToCopy(String, int, String, int) - Method in interface org.pentaho.di.core.RowSet
-
This method is used only in Trans.java when created RowSet at line 333.
- setThumb(int) - Method in interface org.pentaho.di.core.gui.ScrollBarInterface
-
- setTimeAdded(boolean) - Method in class org.pentaho.di.core.logging.KettleLogLayout
-
- setTimeStamp(long) - Method in class org.pentaho.di.core.logging.KettleLoggingEvent
-
- setTimestamp(Date) - Method in class org.pentaho.di.core.ResultFile
-
- setToIndex(int) - Method in class org.pentaho.di.core.database.SqlScriptStatement
-
- setTooltip(String) - Method in class org.pentaho.di.core.KettleAttribute
-
- setTransform(float, float, int, float) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- setTransverseLibDirs(boolean) - Method in class org.pentaho.di.core.plugins.BasePluginType
-
When set to true the PluginFolder objects created by this type will be instructed to search for additional plugins
in the lib directory of plugin folders.
- setTrimType(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
- setTrimType(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
Sets the trim type.
- setType(int) - Method in class org.pentaho.di.compatibility.Value
-
Set the type of this Value
- setType(int) - Method in class org.pentaho.di.core.CheckResult
-
- setType(int) - Method in interface org.pentaho.di.core.CheckResultInterface
-
Sets the check-result type
- setType(int) - Method in class org.pentaho.di.core.KettleAttribute
-
- setType(MetricsSnapshotType) - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- setType(int) - Method in class org.pentaho.di.core.Props
-
- setType(int) - Method in class org.pentaho.di.core.ResultFile
-
- setType(int) - Method in class org.pentaho.di.core.row.value.ValueMetaBase
-
Deprecated.
- setType(int) - Method in class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- setType(int) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
-
- setType(ObjectRecipient.Type) - Method in interface org.pentaho.di.repository.ObjectRecipient
-
- setUpdateCounts(int[]) - Method in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
-
- setUseDBCache(boolean) - Method in class org.pentaho.di.core.Props
-
- setUsedValueListeners(List<ValueUsedListener>) - Method in class org.pentaho.di.compatibility.Row
-
- setUseGateway(boolean) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setUsername(String) - Method in class org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
-
- setUsername(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setUsername(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setUsername(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Sets the username to log into the database on this connection.
- setUsername(String) - Method in class org.pentaho.di.core.database.PartitionDatabaseMeta
-
- setUsingConnectionPool(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setUsingConnectionPool(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setUsingConnectionPool(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setUsingDoubleDecimalAsSchemaTableSeparator(boolean) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- setUsingDoubleDecimalAsSchemaTableSeparator(boolean) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- setUsingDoubleDecimalAsSchemaTableSeparator(boolean) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setUsingDoubleDecimalAsSchemaTableSeparator(boolean) - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- setValue(int, Value) - Method in class org.pentaho.di.compatibility.Row
-
Set the value on index idx.
- setValue(BigDecimal) - Method in class org.pentaho.di.compatibility.Value
-
Sets the value to a BigDecimal number value.
- setValue(double) - Method in class org.pentaho.di.compatibility.Value
-
Sets the value to a double Number value.
- setValue(StringBuffer) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a String text
- setValue(StringBuilder) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a String text
- setValue(String) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a String text
- setValue(Date) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a Date
- setValue(boolean) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a boolean
- setValue(Boolean) - Method in class org.pentaho.di.compatibility.Value
-
- setValue(byte) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a long integer
- setValue(int) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a long integer
- setValue(long) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a long integer
- setValue(byte[]) - Method in class org.pentaho.di.compatibility.Value
-
Sets the Value to a byte array
- setValue(Value) - Method in class org.pentaho.di.compatibility.Value
-
Copy the Value from another Value.
- setValue(String) - Method in class org.pentaho.di.connections.ConnectionManager.Type
-
- setValue(OgnlContext, Object, Object) - Method in class org.pentaho.di.core.config.OgnlExpression
-
- setValue(PreparedStatement, ValueMetaInterface, Object, int) - Method in class org.pentaho.di.core.database.Database
-
- setValue(E) - Method in interface org.pentaho.di.core.gui.GUIOption
-
Sets the value; should also persist it.
- setValue(Long) - Method in class org.pentaho.di.core.metrics.MetricsSnapshot
-
- setValue(Long) - Method in interface org.pentaho.di.core.metrics.MetricsSnapshotInterface
-
- setValueData(Object) - Method in class org.pentaho.di.core.row.ValueMetaAndData
-
- setValueInterface(ValueInterface) - Method in class org.pentaho.di.compatibility.Value
-
- setValueMeta(int, ValueMetaInterface) - Method in class org.pentaho.di.core.row.RowMeta
-
Replaces a value meta entry in the row metadata with another one
- setValueMeta(int, ValueMetaInterface) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Replaces a value meta entry in the row metadata with another one.
- setValueMeta(ValueMetaInterface) - Method in class org.pentaho.di.core.row.ValueMetaAndData
-
- setValueMetaList(List<ValueMetaInterface>) - Method in class org.pentaho.di.core.row.RowMeta
-
- setValueMetaList(List<ValueMetaInterface>) - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Sets the value meta list.
- setValues(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- setValues(RowMetaAndData) - Method in class org.pentaho.di.core.database.Database
-
- setValues(RowMetaAndData, PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- setValues(RowMetaInterface, Object[], PreparedStatement) - Method in class org.pentaho.di.core.database.Database
-
- setValues(RowMetaInterface, Object[], PreparedStatement, int) - Method in class org.pentaho.di.core.database.Database
-
Sets the values of the preparedStatement pstmt.
- setValues(String, String, String, String, String, String, String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setValues(DatabaseMeta) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setValuesInsert(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- setValuesInsert(RowMetaAndData) - Method in class org.pentaho.di.core.database.Database
-
- setValuesLookup(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- setValuesUpdate(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- setVariable(String, String) - Method in class org.pentaho.di.core.database.Database
-
- setVariable(String, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- setVariable(String, String) - Method in class org.pentaho.di.core.variables.Variables
-
- setVariable(String, String) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Sets a variable in the Kettle Variables list.
- setVersion(String) - Method in class org.pentaho.di.version.BuildVersion
-
- setViewMap(Map<String, Collection<String>>) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setViews(String[]) - Method in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- setVisible(boolean) - Method in class org.pentaho.di.core.logging.LogTableField
-
- setVisible(boolean) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- setWidth(int) - Method in interface org.pentaho.di.core.gui.GUISizeInterface
-
- setWritable(boolean, boolean) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- setXmlCode(String) - Method in class org.pentaho.di.core.KettleAttribute
-
- setZooKeeperHost(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- setZooKeeperPort(String) - Method in interface org.pentaho.di.core.osgi.api.NamedClusterOsgi
-
- SftpFileSystemWindowsProvider - Class in org.pentaho.di.core.vfs
-
This class serves two main purposes.
- SftpFileSystemWindowsProvider() - Constructor for class org.pentaho.di.core.vfs.SftpFileSystemWindowsProvider
-
- SHADOW_SIZE - Static variable in class org.pentaho.di.core.Const
-
The default shadow size on the graphical view.
- SHARED_DATA_FILE - Static variable in class org.pentaho.di.core.Const
-
Name of the kettle shared data file
- SHARED_STREAMING_BATCH_POOL_SIZE - Static variable in class org.pentaho.di.core.Const
-
This environment variable is used by streaming consumer steps to limit the total of concurrent batches across transformations.
- SharedObjectBase - Class in org.pentaho.di.shared
-
- SharedObjectBase() - Constructor for class org.pentaho.di.shared.SharedObjectBase
-
- SharedObjectInterface - Interface in org.pentaho.di.shared
-
- shareVariablesWith(VariableSpace) - Method in class org.pentaho.di.core.database.Database
-
- shareVariablesWith(VariableSpace) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- shareVariablesWith(VariableSpace) - Method in class org.pentaho.di.core.variables.Variables
-
- shareVariablesWith(VariableSpace) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Share a variable space from another variable space.
- SHOW_FATAL_ERROR - Static variable in class org.pentaho.di.core.Const
-
- SHOW_MESSAGE_DIALOG_DB_TEST_DEFAULT - Static variable in class org.pentaho.di.core.Const
-
- SHOW_MESSAGE_DIALOG_DB_TEST_SUCCESS - Static variable in class org.pentaho.di.core.Const
-
- showNewSubtransPopup() - Method in class org.pentaho.di.core.Props
-
- shutdown() - Method in class org.pentaho.di.cluster.SlaveConnectionManager
-
- sign() - Method in class org.pentaho.di.compatibility.Value
-
- SIMPLE_NAME - Static variable in class org.pentaho.di.core.util.ExecutorUtil
-
- SimpleLoggingObject - Class in org.pentaho.di.core.logging
-
- SimpleLoggingObject(String, LoggingObjectType, LoggingObjectInterface) - Constructor for class org.pentaho.di.core.logging.SimpleLoggingObject
-
- SimpleTimestampFormat - Class in org.pentaho.di.core.row.value.timestamp
-
User: Dzmitry Stsiapanau Date: 3/13/14 Time: 6:32 PM
- SimpleTimestampFormat(String) - Constructor for class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
-
Constructs a SimpleTimestampFormat
using the given pattern and the default date format symbols for the
default locale.
- SimpleTimestampFormat(String, Locale) - Constructor for class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
-
Constructs a SimpleTimestampFormat
using the given pattern and the default date format symbols for the
given locale.
- SimpleTimestampFormat(String, DateFormatSymbols) - Constructor for class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
-
Constructs a using the given pattern and date format symbols.
- simplify() - Method in class org.pentaho.di.core.Condition
-
This method moves up atomic conditions if there is only one sub-condition.
- sin() - Method in class org.pentaho.di.compatibility.Value
-
- SINGLE_BYTE_ENCODINGS - Static variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- SINGLE_BYTE_ENCODINGS - Static variable in class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- SINGLE_KEY_ALGORITHM - Static variable in class org.pentaho.di.core.encryption.CertificateGenEncryptUtil
-
- SingleRowRowSet - Class in org.pentaho.di.core
-
A simplified rowset for steps that always only need to only have a single row on input...
- SingleRowRowSet() - Constructor for class org.pentaho.di.core.SingleRowRowSet
-
- size() - Method in class org.pentaho.di.compatibility.Row
-
Return number of Values in Row.
- size() - Method in class org.pentaho.di.core.BlockingBatchingRowSet
-
- size() - Method in class org.pentaho.di.core.BlockingListeningRowSet
-
- size() - Method in class org.pentaho.di.core.BlockingRowSet
-
- size() - Method in class org.pentaho.di.core.DBCache
-
- size() - Method in class org.pentaho.di.core.logging.LoggingBuffer
-
- size() - Method in class org.pentaho.di.core.QueueRowSet
-
- size() - Method in class org.pentaho.di.core.row.RowMeta
-
- size() - Method in interface org.pentaho.di.core.row.RowMetaInterface
-
Returns the size of the metadata row.
- size() - Method in class org.pentaho.di.core.RowMetaAndData
-
- size() - Method in interface org.pentaho.di.core.RowSet
-
- size() - Method in class org.pentaho.di.core.SingleRowRowSet
-
- SlaveConnectionManager - Class in org.pentaho.di.cluster
-
Encapsulates the Apache commons HTTP connection manager with a singleton.
- Slf4jLoggingEventListener - Class in org.pentaho.di.core.logging
-
- Slf4jLoggingEventListener() - Constructor for class org.pentaho.di.core.logging.Slf4jLoggingEventListener
-
- smaller(Value) - Method in class org.pentaho.di.compatibility.Value
-
- smaller_equal(Value) - Method in class org.pentaho.di.compatibility.Value
-
- snap(MetricsInterface, long...) - Method in class org.pentaho.di.core.logging.LogChannel
-
- snap(MetricsInterface, String, long...) - Method in class org.pentaho.di.core.logging.LogChannel
-
- snap(MetricsInterface, long...) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
Add a snapshot to the metrics system for this log channel at the time of invocation.
- snap(MetricsInterface, String, long...) - Method in interface org.pentaho.di.core.logging.LogChannelInterface
-
Add a maximum snapshot to the metrics system for this log channel at the time of invocation.
- SnowflakeHVDatabaseMeta - Class in org.pentaho.di.core.database
-
- SnowflakeHVDatabaseMeta() - Constructor for class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- SocketUtil - Class in org.pentaho.di.core.util
-
Utility class for socket related methods
- SocketUtil() - Constructor for class org.pentaho.di.core.util.SocketUtil
-
- SORT_SIZE - Static variable in class org.pentaho.di.core.Const
-
Sort size: how many rows do we sort in memory at once?
- SORT_TYPE_ASCENDING - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
Indicating that the rows are not sorted ascending on this key
- SORT_TYPE_DESCENDING - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
Indicating that the rows are sorted descending on this key
- SORT_TYPE_NOT_SORTED - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
Indicating that the rows are not sorted on this key
- sortedDescending - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- SortedFileOutputStream - Class in org.pentaho.di.core.util
-
- SortedFileOutputStream(File) - Constructor for class org.pentaho.di.core.util.SortedFileOutputStream
-
CT
- sortFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
-
- sortRows(List<Row>, int[], boolean[]) - Static method in class org.pentaho.di.compatibility.Row
-
- sortStrings(String[]) - Static method in class org.pentaho.di.core.Const
-
Sort the strings of an array in alphabetical order.
- sortTypeCodes - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
The Constant sortTypeCodes.
- SourceToTargetMapping - Class in org.pentaho.di.core
-
- SourceToTargetMapping(int, int) - Constructor for class org.pentaho.di.core.SourceToTargetMapping
-
Creates a new source-to-target mapping
- SpeedTest - Class in org.pentaho.di.core.row
-
- SpeedTest() - Constructor for class org.pentaho.di.core.row.SpeedTest
-
- split(String) - Method in class org.pentaho.di.core.database.SqlScriptParser
-
This method splits script into separate statements.
- splitPath(String, String) - Static method in class org.pentaho.di.core.Const
-
Convert strings separated by a string into an array of strings.
- splitString(String, String) - Static method in class org.pentaho.di.core.Const
-
Convert strings separated by a string into an array of strings.
- splitString(String, char) - Static method in class org.pentaho.di.core.Const
-
Convert strings separated by a character into an array of strings.
- splitString(String, char, boolean) - Static method in class org.pentaho.di.core.Const
-
Convert strings separated by a character into an array of strings.
- splitString(String, String, String) - Static method in class org.pentaho.di.core.Const
-
Split the given string using the given delimiter and enclosure strings.
- splitString(String, String, String, boolean) - Static method in class org.pentaho.di.core.Const
-
Split the given string using the given delimiter and enclosure strings.
- SPOON_LOG_FILE - Static variable in class org.pentaho.di.core.Const
-
The base name of the Spoon logfile
- SqlCommentScrubber - Class in org.pentaho.di.core.database
-
- SQLiteDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains SQLite specific information through static final members
- SQLiteDatabaseMeta() - Constructor for class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- SqlScriptParser - Class in org.pentaho.di.core.database
-
This class represents a splitter of SQL script into separate statements.
- SqlScriptParser(boolean) - Constructor for class org.pentaho.di.core.database.SqlScriptParser
-
- SqlScriptStatement - Class in org.pentaho.di.core.database
-
- SqlScriptStatement(String, int, int, boolean) - Constructor for class org.pentaho.di.core.database.SqlScriptStatement
-
- SQLStatement - Class in org.pentaho.di.core
-
This class contains all that is needed to execute an SQL statement in a database.
- SQLStatement(String, DatabaseMeta, String) - Constructor for class org.pentaho.di.core.SQLStatement
-
Creates a new SQLStatement
- sqrt() - Method in class org.pentaho.di.compatibility.Value
-
- sqrt(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- startsWith(Value) - Method in class org.pentaho.di.compatibility.Value
-
- startsWith(String) - Method in class org.pentaho.di.compatibility.Value
-
- startsWithScheme(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
Check if filename starts with one of the known protocols like file: zip: ram: smb: jar: etc.
- stopped - Variable in class org.pentaho.di.core.Result
-
Whether the job or transformation was stopped.
- STORAGE_TYPE_BINARY_STRING - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
The storage type is binary: read from text but not yet converted to the requested target data type, for lazy
conversions.
- STORAGE_TYPE_INDEXED - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
The storage type is indexed.
- STORAGE_TYPE_NORMAL - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
The storage type is the same as the indicated value type
- storageMetadata - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- storageType - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- storageTypeCodes - Static variable in interface org.pentaho.di.core.row.ValueMetaInterface
-
The Constant storageTypeCodes.
- storeCache(XMLHandlerCacheEntry, int) - Method in class org.pentaho.di.core.xml.XMLHandlerCache
-
Store a cache entry
- storeDatabase(String, String, Database) - Method in class org.pentaho.di.core.database.map.DatabaseConnectionMap
-
- str2dat(String) - Method in class org.pentaho.di.compatibility.Value
-
- str2dat(String, String) - Method in class org.pentaho.di.compatibility.Value
-
- str2dat(String, String, String) - Static method in class org.pentaho.di.core.util.StringUtil
-
- str2num() - Method in class org.pentaho.di.compatibility.Value
-
- str2num(String) - Method in class org.pentaho.di.compatibility.Value
-
- str2num(String, String) - Method in class org.pentaho.di.compatibility.Value
-
- str2num(String, String, String) - Method in class org.pentaho.di.compatibility.Value
-
- str2num(String, String, String, String) - Method in class org.pentaho.di.compatibility.Value
-
- str2num(String, String, String, String, String) - Static method in class org.pentaho.di.core.util.StringUtil
-
- StreamLogger - Class in org.pentaho.di.core.util
-
- StreamLogger(LogChannelInterface, InputStream, String) - Constructor for class org.pentaho.di.core.util.StreamLogger
-
- StreamLogger(LogChannelInterface, InputStream, String, Boolean) - Constructor for class org.pentaho.di.core.util.StreamLogger
-
- strictBigNumberInterpretation() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- string2boolean(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2boolean(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2booleanPrimitive(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2booleanPrimitive(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2enum(Class<?>, String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2enum(Class<?>, String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2integer(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2integer(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2intPrimitive(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2intPrimitive(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2intPrimitive(String) - Method in class org.pentaho.di.core.injection.NullNumberConverter
-
- string2long(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2long(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2longPrimitive(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2longPrimitive(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- string2string(String) - Method in class org.pentaho.di.core.injection.DefaultInjectionTypeConverter
-
- string2string(String) - Method in class org.pentaho.di.core.injection.InjectionTypeConverter
-
- STRING_ANTI_ALIASING - Static variable in class org.pentaho.di.core.Props
-
- STRING_ARGUMENT_NAME_PREFIX - Static variable in class org.pentaho.di.core.Props
-
- STRING_ASK_ABOUT_REPLACING_DATABASES - Static variable in class org.pentaho.di.core.Props
-
- STRING_AUTO_COLLAPSE_CORE_TREE - Static variable in class org.pentaho.di.core.Props
-
- STRING_AUTO_SAVE - Static variable in class org.pentaho.di.core.Props
-
- STRING_AUTO_SPLIT - Static variable in class org.pentaho.di.core.Props
-
- STRING_BACKGROUND_COLOR_B - Static variable in class org.pentaho.di.core.Props
-
- STRING_BACKGROUND_COLOR_G - Static variable in class org.pentaho.di.core.Props
-
- STRING_BACKGROUND_COLOR_R - Static variable in class org.pentaho.di.core.Props
-
- STRING_CUSTOM_PARAMETER - Static variable in class org.pentaho.di.core.Props
-
- STRING_DEFAULT_PREVIEW_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_DISABLE_INITIAL_EXECUTION_HISTORY - Static variable in class org.pentaho.di.core.Props
-
- STRING_ERROR - Static variable in class org.pentaho.di.www.WebResult
-
- STRING_FONT_DEFAULT_NAME - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_DEFAULT_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_DEFAULT_STYLE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_FIXED_NAME - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_FIXED_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_FIXED_STYLE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_GRAPH_NAME - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_GRAPH_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_GRAPH_STYLE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_GRID_NAME - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_GRID_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_GRID_STYLE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_NOTE_NAME - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_NOTE_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_FONT_NOTE_STYLE - Static variable in class org.pentaho.di.core.Props
-
- STRING_GRAPH_COLOR_B - Static variable in class org.pentaho.di.core.Props
-
- STRING_GRAPH_COLOR_G - Static variable in class org.pentaho.di.core.Props
-
- STRING_GRAPH_COLOR_R - Static variable in class org.pentaho.di.core.Props
-
- STRING_ICON_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_INDICATE_SLOW_TRANS_STEPS - Static variable in class org.pentaho.di.core.Props
-
- STRING_JOB_DEFAULT_EXT - Static variable in class org.pentaho.di.core.Const
-
The extension of a Kettle job XML file
- STRING_JOB_FILTER_EXT - Static variable in class org.pentaho.di.core.Const
-
The possible extensions a job XML file can have.
- STRING_LAST_ARGUMENT - Static variable in class org.pentaho.di.core.Props
-
- STRING_LAST_PREVIEW_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_LAST_PREVIEW_STEP - Static variable in class org.pentaho.di.core.Props
-
- STRING_LAST_PREVIEW_TRANS - Static variable in class org.pentaho.di.core.Props
-
- STRING_LAST_REPOSITORY - Static variable in class org.pentaho.di.core.Props
-
- STRING_LAST_REPOSITORY_LOGIN - Static variable in class org.pentaho.di.core.Props
-
- STRING_LINE_WIDTH - Static variable in class org.pentaho.di.core.Props
-
- STRING_LOG_FILTER - Static variable in class org.pentaho.di.core.Props
-
- STRING_LOG_LEVEL - Static variable in class org.pentaho.di.core.Props
-
- STRING_MAX_UNDO - Static variable in class org.pentaho.di.core.Props
-
- STRING_MIDDLE_PCT - Static variable in class org.pentaho.di.core.Props
-
- STRING_OK - Static variable in class org.pentaho.di.www.WebResult
-
- STRING_ONLY_ACTIVE_STEPS - Static variable in class org.pentaho.di.core.Props
-
- STRING_ONLY_USED_DB_TO_XML - Static variable in class org.pentaho.di.core.Props
-
- STRING_OPEN_LAST_FILE - Static variable in class org.pentaho.di.core.Props
-
- STRING_PLUGIN_HISTORY - Static variable in class org.pentaho.di.core.Props
-
- STRING_RECENT_SEARCHES - Static variable in class org.pentaho.di.core.Props
-
- STRING_REPLACE_DATABASES - Static variable in class org.pentaho.di.core.Props
-
- STRING_SASH_W1 - Static variable in class org.pentaho.di.core.Props
-
- STRING_SASH_W2 - Static variable in class org.pentaho.di.core.Props
-
- STRING_SAVE_CONF - Static variable in class org.pentaho.di.core.Props
-
- STRING_SHADOW_SIZE - Static variable in class org.pentaho.di.core.Props
-
- STRING_SHOW_CANVAS_GRID - Static variable in class org.pentaho.di.core.Props
-
- STRING_SHOW_EXIT_WARNING - Static variable in class org.pentaho.di.core.Props
-
- STRING_SHOW_NEW_SUBTRANS_POPUP - Static variable in class org.pentaho.di.core.Props
-
- STRING_SHOW_OS_LOOK - Static variable in class org.pentaho.di.core.Props
-
- STRING_SIZE_H - Static variable in class org.pentaho.di.core.Props
-
- STRING_SIZE_MAX - Static variable in class org.pentaho.di.core.Props
-
- STRING_SIZE_W - Static variable in class org.pentaho.di.core.Props
-
- STRING_SIZE_X - Static variable in class org.pentaho.di.core.Props
-
- STRING_SIZE_Y - Static variable in class org.pentaho.di.core.Props
-
- STRING_START_SHOW_REPOSITORIES - Static variable in class org.pentaho.di.core.Props
-
- STRING_SVG_ENABLED - Static variable in class org.pentaho.di.core.Props
-
- STRING_TAB_COLOR_B - Static variable in class org.pentaho.di.core.Props
-
- STRING_TAB_COLOR_G - Static variable in class org.pentaho.di.core.Props
-
- STRING_TAB_COLOR_R - Static variable in class org.pentaho.di.core.Props
-
- STRING_TRANS_AND_JOB_FILTER_EXT - Static variable in class org.pentaho.di.core.Const
-
The possible extensions a transformation XML file can have.
- STRING_TRANS_DEFAULT_EXT - Static variable in class org.pentaho.di.core.Const
-
The extension of a Kettle transformation XML file
- STRING_TRANS_FILTER_EXT - Static variable in class org.pentaho.di.core.Const
-
The possible extensions a transformation XML file can have.
- STRING_USE_DB_CACHE - Static variable in class org.pentaho.di.core.Props
-
- stringEncoding - Variable in class org.pentaho.di.core.row.value.ValueMetaBase
-
- StringEvaluationResult - Class in org.pentaho.di.core.util
-
Utility class to hold the result of a set of string evaluations: a valid conversion metadata object (with data type,
trim options, etc) and the minimum and maximum value encountered.
- StringEvaluationResult(ValueMetaInterface) - Constructor for class org.pentaho.di.core.util.StringEvaluationResult
-
- StringEvaluator - Class in org.pentaho.di.core.util
-
This class evaluates strings and extracts a data type.
- StringEvaluator() - Constructor for class org.pentaho.di.core.util.StringEvaluator
-
- StringEvaluator(boolean) - Constructor for class org.pentaho.di.core.util.StringEvaluator
-
- StringEvaluator(boolean, List<String>, List<String>) - Constructor for class org.pentaho.di.core.util.StringEvaluator
-
- StringEvaluator(boolean, String[], String[]) - Constructor for class org.pentaho.di.core.util.StringEvaluator
-
- stringLen(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- StringObjectId - Class in org.pentaho.di.repository
-
- StringObjectId(String) - Constructor for class org.pentaho.di.repository.StringObjectId
-
- StringObjectId(ObjectId) - Constructor for class org.pentaho.di.repository.StringObjectId
-
- stringToBinary(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
Convert a XML encoded binary string back to binary format
- stringToDate(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- stringToTimestamp(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- StringUtil - Class in org.pentaho.di.core.util
-
A collection of utilities to manipulate strings.
- StringUtil() - Constructor for class org.pentaho.di.core.util.StringUtil
-
- stripCR(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- stripCR(StringBuffer) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- stripCR(StringBuilder) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- substitute(String, Map<String, String>, String, String) - Static method in class org.pentaho.di.core.util.StringUtil
-
Substitutes variables in aString
.
- substitute(String, Map<String, String>, String, String, int) - Static method in class org.pentaho.di.core.util.StringUtil
-
Substitutes variables in aString
.
- substituteField(String, RowMetaInterface, Object[]) - Static method in class org.pentaho.di.core.util.StringUtil
-
Substitutes field values in aString
.
- substituteHex(String) - Static method in class org.pentaho.di.core.util.StringUtil
-
Substitutes hex values in aString
and convert them to operating system char equivalents in the return
string.
- substituteUnix(String, Map<String, String>) - Static method in class org.pentaho.di.core.util.StringUtil
-
Substitutes variables in aString
.
- substituteWindows(String, Map<String, String>) - Static method in class org.pentaho.di.core.util.StringUtil
-
Substitutes variables in aString
.
- substr(Value, Value) - Method in class org.pentaho.di.compatibility.Value
-
- substr(Value) - Method in class org.pentaho.di.compatibility.Value
-
- substr(int) - Method in class org.pentaho.di.compatibility.Value
-
- substr(int, int) - Method in class org.pentaho.di.compatibility.Value
-
- subTask(String) - Method in interface org.pentaho.di.core.ProgressMonitorListener
-
- subTask(String) - Method in class org.pentaho.di.core.ProgressNullMonitorListener
-
- sum(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- SupplementalPlugin - Class in org.pentaho.di.core.plugins
-
This is a holder of Plugin Class mappings which supplement those of the stock Plugin.
- SupplementalPlugin(Class<? extends PluginTypeInterface>, String) - Constructor for class org.pentaho.di.core.plugins.SupplementalPlugin
-
- supportsAutoGeneratedKeys() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsAutoGeneratedKeys() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsAutoGeneratedKeys() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsAutoGeneratedKeys() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsAutoGeneratedKeys() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- supportsAutoInc() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsAutoinc() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
Kingbase only support the data type: serial, it is not a real autoInc
- supportsAutoInc() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
Support for the serial field is only fake in PostgreSQL.
- supportsAutoInc() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- supportsAutoInc() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- supportsBatchUpdates() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsBatchUpdates() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsBatchUpdates() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsBatchUpdates() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsBatchUpdates() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsBatchUpdates() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- supportsBatchUpdates() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsBitmapIndex() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.TeradataDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- supportsBitmapIndex() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- supportsBooleanDataType() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsBooleanDataType() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsBooleanDataType() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsBooleanDataType() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsBooleanDataType() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsBooleanDataType() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- supportsCatalogs() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsCatalogs() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsCatalogs() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsCatalogs() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- supportsCatalogs() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsEmptyTransactions() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsEmptyTransactions() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsEmptyTransactions() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsErrorHandling() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsErrorHandling() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsErrorHandling() - Method in class org.pentaho.di.core.database.SQLiteDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.GreenplumDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsErrorHandlingOnBatchUpdates() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsFloatRoundingOnUpdate() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
Most databases round number(7,2) 17.29999999 to 17.30, but some don't.
- supportsFloatRoundingOnUpdate() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Most databases round number(7,2) 17.29999999 to 17.30, but some don't.
- supportsFloatRoundingOnUpdate() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsFloatRoundingOnUpdate() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsFloatRoundingOnUpdate() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsGetBlob() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.DerbyDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.MSSQLServerNativeDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.VectorWiseDatabaseMeta
-
- supportsGetBlob() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- supportsIndexes() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsIndexes() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- supportsIndexes() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsNewLinesInSQL() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsNewLinesInSQL() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- supportsNewLinesInSQL() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsNewLinesInSQL() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsNewLinesInSQL() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsNewLinesInSQL() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsOptionsInURL() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Oracle doesn't support options in the URL, we need to put these in a Properties object at connection time...
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
Neoview supports options in the URL.
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Oracle doesn't support options in the URL, we need to put these in a Properties object at connection time...
- supportsOptionsInURL() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
Oracle doesn't support options in the URL, we need to put these in a Properties object at connection time...
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsPreparedStatementMetadataRetrieval() - Method in class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
Most databases allow you to retrieve result metadata by preparing a SELECT statement.
- supportsRepository() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsRepository() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsRepository() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- supportsRepository() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- supportsRepository() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsRepository() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsResultSetMetadataRetrievalOnly() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsResultSetMetadataRetrievalOnly() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsResultSetMetadataRetrievalOnly() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsResultSetMetadataRetrievalOnly() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- supportsSchemas() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsSchemas() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsSchemas() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsSchemas() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsSchemas() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- supportsSequenceNoMaxValueOption() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.AS400DatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsSequences() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsSequences() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.HypersonicDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsSequences() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- supportsSetCharacterStream() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
See if this database supports the setCharacterStream() method on a PreparedStatement.
- supportsSetCharacterStream() - Method in class org.pentaho.di.core.database.CacheDatabaseMeta
-
- supportsSetCharacterStream() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
See if this database supports the setCharacterStream() method on a PreparedStatement.
- supportsSetCharacterStream() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
See if this database supports the setCharacterStream() method on a PreparedStatement.
- supportsSetCharacterStream() - Method in class org.pentaho.di.core.database.DB2DatabaseMeta
-
- supportsSetCharacterStream() - Method in class org.pentaho.di.core.database.H2DatabaseMeta
-
- supportsSetCharacterStream() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsSetLong() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsSetLong() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsSetLong() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsSetLong() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsSetMaxRows() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsSetMaxRows() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsSetMaxRows() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsSetMaxRows() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- supportsSetMaxRows() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsSetMaxRows() - Method in class org.pentaho.di.core.database.MonetDBDatabaseMeta
-
- supportsSetMaxRows() - Method in class org.pentaho.di.core.database.RedshiftDatabaseMeta
-
Redshift does not recognize the JDBC "setMaxRows" parameter
- supportsStandardTableOutput() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsStandardTableOutput() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsSynonyms() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.ExtenDBDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.IngresDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.NeoviewDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.OracleRDBDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.SAPDBDatabaseMeta
-
- supportsSynonyms() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsTimestampDataType() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsTimestampDataType() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsTimestampDataType() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsTimestampDataType() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.GuptaDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.InterbaseDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.KingbaseESDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.NetezzaDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.UniVerseDatabaseMeta
-
UniVerse doesn't even support timestamps.
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.Vertica5DatabaseMeta
-
- supportsTimeStampToDateConversion() - Method in class org.pentaho.di.core.database.VerticaDatabaseMeta
-
- supportsTransactions() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsTransactions() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsTransactions() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsTransactions() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- supportsTransactions() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsTransactions() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- supportsTransactions() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- supportsViews() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- supportsViews() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.DbaseDatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.GenericDatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.GoogleBigQueryDatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.MSAccessDatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- supportsViews() - Method in class org.pentaho.di.core.database.RemedyActionRequestSystemDatabaseMeta
-
The JDBC/ODBC Driver doesn't support listing views, so turn this feature off.
- supportsViews() - Method in class org.pentaho.di.core.database.SnowflakeHVDatabaseMeta
-
- SvgImage - Class in org.pentaho.di.core.svg
-
Container for SVG image.
- SvgImage(Document) - Constructor for class org.pentaho.di.core.svg.SvgImage
-
- SvgSupport - Class in org.pentaho.di.core.svg
-
Class for base SVG images processing.
- SvgSupport() - Constructor for class org.pentaho.di.core.svg.SvgSupport
-
- SwingUniversalImage - Class in org.pentaho.di.core
-
Universal image storage for Swing processing.
- SwingUniversalImage() - Constructor for class org.pentaho.di.core.SwingUniversalImage
-
- SwingUniversalImageBitmap - Class in org.pentaho.di.core
-
- SwingUniversalImageBitmap(BufferedImage) - Constructor for class org.pentaho.di.core.SwingUniversalImageBitmap
-
- SwingUniversalImageSvg - Class in org.pentaho.di.core
-
- SwingUniversalImageSvg(SvgImage) - Constructor for class org.pentaho.di.core.SwingUniversalImageSvg
-
- switchForegroundBackgroundColors() - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- SybaseDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Sybase specific information through static final members
- SybaseDatabaseMeta() - Constructor for class org.pentaho.di.core.database.SybaseDatabaseMeta
-
- SybaseIQDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Sybase IQ specific information through static final members
- SybaseIQDatabaseMeta() - Constructor for class org.pentaho.di.core.database.SybaseIQDatabaseMeta
-
- SYMBOLSIZE - Static variable in class org.pentaho.di.core.Const
-
The size of relationship symbols
- sysdate() - Method in class org.pentaho.di.compatibility.Value
-
- SYSTEM_BUNDLE_PACKAGE - Static variable in class org.pentaho.di.i18n.GlobalMessages
-
- SYSTEM_PROPERTIES - Static variable in class org.pentaho.di.core.util.StringUtil
-
- v_decode(Value[]) - Method in class org.pentaho.di.compatibility.Value
-
- v_if(Value[]) - Method in class org.pentaho.di.compatibility.Value
-
- VALIDATION_QUERY - Static variable in class org.pentaho.di.core.database.ConnectionPoolUtil
-
- 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, StringBuilder) - 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
-
Deprecated.
- ValueMeta() - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(String) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(String, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(String, int, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(String, int, int, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(DataInputStream) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- ValueMeta(Node) - Constructor for class org.pentaho.di.core.row.ValueMeta
-
Deprecated.
- 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, Comparator<Object>) - 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(String, int, int, int, Comparator<Object>) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(Node) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(DataInputStream) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBase
-
- ValueMetaBase(String, int, int) - 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
-
- ValueMetaBigNumber(String, int, int) - 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
-
- ValueMetaBinary(String, int, int) - 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
-
- ValueMetaBoolean(String, int, int) - Constructor for class org.pentaho.di.core.row.value.ValueMetaBoolean
-
- ValueMetaConversionException - Exception in org.pentaho.di.core.row.value
-
Created by tkafalas on 12/5/2017.
- ValueMetaConversionException(String, Exception) - Constructor for exception org.pentaho.di.core.row.value.ValueMetaConversionException
-
- ValueMetaConverter - Class in org.pentaho.di.core.row.value
-
This class is intended to facilitate any needed conversions of a ValueMetaInterface field from one type to another.
- ValueMetaConverter() - Constructor for class org.pentaho.di.core.row.value.ValueMetaConverter
-
- 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
-
- ValueMetaDate(String, int, 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
-
- ValueMetaInteger(String, int, int) - 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
-
- ValueMetaNumber(String, int, int) - 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
-
- ValueMetaString(String, Comparator<Object>) - Constructor for class org.pentaho.di.core.row.value.ValueMetaString
-
- ValueMetaString(String, int, int) - 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.database.DataSourceProviderInterface.DatasourceType
-
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.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.vfs.KettleVFS.Suffix
-
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.database.DataSourceProviderInterface.DatasourceType
-
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.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.vfs.KettleVFS.Suffix
-
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
-
- VARIABLE_HEARTBEAT_PERIODIC_INTERVAL_SECS - Static variable in class org.pentaho.di.core.Const
-
job/trans heartbeat scheduled executor periodic interval ( in seconds )
- VARIABLE_MONITORING_SNMP_TRAPS_ENABLED - Static variable in class org.pentaho.di.core.Const
-
comma-separated list of extension point plugins for which snmp traps should be sent
- 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
-
- VFS_USER_DIR_IS_ROOT - Static variable in class org.pentaho.di.core.Const
-
A variable to configure VFS USER_DIR_IS_ROOT option: should be "true" or "false"
SftpFileSystemConfigBuilder.USER_DIR_IS_ROOT
- VFSConnectionConfigurationBuilder - Class in org.pentaho.di.connections.vfs.builder
-
Created by bmorrise on 11/7/18.
- VFSConnectionConfigurationBuilder(FileSystemOptions) - Constructor for class org.pentaho.di.connections.vfs.builder.VFSConnectionConfigurationBuilder
-
- VFSConnectionDetails - Interface in org.pentaho.di.connections.vfs
-
Created by bmorrise on 2/13/19.
- VFSConnectionProvider<T extends VFSConnectionDetails> - Interface in org.pentaho.di.connections.vfs
-
Created by bmorrise on 2/3/19.
- VfsEmbeddedFileSystemCloser - Interface in org.pentaho.di.core.osgi.api
-
Created by tkafalas on 7/24/2017.
- VFSHelper - Class in org.pentaho.di.connections.vfs
-
Created by bmorrise on 2/13/19.
- VFSHelper() - Constructor for class org.pentaho.di.connections.vfs.VFSHelper
-
- VFSLookupFilter - Class in org.pentaho.di.connections.vfs
-
Created by bmorrise on 2/12/19.
- VFSLookupFilter() - Constructor for class org.pentaho.di.connections.vfs.VFSLookupFilter
-
- VFSRoot - Class in org.pentaho.di.connections.vfs
-
Created by bmorrise on 2/27/19.
- VFSRoot(String, Date) - Constructor for class org.pentaho.di.connections.vfs.VFSRoot
-