Package | Description |
---|---|
org.pentaho.di.compatibility |
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
|
org.pentaho.di.core | |
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
Row
This class describes a single row in a stream of data.
|
class |
Value
This class is one of the core classes of the Kettle framework.
|
Modifier and Type | Class and Description |
---|---|
class |
Condition
This class describes a condition in a general meaning.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseMeta
This class defines the database specific parameters for a certain database type.
|
Modifier and Type | Class and Description |
---|---|
class |
TransDataService
This class describes a transformation data service containing a name, a description as well as a transformation to
give the data, the step from which to read.
|