Uses of Class
org.pentaho.di.core.RowMetaAndData

Packages that use RowMetaAndData
org.pentaho.di   
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.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
org.pentaho.di.core.parameters   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.trans.steps.addsequence   
org.pentaho.di.trans.steps.append   
org.pentaho.di.trans.steps.blockingstep   
org.pentaho.di.trans.steps.combinationlookup   
org.pentaho.di.trans.steps.constant   
org.pentaho.di.trans.steps.csvinput   
org.pentaho.di.trans.steps.databaselookup   
org.pentaho.di.trans.steps.detectlastrow   
org.pentaho.di.trans.steps.execsqlrow   
org.pentaho.di.trans.steps.getxmldata   
org.pentaho.di.trans.steps.injector   
org.pentaho.di.trans.steps.insertupdate   
org.pentaho.di.trans.steps.janino   
org.pentaho.di.trans.steps.jsonoutput   
org.pentaho.di.trans.steps.metainject   
org.pentaho.di.trans.steps.nullif   
org.pentaho.di.trans.steps.regexeval   
org.pentaho.di.trans.steps.rowgenerator   
org.pentaho.di.trans.steps.rowstoresult   
org.pentaho.di.trans.steps.scriptvalues_mod   
org.pentaho.di.trans.steps.sort   
org.pentaho.di.trans.steps.splitfieldtorows   
org.pentaho.di.trans.steps.sql   
org.pentaho.di.trans.steps.streamlookup   
org.pentaho.di.trans.steps.stringcut   
org.pentaho.di.trans.steps.tableinput   
org.pentaho.di.trans.steps.tableoutput   
org.pentaho.di.trans.steps.textfileinput   
org.pentaho.di.trans.steps.textfileoutput   
org.pentaho.di.trans.steps.unique   
org.pentaho.di.trans.steps.update   
org.pentaho.di.trans.steps.valuemapper   
org.pentaho.di.trans.steps.xslt   
org.pentaho.di.ui.core.dialog   
org.pentaho.di.ui.core.widget   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.trans.steps.getxmldata   
 

Uses of RowMetaAndData in org.pentaho.di
 

Method parameters in org.pentaho.di with type arguments of type RowMetaAndData
static void TestUtilities.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
static void TestUtilities.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
static void TestUtilities.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
static void TestUtilities.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return RowMetaAndData
 RowMetaAndData RowMetaAndData.clone()
           
 RowMetaAndData ResultFile.getRow()
           
 

Methods in org.pentaho.di.core that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> Result.getRows()
          Returns the resulting rowset from the job or transformation.
 

Methods in org.pentaho.di.core with parameters of type RowMetaAndData
 int RowMetaAndData.compare(RowMetaAndData compare, int[] is, boolean[] bs)
           
static String[] Props.convertArguments(RowMetaAndData row)
           
 

Method parameters in org.pentaho.di.core with type arguments of type RowMetaAndData
 void 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 RowMetaAndData
 RowMetaAndData Database.callProcedure(String[] arg, String[] argdir, int[] argtype, String resultname, int resulttype)
           
 RowMetaAndData Database.getGeneratedKeys(PreparedStatement ps)
           
 RowMetaAndData Database.getOneRow(String sql)
          Execute a query and return at most one row from the resultset
 RowMetaAndData Database.getOneRow(String sql, RowMetaInterface param, Object[] data)
           
 

Methods in org.pentaho.di.core.database that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> DatabaseMeta.getFeatureSummary()
           
static List<RowMetaAndData> DatabaseConnectionPoolParameter.getRowList(DatabaseConnectionPoolParameter[] poolParameters, String titleParameter, String titleDefaultValue, String titleDescription)
           
 

