Uses of Class
org.pentaho.di.core.RowMetaAndData
-
Packages that use RowMetaAndData Package Description 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. -
-
Uses of RowMetaAndData in org.pentaho.di.core
Methods in org.pentaho.di.core that return RowMetaAndData Modifier and Type Method Description RowMetaAndDataRowMetaAndData. clone()RowMetaAndDataResultFile. getRow()Methods in org.pentaho.di.core that return types with arguments of type RowMetaAndData Modifier and Type Method Description List<RowMetaAndData>Result. getRows()Returns the resulting rowset from the job or transformation.Methods in org.pentaho.di.core with parameters of type RowMetaAndData Modifier and Type Method Description intRowMetaAndData. compare(RowMetaAndData compare, int[] is, boolean[] bs)static String[]Props. convertArguments(RowMetaAndData row)voidRowMetaAndData. mergeRowMetaAndData(RowMetaAndData rowMetaAndData, String originStepName)Method parameters in org.pentaho.di.core with type arguments of type RowMetaAndData Modifier and Type Method Description voidResult. 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 Modifier and Type Method Description RowMetaAndDataDatabase. callProcedure(String[] arg, String[] argdir, int[] argtype, String resultname, int resulttype)RowMetaAndDataDatabase. getGeneratedKeys(PreparedStatement ps)RowMetaAndDataDatabase. getOneRow(String sql)Execute a query and return at most one row from the resultsetRowMetaAndDataDatabase. getOneRow(String sql, RowMetaInterface param, Object[] data)Methods in org.pentaho.di.core.database that return types with arguments of type RowMetaAndData Modifier and Type Method Description 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 Modifier and Type Method Description voidDatabase. setValues(RowMetaAndData row)voidDatabase. setValues(RowMetaAndData row, PreparedStatement ps)voidDatabase. setValuesInsert(RowMetaAndData row) -
Uses of RowMetaAndData in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return RowMetaAndData Modifier and Type Method Description RowMetaAndDataLogTableCoreInterface. getLogRecord(LogStatus status, Object subject, Object parent)Assemble the log record from the logging subject.
-