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 RowMetaAndData
RowMetaAndData. clone()
RowMetaAndData
ResultFile. 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 int
RowMetaAndData. compare(RowMetaAndData compare, int[] is, boolean[] bs)
static String[]
Props. convertArguments(RowMetaAndData row)
void
RowMetaAndData. mergeRowMetaAndData(RowMetaAndData rowMetaAndData, String originStepName)
Method parameters in org.pentaho.di.core with type arguments of type RowMetaAndData Modifier and Type Method Description 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 Modifier and Type Method Description 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 resultsetRowMetaAndData
Database. 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 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 Modifier and Type Method Description RowMetaAndData
LogTableCoreInterface. getLogRecord(LogStatus status, Object subject, Object parent)
Assemble the log record from the logging subject.
-