Methods in org.pentaho.di.core.database with parameters of type RowMetaAndData
 void 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 RowMetaAndData
 RowMetaAndData ChannelLogTable.getLogRecord(LogStatus status, Object subject, Object parent)
          This method calculates all the values that are required
 RowMetaAndData JobEntryLogTable.getLogRecord(LogStatus status, Object subject, Object parent)
          This method calculates all the values that are required
 RowMetaAndData JobLogTable.getLogRecord(LogStatus status, Object subject, Object parent)
          This method calculates all the values that are required
 RowMetaAndData PerformanceLogTable.getLogRecord(LogStatus status, Object subject, Object parent)
          This method calculates all the values that are required
 RowMetaAndData TransLogTable.getLogRecord(LogStatus status, Object subject, Object parent)
          This method calculates all the values that are required
 RowMetaAndData StepLogTable.getLogRecord(LogStatus status, Object subject, Object parent)
          This method calculates all the values that are required
 RowMetaAndData LogTableInterface.getLogRecord(LogStatus status, Object subject, Object parent)
          Assemble the log record from the logging subject.
 

Uses of RowMetaAndData in org.pentaho.di.core.parameters
 

Methods in org.pentaho.di.core.parameters that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> ParameterSimpleTransTest.createResultData1()
           
 List<RowMetaAndData> ParameterSimpleTransTest.createResultData2()
           
 List<RowMetaAndData> ParameterSimpleTransTest.createResultData3()
           
 List<RowMetaAndData> ParameterSimpleTransTest.createResultData5()
           
 List<RowMetaAndData> ParameterSimpleTransTest.createResultData6()
           
 

Method parameters in org.pentaho.di.core.parameters with type arguments of type RowMetaAndData
 void ParameterSimpleTransTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void ParameterSimpleTransTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> Job.getSourceRows()
          Gets the source rows.
 

Method parameters in org.pentaho.di.job with type arguments of type RowMetaAndData
 void Job.setSourceRows(List<RowMetaAndData> sourceRows)
          Sets the source rows.
 

Uses of RowMetaAndData in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return RowMetaAndData
 RowMetaAndData KettleDatabaseRepositoryUserDelegate.fillTableRow(IUser userInfo)
           
 RowMetaAndData KettleDatabaseRepositoryClusterSchemaDelegate.getClusterSchema(ObjectId id_cluster_schema)
           
 RowMetaAndData KettleDatabaseRepositoryConditionDelegate.getCondition(ObjectId id_condition)
           
 RowMetaAndData KettleDatabaseRepositoryDatabaseDelegate.getDatabase(ObjectId id_database)
           
 RowMetaAndData KettleDatabaseRepositoryDatabaseDelegate.getDatabaseAttribute(ObjectId id_database_attribute)
           
 RowMetaAndData KettleDatabaseRepositoryDirectoryDelegate.getDirectory(ObjectId id_directory)
           
 RowMetaAndData KettleDatabaseRepositoryJobDelegate.getJob(ObjectId id_job)
           
 RowMetaAndData KettleDatabaseRepositoryConnectionDelegate.getJobAttributeRow(ObjectId id_job, int nr, String code)
           
 RowMetaAndData KettleDatabaseRepositoryJobEntryDelegate.getJobEntry(ObjectId id_jobentry)
           
 RowMetaAndData KettleDatabaseRepositoryJobEntryDelegate.getJobEntryCopy(ObjectId id_jobentry_copy)
           
 RowMetaAndData KettleDatabaseRepositoryJobEntryDelegate.getJobEntryType(ObjectId id_jobentry_type)
           
 RowMetaAndData KettleDatabaseRepositoryJobDelegate.getJobHop(ObjectId id_job_hop)
           
 RowMetaAndData KettleDatabaseRepositoryNotePadDelegate.getNote(ObjectId id_note)
           
 RowMetaAndData KettleDatabaseRepositoryConnectionDelegate.getOneRow(String sql)
           
 RowMetaAndData KettleDatabaseRepositoryConnectionDelegate.getOneRow(String sql, RowMetaInterface rowMeta, Object[] rowData)
           
 RowMetaAndData KettleDatabaseRepositoryConnectionDelegate.getOneRow(String tablename, String keyfield, ObjectId id)
           
 RowMetaAndData KettleDatabaseRepositoryConnectionDelegate.getParameterMetaData(ObjectId... ids)
           
 RowMetaAndData KettleDatabaseRepositoryPartitionSchemaDelegate.getPartition(ObjectId id_partition)
           
 RowMetaAndData KettleDatabaseRepositoryPartitionSchemaDelegate.getPartitionSchema(ObjectId id_partition_schema)
           
 RowMetaAndData KettleDatabaseRepositorySlaveServerDelegate.getSlaveServer(ObjectId id_slave)
           
 RowMetaAndData KettleDatabaseRepositoryStepDelegate.getStep(ObjectId id_step)
           
 RowMetaAndData KettleDatabaseRepositoryStepDelegate.getStepAttribute(ObjectId id_step_attribute)
           
 RowMetaAndData KettleDatabaseRepositoryStepDelegate.getStepType(ObjectId id_step_type)
           
 RowMetaAndData KettleDatabaseRepositoryConnectionDelegate.getTransAttributeRow(ObjectId id_transformation, int nr, String code)
           
 RowMetaAndData KettleDatabaseRepositoryTransDelegate.getTransDependency(ObjectId id_dependency)
           
 RowMetaAndData KettleDatabaseRepositoryTransDelegate.getTransformation(ObjectId id_transformation)
           
 RowMetaAndData KettleDatabaseRepositoryTransDelegate.getTransHop(ObjectId id_trans_hop)
           
 RowMetaAndData KettleDatabaseRepositoryUserDelegate.getUser(ObjectId id_user)
           
 RowMetaAndData KettleDatabaseRepositoryValueDelegate.getValue(ObjectId id_value)
           
 

