Uses of Class
org.pentaho.di.core.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
Modifier and TypeMethodDescriptionResult.getRows()
Returns the resulting rowset from the job or transformation.Modifier and TypeMethodDescriptionint
RowMetaAndData.compare
(RowMetaAndData compare, int[] is, boolean[] bs) static final String[]
Props.convertArguments
(RowMetaAndData row) void
RowMetaAndData.mergeRowMetaAndData
(RowMetaAndData rowMetaAndData, String originStepName) Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionDatabaseMeta.getFeatureSummary()
static final List<RowMetaAndData>
DatabaseConnectionPoolParameter.getRowList
(DatabaseConnectionPoolParameter[] poolParameters, String titleParameter, String titleDefaultValue, String titleDescription) Modifier 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
Modifier and TypeMethodDescriptionLogTableCoreInterface.getLogRecord
(LogStatus status, Object subject, Object parent) Assemble the log record from the logging subject.