Uses of Interface
org.pentaho.di.core.xml.XMLInterface
-
Packages that use XMLInterface 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) -
-
Uses of XMLInterface in org.pentaho.di.compatibility
Classes in org.pentaho.di.compatibility that implement XMLInterface Modifier and Type Class 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. -
Uses of XMLInterface in org.pentaho.di.core
Classes in org.pentaho.di.core that implement XMLInterface Modifier and Type Class Description class
Condition
This class describes a condition in a general meaning. -
Uses of XMLInterface in org.pentaho.di.core.database
Classes in org.pentaho.di.core.database that implement XMLInterface Modifier and Type Class Description class
DatabaseMeta
This class defines the database specific parameters for a certain database type.
-