Methods in org.pentaho.di.repository.kdr.delegates that return types with arguments of type RowMetaAndData
 Collection<RowMetaAndData> KettleDatabaseRepositoryDatabaseDelegate.getDatabaseAttributes()
           
 Collection<RowMetaAndData> KettleDatabaseRepositoryConnectionDelegate.getDatabaseAttributes(ObjectId id_database)
           
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type RowMetaAndData
 void KettleDatabaseRepositoryConnectionDelegate.insertTableRow(String tablename, RowMetaAndData values)
           
 void KettleDatabaseRepositoryConnectionDelegate.updateTableRow(String tablename, String idfield, RowMetaAndData values)
           
 void KettleDatabaseRepositoryConnectionDelegate.updateTableRow(String tablename, String idfield, RowMetaAndData values, ObjectId id)
           
 

Uses of RowMetaAndData in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return RowMetaAndData
 RowMetaAndData DatabaseImpact.getRow()
           
 

Methods in org.pentaho.di.trans that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> HopTest.createData()
           
 List<RowMetaAndData> TransSingleThreadTest.createData()
           
 List<RowMetaAndData> TransformationTestCase.createData(RowMetaInterface rm, Object[][] rows)
           
 List<RowMetaAndData> WordCountSingleThreadTest.createMapperData()
           
 List<RowMetaAndData> WordCountSingleThreadTest.createReducerData()
           
static List<RowMetaAndData> TransTestFactory.executeTestTransformation(TransMeta transMeta, String injectorStepname, String testStepname, String dummyStepname, List<RowMetaAndData> inputData)
           
 List<RowMetaAndData> TransMeta.getResultRows()
          Gets the result rows.
 List<RowMetaAndData> RowStepCollector.getRowsError()
           
 List<RowMetaAndData> RowStepCollector.getRowsRead()
           
 List<RowMetaAndData> RowStepCollector.getRowsWritten()
           
 

Method parameters in org.pentaho.di.trans with type arguments of type RowMetaAndData
 void HopTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void HopTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void TransformationTestCase.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void TransformationTestCase.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
static List<RowMetaAndData> TransTestFactory.executeTestTransformation(TransMeta transMeta, String injectorStepname, String testStepname, String dummyStepname, List<RowMetaAndData> inputData)
           
 void TransMeta.setResultRows(List<RowMetaAndData> resultRows)
          Sets the list of result rows.
 

Uses of RowMetaAndData in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return RowMetaAndData
 RowMetaAndData BaseStep.buildLog(String sname, int copynr, long lines_read, long lines_written, long lines_updated, long lines_skipped, long errors, Date start_date, Date end_date)
          Builds the log.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.addsequence
 

Methods in org.pentaho.di.trans.steps.addsequence that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> AddSequenceTest.createResultData1()
           
 

Method parameters in org.pentaho.di.trans.steps.addsequence with type arguments of type RowMetaAndData
 void AddSequenceTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void AddSequenceTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.append
 

