Uses of Class
org.pentaho.di.core.RowMetaAndData
Packages that use RowMetaAndData
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of RowMetaAndData in org.pentaho.di.core
Methods in org.pentaho.di.core that return RowMetaAndDataMethods in org.pentaho.di.core that return types with arguments of type RowMetaAndDataModifier and TypeMethodDescriptionResult.getRows()
Returns the resulting rowset from the job or transformation.Methods in org.pentaho.di.core with parameters of type RowMetaAndDataModifier and TypeMethodDescriptionint
RowMetaAndData.compare
(RowMetaAndData compare, int[] is, boolean[] bs) static final String[]
Props.convertArguments
(RowMetaAndData row) void
RowMetaAndData.mergeRowMetaAndData
(RowMetaAndData rowMetaAndData, String originStepName) Method parameters in org.pentaho.di.core with type arguments of type RowMetaAndDataModifier and TypeMethodDescriptionvoid
Result.setRows
(List<RowMetaAndData> rows) Sets the resulting rowset from the job or transformation execution -
Uses of RowMetaAndData in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return RowMetaAndDataModifier and TypeMethodDescriptionDatabase.callProcedure
(String[] arg, String[] argdir, int[] argtype, String resultname, int resulttype) Database.getGeneratedKeys
(PreparedStatement ps) Execute a query and return at most one row from the resultsetDatabase.getOneRow
(String sql, RowMetaInterface param, Object[] data) Methods in org.pentaho.di.core.database that return types with arguments of type RowMetaAndDataModifier and TypeMethodDescriptionDatabaseMeta.getFeatureSummary()
static final List<RowMetaAndData>
DatabaseConnectionPoolParameter.getRowList
(DatabaseConnectionPoolParameter[] poolParameters, String titleParameter, String titleDefaultValue, String titleDescription) Methods in org.pentaho.di.core.database with parameters of type RowMetaAndDataModifier and TypeMethodDescriptionvoid
Database.setValues
(RowMetaAndData row) void
Database.setValues
(RowMetaAndData row, PreparedStatement ps) void
Database.setValuesInsert
(RowMetaAndData row) -
Uses of RowMetaAndData in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return RowMetaAndDataModifier and TypeMethodDescriptionLogTableCoreInterface.getLogRecord
(LogStatus status, Object subject, Object parent) Assemble the log record from the logging subject.