Methods in org.pentaho.di.trans.steps.append that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> AppendTest.createData1()
          Create data for the first hop.
 List<RowMetaAndData> AppendTest.createData2()
          Create data for the second hop.
 

Method parameters in org.pentaho.di.trans.steps.append with type arguments of type RowMetaAndData
 void AppendTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void AppendTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.blockingstep
 

Methods in org.pentaho.di.trans.steps.blockingstep that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> BlockingStepTest.createData()
           
 

Method parameters in org.pentaho.di.trans.steps.blockingstep with type arguments of type RowMetaAndData
 void BlockingStepTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void BlockingStepTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.combinationlookup
 

Fields in org.pentaho.di.trans.steps.combinationlookup with type parameters of type RowMetaAndData
 Map<RowMetaAndData,Long> CombinationLookupData.cache
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.constant
 

Fields in org.pentaho.di.trans.steps.constant declared as RowMetaAndData
 RowMetaAndData ConstantData.constants
           
 

Methods in org.pentaho.di.trans.steps.constant that return RowMetaAndData
static RowMetaAndData Constant.buildRow(ConstantMeta meta, ConstantData data, List<CheckResultInterface> remarks)
           
 

Methods in org.pentaho.di.trans.steps.constant that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> ConstantTest.createResultData1()
           
 

Method parameters in org.pentaho.di.trans.steps.constant with type arguments of type RowMetaAndData
 void ConstantTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void ConstantTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.csvinput
 

Methods in org.pentaho.di.trans.steps.csvinput that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> CsvInput2Test.createData(String fileName)
           
 List<RowMetaAndData> CsvInput3Test.createData(String fileName)
           
 List<RowMetaAndData> CsvInput1Test.createData(String fileName)
           
 List<RowMetaAndData> CsvInput2Test.createResultData1()
          Create result data for test case 1.
 List<RowMetaAndData> CsvInput3Test.createResultData1()
          Create result data for test case 1.
 List<RowMetaAndData> CsvInput1Test.createResultData1()
          Create result data for test case 1.
 

Method parameters in org.pentaho.di.trans.steps.csvinput with type arguments of type RowMetaAndData
 void CsvInput2Test.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 void CsvInput2Test.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 void CsvInput3Test.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 void CsvInput3Test.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 void CsvInput1Test.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 void CsvInput1Test.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.databaselookup
 

Fields in org.pentaho.di.trans.steps.databaselookup with type parameters of type RowMetaAndData
 Hashtable<RowMetaAndData,TimedRow> DatabaseLookupData.look
           
 

Methods in org.pentaho.di.trans.steps.databaselookup that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> DatabaseLookupTest.createDataRows()
          Create the input rows used for a unit test.
 List<RowMetaAndData> DatabaseLookupTest.createResultDataRows()
          Create the result rows for a test.
 

Method parameters in org.pentaho.di.trans.steps.databaselookup with type arguments of type RowMetaAndData
 void DatabaseLookupTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void DatabaseLookupTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.detectlastrow
 

Methods in org.pentaho.di.trans.steps.detectlastrow that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> DetectLastRowStepTest.createData(int nrRows)
          Create data rows.
 List<RowMetaAndData> DetectLastRowStepTest.createResultData(int nrRows)
          Create result data rows.
 

Method parameters in org.pentaho.di.trans.steps.detectlastrow with type arguments of type RowMetaAndData
 void DetectLastRowStepTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void DetectLastRowStepTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.execsqlrow
 

Methods in org.pentaho.di.trans.steps.execsqlrow that return RowMetaAndData
static RowMetaAndData ExecSQLRow.getResultRow(Result result, String upd, String ins, String del, String read)
           
 

Methods in org.pentaho.di.trans.steps.execsqlrow that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> ExecSQLRowTest.createDataRows()
          Create the input rows used for a unit test.
 List<RowMetaAndData> ExecSQLRowTest.createResultDataRows()
          Create the result rows for a test.
 

Method parameters in org.pentaho.di.trans.steps.execsqlrow with type arguments of type RowMetaAndData
 void ExecSQLRowTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void ExecSQLRowTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.getxmldata
 

Methods in org.pentaho.di.trans.steps.getxmldata that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> GetXMLDataTest.createData()
           
 List<RowMetaAndData> GetXMLDataTest.createResultData1()
          Create result data for test case 1.
 

Method parameters in org.pentaho.di.trans.steps.getxmldata with type arguments of type RowMetaAndData
 void GetXMLDataTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void GetXMLDataTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.injector
 

Methods in org.pentaho.di.trans.steps.injector that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> InjectorTest.createData()
           
 

Method parameters in org.pentaho.di.trans.steps.injector with type arguments of type RowMetaAndData
 void InjectorTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void InjectorTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.insertupdate
 

Methods in org.pentaho.di.trans.steps.insertupdate that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> InsertUpdateTest.createMatchingDataRows()
           
 

Method parameters in org.pentaho.di.trans.steps.insertupdate with type arguments of type RowMetaAndData
 void InsertUpdateTest.pumpRows(List<RowMetaAndData> inputList)
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.janino
 

Methods in org.pentaho.di.trans.steps.janino that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> JaninoStepTest.createExpectedList()
           
 List<RowMetaAndData> JaninoStepTest.createInputList()
           
 

Method parameters in org.pentaho.di.trans.steps.janino with type arguments of type RowMetaAndData
 void JaninoStepTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void JaninoStepTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.jsonoutput
 

Methods in org.pentaho.di.trans.steps.jsonoutput that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> JsonOutputTest.createData()
          Creates data...
 List<RowMetaAndData> JsonOutputTest.createResultData1()
          Create result data for test case 1.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.metainject
 

Fields in org.pentaho.di.trans.steps.metainject with type parameters of type RowMetaAndData
 Map<String,List<RowMetaAndData>> MetaInjectData.rowMap
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.nullif
 

Methods in org.pentaho.di.trans.steps.nullif that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> NullIfTest.createData()
           
 List<RowMetaAndData> NullIfTest.createResultData1()
          Create result data for test case 1.
 

Method parameters in org.pentaho.di.trans.steps.nullif with type arguments of type RowMetaAndData
 void NullIfTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void NullIfTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.regexeval
 

Methods in org.pentaho.di.trans.steps.regexeval that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> RegexEvalTest.createResultData1()
           
 List<RowMetaAndData> RegexEvalTest.createResultData2()
           
 List<RowMetaAndData> RegexEvalTest.createResultData3()
           
 List<RowMetaAndData> RegexEvalTest.createSourceData()
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.rowgenerator
 

Methods in org.pentaho.di.trans.steps.rowgenerator that return RowMetaAndData
static RowMetaAndData RowGenerator.buildRow(RowGeneratorMeta meta, List<CheckResultInterface> remarks, String origin)
           
 

Methods in org.pentaho.di.trans.steps.rowgenerator that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> RowGeneratorTest.createData()
           
 

Method parameters in org.pentaho.di.trans.steps.rowgenerator with type arguments of type RowMetaAndData
 void RowGeneratorTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void RowGeneratorTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.rowstoresult
 

Fields in org.pentaho.di.trans.steps.rowstoresult with type parameters of type RowMetaAndData
 List<RowMetaAndData> RowsToResultData.rows
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.scriptvalues_mod
 

Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> JavaScriptSpecialTest.createData1()
           
 List<RowMetaAndData> JavaScriptStringTest.createData1()
           
 List<RowMetaAndData> JavaScriptStringTest.createData2()
           
 List<RowMetaAndData> JavaScriptSpecialTest.createData3()
           
 List<RowMetaAndData> JavaScriptStringTest.createData3()
           
 List<RowMetaAndData> JavaScriptStringTest.createData4()
           
 List<RowMetaAndData> JavaScriptSpecialTest.createResultData1()
          Create result data for test case 1.
 List<RowMetaAndData> JavaScriptStringTest.createResultData1()
          Create result data for test case 1.
 List<RowMetaAndData> JavaScriptSpecialTest.createResultData2()
           
 List<RowMetaAndData> JavaScriptStringTest.createResultData2()
          Create result data for test case 2: lpad/rpad/upper/lower.
 List<RowMetaAndData> JavaScriptSpecialTest.createResultData3()
           
 List<RowMetaAndData> JavaScriptStringTest.createResultData3()
          Create result data for test case 3: isNum, num2str, str2num.
 List<RowMetaAndData> JavaScriptStringTest.createResultData4()
          Create result data for test case 4: indexOf.
 

Method parameters in org.pentaho.di.trans.steps.scriptvalues_mod with type arguments of type RowMetaAndData
 void JavaScriptSpecialTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void JavaScriptSpecialTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void JavaScriptStringTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void JavaScriptStringTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.sort
 

Methods in org.pentaho.di.trans.steps.sort that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> SortRowsTest.createIntegerData()
           
 

Method parameters in org.pentaho.di.trans.steps.sort with type arguments of type RowMetaAndData
 void SortRowsTest.checkRows(List<RowMetaAndData> rows, boolean ascending)
          Check the list, the list has to be sorted.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.splitfieldtorows
 

Methods in org.pentaho.di.trans.steps.splitfieldtorows that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> SplitFieldToRowsTest.createData(String value)
          Create a list of RowMetaAndData from the passed value and returns it.
 List<RowMetaAndData> SplitFieldToRowsTest.splitFieldToRows(String testName, String stringToSplit, boolean isDelimiterRegex, String delimiter)
          Splits the "stringToSplit" with the passed "delimiter".
 List<RowMetaAndData> SplitFieldToRowsTest.splitFieldToRows(String testName, String stringToSplit, boolean isDelimiterRegex, String delimiter, String delimiterVariableValue)
          Splits the "stringToSplit" with the passed "delimiter".
 List<RowMetaAndData> SplitFieldToRowsTest.test(String testName, String stringToSplit, boolean isDelimiterRegex, String delimiter, String[] expectedResult)
          Execute a test with the passed parameters.
 List<RowMetaAndData> SplitFieldToRowsTest.test(String testName, String stringToSplit, boolean isDelimiterRegex, String delimiter, String delimiterVariableValue, String[] expectedResult)
          Execute a test with the passed parameters.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.sql
 

Methods in org.pentaho.di.trans.steps.sql that return RowMetaAndData
static RowMetaAndData ExecSQL.getResultRow(Result result, String upd, String ins, String del, String read)
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.streamlookup
 

Fields in org.pentaho.di.trans.steps.streamlookup with type parameters of type RowMetaAndData
 Map<RowMetaAndData,Object[]> StreamLookupData.look
          used to store values in used to look up things
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.stringcut
 

Methods in org.pentaho.di.trans.steps.stringcut that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> StringCutTest.createData1()
          Create data rows.
 List<RowMetaAndData> StringCutTest.createResultData1()
           
 List<RowMetaAndData> StringCutTest.createResultData2()
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.tableinput
 

Methods in org.pentaho.di.trans.steps.tableinput that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> TableInputTest.createDataRows()
          Create the input rows used for a unit test.
 List<RowMetaAndData> TableInputTest.createResultDataRows()
          Create the result rows for a test.
 

Method parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type RowMetaAndData
 void TableInputTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void TableInputTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.tableoutput
 

Methods in org.pentaho.di.trans.steps.tableoutput that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> TableOutputTest.createJIRA897DataRows()
          Create the input rows used for the JIRA897 unit test.
 List<RowMetaAndData> TableOutputTest.createJIRA897ResultDataRows()
          Create the result rows for the JIRA897 case.
 List<RowMetaAndData> TableOutputTest.createNormalDataRows()
          Create the input rows used for the normal unit test.
 

Method parameters in org.pentaho.di.trans.steps.tableoutput with type arguments of type RowMetaAndData
 void TableOutputTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void TableOutputTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.textfileinput
 

Methods in org.pentaho.di.trans.steps.textfileinput that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> TextFileInputTests.createData(String fileName)
          Creates data...
 List<RowMetaAndData> TextFileInputTests.createResultData1()
          Create result data for test case 1.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.textfileoutput
 

Methods in org.pentaho.di.trans.steps.textfileoutput that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> TextFileOutputTests.createData()
          Creates data...
 List<RowMetaAndData> TextFileOutputTests.createResultData1()
          Create result data for test case 1.
 List<RowMetaAndData> TextFileOutputTests.createResultDataFromObjects(Object[][] objs)
          Create result data for test case 1.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.unique
 

Methods in org.pentaho.di.trans.steps.unique that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> UniqueRowsTest.createData()
           
 List<RowMetaAndData> UniqueRowsTest.createDataAllUnique()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataAllUnique()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataCaseInsensitiveNoPreviousSort()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataCaseSensitiveNoPreviousSort()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataSortCaseInsensitiveUniqueCaseInsensitive()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataSortCaseInsensitiveUniqueCaseSensitive()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataSortCaseSensitiveUniqueCaseInsensitive()
           
 List<RowMetaAndData> UniqueRowsTest.createResultDataSortCaseSensitiveUniqueCaseSensitive()
           
 

Method parameters in org.pentaho.di.trans.steps.unique with type arguments of type RowMetaAndData
 void UniqueRowsTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void UniqueRowsTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.update
 

Methods in org.pentaho.di.trans.steps.update that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> UpdateTest.createMatchingDataRows()
           
 

Method parameters in org.pentaho.di.trans.steps.update with type arguments of type RowMetaAndData
 void UpdateTest.pumpRows(List<RowMetaAndData> inputList)
           
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.valuemapper
 

Methods in org.pentaho.di.trans.steps.valuemapper that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> ValueMapperTest.createData()
           
 List<RowMetaAndData> ValueMapperTest.createResultData1()
          Create result data for test case 1.
 List<RowMetaAndData> ValueMapperTest.createResultData2()
          Create result data for test case 2.
 List<RowMetaAndData> ValueMapperTest.createResultData3()
          Create result data for test case 3.
 List<RowMetaAndData> ValueMapperTest.createResultData4()
          Create result data for test case 4.
 List<RowMetaAndData> ValueMapperTest.createResultData5()
          Create result data for test case 5.
 List<RowMetaAndData> ValueMapperTest.createResultData6()
          Create result data for test case 6.
 

Method parameters in org.pentaho.di.trans.steps.valuemapper with type arguments of type RowMetaAndData
 void ValueMapperTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 void ValueMapperTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.trans.steps.xslt
 

Methods in org.pentaho.di.trans.steps.xslt that return types with arguments of type RowMetaAndData
 List<RowMetaAndData> XsltTest.createData(String fileName)
           
 List<RowMetaAndData> XsltTest.createResultData1()
          Create result data for test case 1.
 

Method parameters in org.pentaho.di.trans.steps.xslt with type arguments of type RowMetaAndData
 void XsltTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 void XsltTest.checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2, int fileNameColumn)
          Check the 2 lists comparing the rows in order.
 

Uses of RowMetaAndData in org.pentaho.di.ui.core.dialog
 

Methods in org.pentaho.di.ui.core.dialog that return RowMetaAndData
 RowMetaAndData EnterStringsDialog.open()
           
 RowMetaAndData SelectRowDialog.open()
           
 

Constructors in org.pentaho.di.ui.core.dialog with parameters of type RowMetaAndData
EnterStringsDialog(Shell parent, int style, RowMetaAndData strings)
          Constructs a new dialog
 

Constructor parameters in org.pentaho.di.ui.core.dialog with type arguments of type RowMetaAndData
SelectRowDialog(Shell parent, VariableSpace space, int style, List<RowMetaAndData> buffer)
           
 

Uses of RowMetaAndData in org.pentaho.di.ui.core.widget
 

Methods in org.pentaho.di.ui.core.widget that return RowMetaAndData
 RowMetaAndData TableView.getRow(int nr)
           
 

Uses of RowMetaAndData in org.pentaho.di.ui.spoon
 

Fields in org.pentaho.di.ui.spoon declared as RowMetaAndData
 RowMetaAndData Spoon.variables
           
 

Uses of RowMetaAndData in org.pentaho.di.ui.trans.steps.getxmldata
 

Methods in org.pentaho.di.ui.trans.steps.getxmldata that return RowMetaAndData
 RowMetaAndData[] XMLInputFieldsImportProgressDialog.open()