|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RowMetaInterface in org.pentaho.di.core |
---|
Methods in org.pentaho.di.core that return RowMetaInterface | |
---|---|
RowMetaInterface |
BlockingBatchingRowSetTest.createRowMetaInterface()
|
RowMetaInterface |
RowSetTest.createRowMetaInterface()
|
RowMetaInterface |
DBCache.get(DBCacheEntry entry)
Get the fields as a row generated by a database cache entry |
RowMetaInterface |
RowSet.getRowMeta()
|
RowMetaInterface |
RowMetaAndData.getRowMeta()
|
Methods in org.pentaho.di.core with parameters of type RowMetaInterface | |
---|---|
boolean |
Condition.evaluate(RowMetaInterface rowMeta,
Object[] r)
|
void |
DBCache.put(DBCacheEntry entry,
RowMetaInterface fields)
|
boolean |
SingleRowRowSet.putRow(RowMetaInterface rowMeta,
Object[] rowData)
|
boolean |
BlockingListeningRowSet.putRow(RowMetaInterface rowMeta,
Object[] rowData)
|
boolean |
BlockingRowSet.putRow(RowMetaInterface rowMeta,
Object[] rowData)
|
boolean |
RowSet.putRow(RowMetaInterface rowMeta,
Object[] rowData)
Offer a row of data to this rowset providing for the description (metadata) of the row. |
boolean |
QueueRowSet.putRow(RowMetaInterface rowMeta,
Object[] rowData)
|
boolean |
BlockingBatchingRowSet.putRow(RowMetaInterface rowMeta,
Object[] rowData)
|
boolean |
SingleRowRowSet.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
|
boolean |
BlockingListeningRowSet.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
|
boolean |
BlockingRowSet.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
|
boolean |
RowSet.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
Offer a row of data to this rowset providing for the description (metadata) of the row. |
boolean |
QueueRowSet.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
|
boolean |
BlockingBatchingRowSet.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
We need to wait until |
void |
RowSet.setRowMeta(RowMetaInterface rowMeta)
|
void |
RowMetaAndData.setRowMeta(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.core with parameters of type RowMetaInterface | |
---|---|
RowMetaAndData(RowMetaInterface rowMeta,
Object... data)
|
Uses of RowMetaInterface in org.pentaho.di.core.database |
---|
Methods in org.pentaho.di.core.database that return RowMetaInterface | |
---|---|
RowMetaInterface |
Database.getParameterMetaData(PreparedStatement ps)
|
RowMetaInterface |
Database.getParameterMetaData(String sql,
RowMetaInterface inform,
Object[] data)
|
RowMetaInterface |
Database.getQueryFields(String sql,
boolean param)
|
RowMetaInterface |
Database.getQueryFields(String sql,
boolean param,
RowMetaInterface inform,
Object[] data)
|
RowMetaInterface |
Database.getReturnRowMeta()
|
RowMetaInterface |
Database.getTableFields(String tablename)
|
Methods in org.pentaho.di.core.database with parameters of type RowMetaInterface | |
---|---|
Result |
Database.execStatement(String rawsql,
RowMetaInterface params,
Object[] data)
|
String |
Database.getAlterTableStatement(String tableName,
RowMetaInterface fields,
String tk,
boolean use_autoinc,
String pk,
boolean semicolon)
|
String |
Database.getCreateTableStatement(String tableName,
RowMetaInterface fields,
String tk,
boolean use_autoinc,
String pk,
boolean semicolon)
Generates SQL |
String |
Database.getDDL(String tablename,
RowMetaInterface fields)
|
String |
Database.getDDL(String tablename,
RowMetaInterface fields,
String tk,
boolean use_autoinc,
String pk)
|
String |
Database.getDDL(String tableName,
RowMetaInterface fields,
String tk,
boolean use_autoinc,
String pk,
boolean semicolon)
|
String |
Database.getDDLCreationTable(String tableName,
RowMetaInterface fields)
Return SQL CREATION statement for a Table |
String |
Database.getInsertStatement(String tableName,
RowMetaInterface fields)
|
String |
Database.getInsertStatement(String schemaName,
String tableName,
RowMetaInterface fields)
|
int |
DatabaseMeta.getNrReservedWords(RowMetaInterface fields)
Checks the fields specified for reserved words |
RowMetaAndData |
Database.getOneRow(String sql,
RowMetaInterface param,
Object[] data)
|
RowMetaInterface |
Database.getParameterMetaData(String sql,
RowMetaInterface inform,
Object[] data)
|
RowMetaInterface |
Database.getQueryFields(String sql,
boolean param,
RowMetaInterface inform,
Object[] data)
|
Object[] |
Database.getRow(ResultSet rs,
ResultSetMetaData dummy,
RowMetaInterface rowInfo)
Get a row from the resultset. |
String |
Database.getSQLOutput(String schemaName,
String tableName,
RowMetaInterface fields,
Object[] r,
String dateFormat)
Return SQL statement (INSERT INTO TableName ... |
void |
Database.insertRow(String tableName,
RowMetaInterface fields,
Object[] data)
|
void |
Database.insertRow(String schemaName,
String tableName,
RowMetaInterface fields,
Object[] data)
|
ResultSet |
Database.openQuery(PreparedStatement ps,
RowMetaInterface params,
Object[] data)
|
ResultSet |
Database.openQuery(String sql,
RowMetaInterface params,
Object[] data)
Open a query on the database with a set of parameters stored in a Kettle Row |
ResultSet |
Database.openQuery(String sql,
RowMetaInterface params,
Object[] data,
int fetch_mode)
|
ResultSet |
Database.openQuery(String sql,
RowMetaInterface params,
Object[] data,
int fetch_mode,
boolean lazyConversion)
|
void |
Database.prepareInsert(RowMetaInterface rowMeta,
String tableName)
Prepare inserting values into a table, using the fields & values in a Row |
void |
Database.prepareInsert(RowMetaInterface rowMeta,
String schemaName,
String tableName)
Prepare inserting values into a table, using the fields & values in a Row |
void |
DatabaseMeta.quoteReservedWords(RowMetaInterface fields)
Changes the names of the fields to their quoted equivalent if this is needed |
boolean |
DatabaseMeta.replaceReservedWords(RowMetaInterface fields)
Checks the fields specified for reserved words and quotes them. |
void |
Database.setProcValues(RowMetaInterface rowMeta,
Object[] data,
int[] argnrs,
String[] argdir,
boolean result)
|
void |
Database.setValues(RowMetaInterface rowMeta,
Object[] data)
|
void |
Database.setValues(RowMetaInterface rowMeta,
Object[] data,
PreparedStatement ps)
|
void |
Database.setValues(RowMetaInterface rowMeta,
Object[] data,
PreparedStatement ps,
int ignoreThisValueIndex)
Sets the values of the preparedStatement pstmt. |
void |
Database.setValuesInsert(RowMetaInterface rowMeta,
Object[] data)
|
void |
Database.setValuesLookup(RowMetaInterface rowMeta,
Object[] data)
|
void |
Database.setValuesUpdate(RowMetaInterface rowMeta,
Object[] data)
|
Uses of RowMetaInterface in org.pentaho.di.core.hash |
---|
Methods in org.pentaho.di.core.hash with parameters of type RowMetaInterface | |
---|---|
static int |
ByteArrayHashIndex.generateHashCode(byte[] key,
RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.core.hash with parameters of type RowMetaInterface | |
---|---|
ByteArrayHashIndex(RowMetaInterface keyRowMeta)
|
|
ByteArrayHashIndex(RowMetaInterface keyRowMeta,
int size)
Create a Byte array hash index to store row |
|
ByteArrayHashMap(int initialCapacity,
float loadFactor,
RowMetaInterface keyMeta)
Constructs an empty ByteArrayHashMap with the specified initial capacity and load factor. |
|
ByteArrayHashMap(int initialCapacity,
RowMetaInterface keyMeta)
Constructs an empty ByteArrayHashMap with the specified initial capacity and the default load factor (0.75). |
|
ByteArrayHashMap(RowMetaInterface keyMeta)
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75). |
Uses of RowMetaInterface in org.pentaho.di.core.logging |
---|
Methods in org.pentaho.di.core.logging that return types with arguments of type RowMetaInterface | |
---|---|
List<RowMetaInterface> |
ChannelLogTable.getRecommendedIndexes()
|
List<RowMetaInterface> |
JobEntryLogTable.getRecommendedIndexes()
|
List<RowMetaInterface> |
JobLogTable.getRecommendedIndexes()
|
List<RowMetaInterface> |
PerformanceLogTable.getRecommendedIndexes()
|
List<RowMetaInterface> |
TransLogTable.getRecommendedIndexes()
|
List<RowMetaInterface> |
StepLogTable.getRecommendedIndexes()
|
List<RowMetaInterface> |
LogTableInterface.getRecommendedIndexes()
|
Uses of RowMetaInterface in org.pentaho.di.core.parameters |
---|
Methods in org.pentaho.di.core.parameters that return RowMetaInterface | |
---|---|
RowMetaInterface |
ParameterSimpleTransTest.createResultRowMetaInterface1()
|
RowMetaInterface |
ParameterSimpleTransTest.createResultRowMetaInterface2()
|
RowMetaInterface |
ParameterSimpleTransTest.createResultRowMetaInterface3()
|
RowMetaInterface |
ParameterSimpleTransTest.createResultRowMetaInterface5()
|
RowMetaInterface |
ParameterSimpleTransTest.createResultRowMetaInterface6()
|
Uses of RowMetaInterface in org.pentaho.di.core.reflection |
---|
Methods in org.pentaho.di.core.reflection that return RowMetaInterface | |
---|---|
static RowMetaInterface |
StringSearchResult.getResultRowMeta()
|
Uses of RowMetaInterface in org.pentaho.di.core.row |
---|
Classes in org.pentaho.di.core.row that implement RowMetaInterface | |
---|---|
class |
RowMeta
|
Methods in org.pentaho.di.core.row that return RowMetaInterface | |
---|---|
RowMetaInterface |
RowMetaInterface.clone()
Clone this RowMetaInterface object. |
RowMetaInterface |
RowBuffer.getRowMeta()
|
Methods in org.pentaho.di.core.row with parameters of type RowMetaInterface | |
---|---|
void |
RowMetaInterface.addRowMeta(RowMetaInterface rowMeta)
Add a number of fields from another row (append to the end). |
void |
RowMeta.addRowMeta(RowMetaInterface rowMeta)
|
int |
RowMetaInterface.compare(Object[] rowData1,
RowMetaInterface rowMeta2,
Object[] rowData2,
int[] fieldnrs1,
int[] fieldnrs2)
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata. |
int |
RowMeta.compare(Object[] rowData1,
RowMetaInterface rowMeta2,
Object[] rowData2,
int[] fieldnrs1,
int[] fieldnrs2)
Compare 2 rows with each other using certain values in the rows and also considering the specified ascending clauses of the value metadata. |
static Row |
RowMeta.createOriginalRow(RowMetaInterface rowMeta,
Object[] rowData)
|
static byte[] |
RowMeta.extractData(RowMetaInterface metadata,
Object[] row)
Serialize a row of data to byte[] |
static Object[] |
RowMeta.getRow(RowMetaInterface metadata,
byte[] data)
Create a row of data bases on a serialized format (byte[]) |
void |
RowMetaInterface.mergeRowMeta(RowMetaInterface r)
Merge the values of row r to this Row. |
void |
RowMeta.mergeRowMeta(RowMetaInterface r)
Merge the values of row r to this Row. |
void |
RowBuffer.setRowMeta(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.core.row with parameters of type RowMetaInterface | |
---|---|
RowBuffer(RowMetaInterface rowMeta)
|
|
RowBuffer(RowMetaInterface rowMeta,
List<Object[]> buffer)
|
Uses of RowMetaInterface in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return RowMetaInterface | |
---|---|
RowMetaInterface |
KettleDatabaseRepositoryConnectionDelegate.getReturnRowMeta()
|
RowMetaInterface |
KettleDatabaseRepositoryConnectionDelegate.getStepAttributesRowMeta()
|
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type RowMetaInterface | |
---|---|
String[] |
KettleDatabaseRepositoryJobDelegate.getJobsWithIDList(List<Object[]> list,
RowMetaInterface rowMeta)
|
RowMetaAndData |
KettleDatabaseRepositoryConnectionDelegate.getOneRow(String sql,
RowMetaInterface rowMeta,
Object[] rowData)
|
String[] |
KettleDatabaseRepositoryTransDelegate.getTransformationsWithIDList(List<Object[]> list,
RowMetaInterface rowMeta)
|
void |
KettleDatabaseRepositoryConnectionDelegate.setStepAttributesRowMeta(RowMetaInterface stepAttributesRowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that return RowMetaInterface | |
---|---|
RowMetaInterface |
WordCountSingleThreadTest.createMapperRowMetaInterface()
|
RowMetaInterface |
WordCountSingleThreadTest.createReducerRowMetaInterface()
|
RowMetaInterface |
HopTest.createRowMetaInterface()
|
RowMetaInterface |
TransSingleThreadTest.createRowMetaInterface()
|
RowMetaInterface |
TransformationTestCase.createRowMetaInterface(ValueMeta... valueMetas)
|
RowMetaInterface |
TransMeta.getPrevInfoFields(StepMeta stepMeta)
Find the informational fields coming from an informational step into the step specified. |
RowMetaInterface |
TransMeta.getPrevInfoFields(String stepname)
Find the informational fields coming from an informational step into the step specified. |
RowMetaInterface |
TransMeta.getPrevStepFields(StepMeta stepMeta)
Find the fields that are entering a certain step. |
RowMetaInterface |
TransMeta.getPrevStepFields(StepMeta stepMeta,
ProgressMonitorListener monitor)
Find the fields that are entering a certain step. |
RowMetaInterface |
TransMeta.getPrevStepFields(String stepname)
Find the fields that are entering a step with a certain name. |
RowMetaInterface |
TransMeta.getStepFields(StepMeta stepMeta)
Returns the fields that are emitted by a certain step. |
RowMetaInterface |
TransMeta.getStepFields(StepMeta[] stepMeta)
Gets the fields for each of the specified steps and merges them into a single set |
RowMetaInterface |
TransMeta.getStepFields(StepMeta stepMeta,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step. |
RowMetaInterface |
TransMeta.getStepFields(StepMeta stepMeta,
StepMeta targetStep,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step. |
RowMetaInterface |
TransMeta.getStepFields(String stepname)
Returns the fields that are emitted by a certain step name. |
RowMetaInterface |
TransProfileFactory.getTableLayout()
|
RowMetaInterface |
TransMeta.getThisStepFields(StepMeta stepMeta,
StepMeta nextStep,
RowMetaInterface row)
Returns the fields that are emitted by a step. |
RowMetaInterface |
TransMeta.getThisStepFields(StepMeta stepMeta,
StepMeta nextStep,
RowMetaInterface row,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a step. |
RowMetaInterface |
TransMeta.getThisStepFields(String stepname,
RowMetaInterface row)
Return the fields that are emitted by a step with a certain name. |
Methods in org.pentaho.di.trans with parameters of type RowMetaInterface | |
---|---|
List<RowMetaAndData> |
TransformationTestCase.createData(RowMetaInterface rm,
Object[][] rows)
|
void |
RowStepCollector.errorRowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
|
int |
Partitioner.getPartition(RowMetaInterface rowMeta,
Object[] r)
Gets the partition. |
int |
ModPartitioner.getPartition(RowMetaInterface rowMeta,
Object[] row)
|
RowMetaInterface |
TransMeta.getThisStepFields(StepMeta stepMeta,
StepMeta nextStep,
RowMetaInterface row)
Returns the fields that are emitted by a step. |
RowMetaInterface |
TransMeta.getThisStepFields(StepMeta stepMeta,
StepMeta nextStep,
RowMetaInterface row,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a step. |
RowMetaInterface |
TransMeta.getThisStepFields(String stepname,
RowMetaInterface row)
Return the fields that are emitted by a step with a certain name. |
void |
BasePartitioner.init(RowMetaInterface rowMeta)
Inits the. |
void |
RowProducer.putRow(RowMetaInterface rowMeta,
Object[] row)
Puts a row into the underlying row set. |
boolean |
RowProducer.putRow(RowMetaInterface rowMeta,
Object[] row,
boolean block)
Puts a row on to the underlying row set, optionally blocking until the row can be successfully put. |
boolean |
RowProducer.putRowWait(RowMetaInterface rowMeta,
Object[] rowData,
long time,
TimeUnit tu)
|
void |
RowStepCollector.rowReadEvent(RowMetaInterface rowMeta,
Object[] row)
|
void |
RowStepCollector.rowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
|
Uses of RowMetaInterface in org.pentaho.di.trans.debug |
---|
Methods in org.pentaho.di.trans.debug that return RowMetaInterface | |
---|---|
RowMetaInterface |
StepDebugMeta.getRowBufferMeta()
|
Methods in org.pentaho.di.trans.debug with parameters of type RowMetaInterface | |
---|---|
void |
BreakPointListener.breakPointHit(TransDebugMeta transDebugMeta,
StepDebugMeta stepDebugMeta,
RowMetaInterface rowBufferMeta,
List<Object[]> rowBuffer)
|
void |
StepDebugMeta.setRowBufferMeta(RowMetaInterface rowBufferMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.step |
---|
Methods in org.pentaho.di.trans.step that return RowMetaInterface | |
---|---|
RowMetaInterface |
StepErrorMeta.getErrorFields()
|
RowMetaInterface |
BaseStep.getErrorRowMeta()
|
RowMetaInterface |
StepErrorMeta.getErrorRowMeta(long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes)
|
RowMetaInterface |
BaseStep.getInputRowMeta()
|
static RowMetaInterface |
BaseStep.getLogFields(String comm)
Gets the log fields. |
RowMetaInterface |
BaseStep.getPreviewRowMeta()
|
RowMetaInterface |
BaseStepMeta.getRequiredFields()
Deprecated. |
RowMetaInterface |
StepMetaInterface.getRequiredFields(VariableSpace space)
The natural way of data flow in a transformation is source-to-target. |
RowMetaInterface |
BaseStepMeta.getRequiredFields(VariableSpace space)
The natural way of data flow in a transformation is source-to-target. |
RowMetaInterface |
RemoteStep.getRowMeta()
|
RowMetaInterface |
StepMetaInterface.getTableFields()
|
RowMetaInterface |
BaseStepMeta.getTableFields()
Gets the table fields. |
Methods in org.pentaho.di.trans.step with parameters of type RowMetaInterface | |
---|---|
void |
StepMetaInterface.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Each step must be able to report on the impact it has on a database, table field, etc. |
void |
BaseStepMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Each step must be able to report on the impact it has on a database, table field, etc. |
void |
StepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StepMetaInterface.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
void |
RowAdapter.errorRowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.errorRowWrittenEvent interface method |
void |
RowListener.errorRowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
This method is called when the error handling of a row is writing a row to the error stream. |
void |
StepMetaInterface.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Get the fields that are emitted by this step |
void |
StepMetaInterface.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Get the fields that are emitted by this step |
void |
BaseStepMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Gets the fields. |
void |
BaseStepMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Gets the fields. |
int |
StepPartitioningMeta.getPartition(RowMetaInterface rowMeta,
Object[] row)
|
SQLStatement |
StepMetaInterface.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly. |
SQLStatement |
BaseStepMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
Standard method to return one or more SQLStatement objects that the step needs in order to work correctly. |
void |
BaseStep.putError(RowMetaInterface rowMeta,
Object[] row,
long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes)
Put error. |
void |
StepInterface.putRow(RowMetaInterface row,
Object[] data)
Put a row on the destination rowsets. |
void |
BaseStep.putRow(RowMetaInterface rowMeta,
Object[] row)
putRow is used to copy a row, to the alternate rowset(s) This should get priority over everything else! (synchronized) If distribute is true, a row is copied only once to the output rowsets, otherwise copies are sent to each rowset! |
void |
BaseStep.putRowTo(RowMetaInterface rowMeta,
Object[] row,
RowSet rowSet)
putRowTo is used to put a row in a certain specific RowSet. |
void |
RowAdapter.rowReadEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowReadEvent interface method |
void |
RowListener.rowReadEvent(RowMetaInterface rowMeta,
Object[] row)
This method is called when a row is read from another step |
void |
RowAdapter.rowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method |
void |
RowListener.rowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
This method is called when a row is written to another step (even if there is no next step) |
static void |
BaseStep.safeModeChecking(RowMetaInterface referenceRowMeta,
RowMetaInterface rowMeta)
Safe mode checking. |
void |
BaseStep.setErrorRowMeta(RowMetaInterface errorRowMeta)
|
void |
BaseStep.setInputRowMeta(RowMetaInterface rowMeta)
|
void |
BaseStep.setPreviewRowMeta(RowMetaInterface previewRowMeta)
|
void |
RemoteStep.setRowMeta(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.trans.step with parameters of type RowMetaInterface | |
---|---|
RemoteStep(String hostname,
String remoteHostname,
String port,
String sourceStep,
int sourceStepCopyNr,
String targetStep,
int targetStepCopyNr,
String sourceSlaveServerName,
String targetSlaveServerName,
int bufferSize,
boolean compressingStreams,
RowMetaInterface rowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.abort |
---|
Methods in org.pentaho.di.trans.steps.abort with parameters of type RowMetaInterface | |
---|---|
void |
AbortMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AbortMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AbortMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.accessinput |
---|
Fields in org.pentaho.di.trans.steps.accessinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AccessInputData.convertRowMeta
|
RowMetaInterface |
AccessInputData.inputRowMeta
|
RowMetaInterface |
AccessInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.accessinput with parameters of type RowMetaInterface | |
---|---|
void |
AccessInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AccessInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AccessInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.accessoutput |
---|
Fields in org.pentaho.di.trans.steps.accessoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AccessOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.accessoutput that return RowMetaInterface | |
---|---|
static RowMetaInterface |
AccessOutputMeta.getLayout(com.healthmarketscience.jackcess.Table table)
|
RowMetaInterface |
AccessOutputMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type RowMetaInterface | |
---|---|
void |
AccessOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
static Object[] |
AccessOutputMeta.createObjectsForRow(RowMetaInterface rowMeta,
Object[] rowData)
|
static List<com.healthmarketscience.jackcess.Column> |
AccessOutputMeta.getColumns(RowMetaInterface row)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.addsequence |
---|
Fields in org.pentaho.di.trans.steps.addsequence declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AddSequenceData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.addsequence that return RowMetaInterface | |
---|---|
RowMetaInterface |
AddSequenceTest.createResultRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.addsequence with parameters of type RowMetaInterface | |
---|---|
Object[] |
AddSequence.addSequence(RowMetaInterface inputRowMeta,
Object[] inputRowData)
|
void |
AddSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AddSequenceMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AddSequenceMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
AddSequenceMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.addxml |
---|
Fields in org.pentaho.di.trans.steps.addxml declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AddXMLData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.addxml with parameters of type RowMetaInterface | |
---|---|
void |
AddXMLMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AddXMLMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AddXMLMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.aggregaterows |
---|
Fields in org.pentaho.di.trans.steps.aggregaterows declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AggregateRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.aggregaterows with parameters of type RowMetaInterface | |
---|---|
void |
AggregateRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AggregateRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AggregateRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.analyticquery |
---|
Fields in org.pentaho.di.trans.steps.analyticquery declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AnalyticQueryData.inputRowMeta
|
RowMetaInterface |
AnalyticQueryData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.analyticquery with parameters of type RowMetaInterface | |
---|---|
void |
AnalyticQueryMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AnalyticQueryMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AnalyticQueryMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.append |
---|
Fields in org.pentaho.di.trans.steps.append declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AppendData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.append that return RowMetaInterface | |
---|---|
RowMetaInterface |
AppendTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.append with parameters of type RowMetaInterface | |
---|---|
void |
AppendMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AppendMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AppendMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.autodoc |
---|
Fields in org.pentaho.di.trans.steps.autodoc declared as RowMetaInterface | |
---|---|
RowMetaInterface |
AutoDocData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.autodoc with parameters of type RowMetaInterface | |
---|---|
void |
AutoDocMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AutoDocMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
AutoDocMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.blockingstep |
---|
Fields in org.pentaho.di.trans.steps.blockingstep declared as RowMetaInterface | |
---|---|
RowMetaInterface |
BlockingStepData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.blockingstep that return RowMetaInterface | |
---|---|
RowMetaInterface |
BlockingStepTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.blockingstep with parameters of type RowMetaInterface | |
---|---|
void |
BlockingStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
BlockingStepMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
BlockingStepMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.blockuntilstepsfinish |
---|
Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type RowMetaInterface | |
---|---|
void |
BlockUntilStepsFinishMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
BlockUntilStepsFinishMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
BlockUntilStepsFinishMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.calculator |
---|
Fields in org.pentaho.di.trans.steps.calculator declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CalculatorData.calcRowMeta
|
RowMetaInterface |
CalculatorData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.calculator that return RowMetaInterface | |
---|---|
RowMetaInterface |
CalculatorMeta.getAllFields(RowMetaInterface inputRowMeta)
|
Methods in org.pentaho.di.trans.steps.calculator with parameters of type RowMetaInterface | |
---|---|
void |
CalculatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
RowMetaInterface |
CalculatorMeta.getAllFields(RowMetaInterface inputRowMeta)
|
void |
CalculatorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CalculatorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.changefileencoding |
---|
Fields in org.pentaho.di.trans.steps.changefileencoding declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ChangeFileEncodingData.inputRowMeta
|
Methods in org.pentaho.di.trans.steps.changefileencoding with parameters of type RowMetaInterface | |
---|---|
void |
ChangeFileEncodingMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.checksum |
---|
Fields in org.pentaho.di.trans.steps.checksum declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CheckSumData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.checksum with parameters of type RowMetaInterface | |
---|---|
void |
CheckSumMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CheckSumMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CheckSumMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.clonerow |
---|
Fields in org.pentaho.di.trans.steps.clonerow declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CloneRowData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.clonerow with parameters of type RowMetaInterface | |
---|---|
void |
CloneRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CloneRowMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CloneRowMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.closure |
---|
Fields in org.pentaho.di.trans.steps.closure declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ClosureGeneratorData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.closure with parameters of type RowMetaInterface | |
---|---|
void |
ClosureGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface row,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ClosureGeneratorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ClosureGeneratorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.columnexists |
---|
Fields in org.pentaho.di.trans.steps.columnexists declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ColumnExistsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.columnexists with parameters of type RowMetaInterface | |
---|---|
void |
ColumnExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ColumnExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ColumnExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.combinationlookup |
---|
Fields in org.pentaho.di.trans.steps.combinationlookup declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CombinationLookupData.hashRowMeta
|
RowMetaInterface |
CombinationLookupData.insertRowMeta
|
RowMetaInterface |
CombinationLookupData.lookupRowMeta
|
RowMetaInterface |
CombinationLookupData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.combinationlookup that return RowMetaInterface | |
---|---|
RowMetaInterface |
CombinationLookupTest.createSourceRowMetaInterface()
|
RowMetaInterface |
CombinationLookupTest.createTargetRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type RowMetaInterface | |
---|---|
void |
CombinationLookupMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CombinationLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Long |
CombinationLookup.combiInsert(RowMetaInterface rowMeta,
Object[] row,
Long val_key,
Long val_crc)
This inserts new record into a junk dimension |
void |
CombinationLookupMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CombinationLookupMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
CombinationLookupMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
CombinationLookup.setCombiLookup(RowMetaInterface inputRowMeta)
CombinationLookup table: dimension table keys[]: which dim-fields do we use to look up key? retval: name of the key to return |
Uses of RowMetaInterface in org.pentaho.di.trans.steps.concatfields |
---|
Fields in org.pentaho.di.trans.steps.concatfields declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ConcatFieldsData.inputRowMetaModified
|
Methods in org.pentaho.di.trans.steps.concatfields with parameters of type RowMetaInterface | |
---|---|
void |
ConcatFieldsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ConcatFieldsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ConcatFieldsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ConcatFieldsMeta.getFieldsModifyInput(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ConcatFieldsMeta.getFieldsModifyInput(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.constant |
---|
Methods in org.pentaho.di.trans.steps.constant that return RowMetaInterface | |
---|---|
RowMetaInterface |
ConstantTest.createResultRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.constant with parameters of type RowMetaInterface | |
---|---|
void |
ConstantMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ConstantMeta.getFields(RowMetaInterface rowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ConstantMeta.getFields(RowMetaInterface rowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.creditcardvalidator |
---|
Fields in org.pentaho.di.trans.steps.creditcardvalidator declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CreditCardValidatorData.outputRowMeta
|
RowMetaInterface |
CreditCardValidatorData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type RowMetaInterface | |
---|---|
void |
CreditCardValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CreditCardValidatorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CreditCardValidatorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.csvinput |
---|
Fields in org.pentaho.di.trans.steps.csvinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CsvInputData.convertRowMeta
|
RowMetaInterface |
CsvInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.csvinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
CsvInput2Test.createResultRowMetaInterface()
|
RowMetaInterface |
CsvInput3Test.createResultRowMetaInterface()
|
RowMetaInterface |
CsvInput1Test.createResultRowMetaInterface()
|
RowMetaInterface |
CsvInput2Test.createRowMetaInterface()
|
RowMetaInterface |
CsvInput3Test.createRowMetaInterface()
|
RowMetaInterface |
CsvInput1Test.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type RowMetaInterface | |
---|---|
void |
CsvInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CsvInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CsvInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.cubeinput |
---|
Fields in org.pentaho.di.trans.steps.cubeinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CubeInputData.meta
|
Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type RowMetaInterface | |
---|---|
void |
CubeInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CubeInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
CubeInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.cubeoutput |
---|
Fields in org.pentaho.di.trans.steps.cubeoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
CubeOutputData.outputMeta
|
Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type RowMetaInterface | |
---|---|
void |
CubeOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.databasejoin |
---|
Methods in org.pentaho.di.trans.steps.databasejoin that return RowMetaInterface | |
---|---|
RowMetaInterface |
DatabaseJoinMeta.getParameterRow(RowMetaInterface fields)
|
RowMetaInterface |
DatabaseJoinMeta.getTableFields()
|
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type RowMetaInterface | |
---|---|
void |
DatabaseJoinMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DatabaseJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DatabaseJoinMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DatabaseJoinMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
RowMetaInterface |
DatabaseJoinMeta.getParameterRow(RowMetaInterface fields)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.databaselookup |
---|
Fields in org.pentaho.di.trans.steps.databaselookup declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DatabaseLookupData.lookupMeta
|
RowMetaInterface |
DatabaseLookupData.outputRowMeta
|
RowMetaInterface |
DatabaseLookupData.returnMeta
|
Methods in org.pentaho.di.trans.steps.databaselookup that return RowMetaInterface | |
---|---|
RowMetaInterface |
DatabaseLookupTest.createResultRowMetaInterface()
|
RowMetaInterface |
DatabaseLookupTest.createRowMetaInterface()
|
static RowMetaInterface |
DatabaseLookupTest.createSourceRowMetaInterface()
|
RowMetaInterface |
DatabaseLookupMeta.getTableFields()
|
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type RowMetaInterface | |
---|---|
void |
DatabaseLookupMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DatabaseLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DatabaseLookupMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DatabaseLookupMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.datagrid |
---|
Fields in org.pentaho.di.trans.steps.datagrid declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DataGridData.convertMeta
|
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type RowMetaInterface | |
---|---|
void |
DataGridMeta.check(List<CheckResultInterface> results,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface rowMeta,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DataGridMeta.getFields(RowMetaInterface rowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DataGridMeta.getFields(RowMetaInterface rowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.dbproc |
---|
Fields in org.pentaho.di.trans.steps.dbproc declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DBProcData.inputRowMeta
|
RowMetaInterface |
DBProcData.outputMeta
|
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type RowMetaInterface | |
---|---|
void |
DBProcMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DBProcMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DBProcMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.delay |
---|
Methods in org.pentaho.di.trans.steps.delay with parameters of type RowMetaInterface | |
---|---|
void |
DelayMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DelayMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DelayMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.delete |
---|
Fields in org.pentaho.di.trans.steps.delete declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DeleteData.deleteParameterRowMeta
|
RowMetaInterface |
DeleteData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.delete with parameters of type RowMetaInterface | |
---|---|
void |
DeleteMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DeleteMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DeleteMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DeleteMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
DeleteMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
Delete.prepareDelete(RowMetaInterface rowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.denormaliser |
---|
Fields in org.pentaho.di.trans.steps.denormaliser declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DenormaliserData.inputRowMeta
|
RowMetaInterface |
DenormaliserData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type RowMetaInterface | |
---|---|
void |
DenormaliserMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DenormaliserMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DenormaliserMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.detectemptystream |
---|
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type RowMetaInterface | |
---|---|
void |
DetectEmptyStreamMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.detectlastrow |
---|
Fields in org.pentaho.di.trans.steps.detectlastrow declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DetectLastRowData.outputRowMeta
|
RowMetaInterface |
DetectLastRowData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.detectlastrow that return RowMetaInterface | |
---|---|
RowMetaInterface |
DetectLastRowStepTest.createResultRowMetaInterface()
|
RowMetaInterface |
DetectLastRowStepTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type RowMetaInterface | |
---|---|
void |
DetectLastRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DetectLastRowMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DetectLastRowMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.dimensionlookup |
---|
Fields in org.pentaho.di.trans.steps.dimensionlookup declared as RowMetaInterface | |
---|---|
RowMetaInterface |
DimensionLookupData.cacheKeyRowMeta
|
RowMetaInterface |
DimensionLookupData.cacheValueRowMeta
|
RowMetaInterface |
DimensionLookupData.dimensionUpdateRowMeta
|
RowMetaInterface |
DimensionLookupData.inputRowMeta
The input row metadata, but converted to normal storage type |
RowMetaInterface |
DimensionLookupData.insertRowMeta
|
RowMetaInterface |
DimensionLookupData.lookupRowMeta
|
RowMetaInterface |
DimensionLookupData.outputRowMeta
|
RowMetaInterface |
DimensionLookupData.punchThroughRowMeta
|
RowMetaInterface |
DimensionLookupData.returnRowMeta
|
RowMetaInterface |
DimensionLookupData.updateRowMeta
|
Methods in org.pentaho.di.trans.steps.dimensionlookup that return RowMetaInterface | |
---|---|
RowMetaInterface |
DimensionCache.getRowMeta()
|
RowMetaInterface |
DimensionLookupMeta.getTableFields()
|
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type RowMetaInterface | |
---|---|
void |
DimensionLookupMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DimensionLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Long |
DimensionLookup.dimInsert(RowMetaInterface inputRowMeta,
Object[] row,
Long technicalKey,
boolean newEntry,
Long versionNr,
Date dateFrom,
Date dateTo)
This inserts new record into dimension Optionally, if the entry already exists, update date range from previous version of the entry. |
void |
DimensionLookup.dimPunchThrough(RowMetaInterface rowMeta,
Object[] row)
|
void |
DimensionLookup.dimUpdate(RowMetaInterface rowMeta,
Object[] row,
Long dimkey,
Date valueDate)
|
void |
DimensionLookupMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DimensionLookupMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
DimensionLookupMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
DimensionCache.setRowMeta(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type RowMetaInterface | |
---|---|
DimensionCache(RowMetaInterface rowMeta,
int[] keyIndexes,
int fromDateIndex,
int toDateIndex)
Create a new dimension cache object |
Uses of RowMetaInterface in org.pentaho.di.trans.steps.dummytrans |
---|
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type RowMetaInterface | |
---|---|
void |
DummyTransMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DummyTransMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DummyTransMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.dynamicsqlrow |
---|
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type RowMetaInterface | |
---|---|
void |
DynamicSQLRowMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DynamicSQLRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DynamicSQLRowMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
DynamicSQLRowMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.edi2xml |
---|
Fields in org.pentaho.di.trans.steps.edi2xml declared as RowMetaInterface | |
---|---|
RowMetaInterface |
Edi2XmlData.inputRowMeta
|
RowMetaInterface |
Edi2XmlData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.edi2xml with parameters of type RowMetaInterface | |
---|---|
void |
Edi2XmlMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
Edi2XmlMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
Edi2XmlMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.elasticsearchbulk |
---|
Fields in org.pentaho.di.trans.steps.elasticsearchbulk declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ElasticSearchBulkData.inputRowMeta
|
RowMetaInterface |
ElasticSearchBulkData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type RowMetaInterface | |
---|---|
void |
ElasticSearchBulkMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ElasticSearchBulkMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ElasticSearchBulkMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.excelinput |
---|
Fields in org.pentaho.di.trans.steps.excelinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ExcelInputData.conversionRowMeta
|
RowMetaInterface |
ExcelInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.excelinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
ExcelInputMeta.getEmptyFields()
|
Methods in org.pentaho.di.trans.steps.excelinput with parameters of type RowMetaInterface | |
---|---|
void |
ExcelInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExcelInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ExcelInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.exceloutput |
---|
Fields in org.pentaho.di.trans.steps.exceloutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ExcelOutputData.outputMeta
|
RowMetaInterface |
ExcelOutputData.previousMeta
|
Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type RowMetaInterface | |
---|---|
void |
ExcelOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExcelOutputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ExcelOutputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.excelwriter |
---|
Fields in org.pentaho.di.trans.steps.excelwriter declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ExcelWriterStepData.inputRowMeta
|
RowMetaInterface |
ExcelWriterStepData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type RowMetaInterface | |
---|---|
void |
ExcelWriterStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExcelWriterStepMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ExcelWriterStepMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.execprocess |
---|
Fields in org.pentaho.di.trans.steps.execprocess declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ExecProcessData.outputRowMeta
|
RowMetaInterface |
ExecProcessData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type RowMetaInterface | |
---|---|
void |
ExecProcessMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExecProcessMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ExecProcessMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.execsqlrow |
---|
Fields in org.pentaho.di.trans.steps.execsqlrow declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ExecSQLRowData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.execsqlrow that return RowMetaInterface | |
---|---|
RowMetaInterface |
ExecSQLRowTest.createResultRowMetaInterface()
|
RowMetaInterface |
ExecSQLRowTest.createRowMetaInterface()
|
static RowMetaInterface |
ExecSQLRowTest.createSourceRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type RowMetaInterface | |
---|---|
void |
ExecSQLRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExecSQLRowMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ExecSQLRowMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.fieldschangesequence |
---|
Fields in org.pentaho.di.trans.steps.fieldschangesequence declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FieldsChangeSequenceData.outputRowMeta
|
RowMetaInterface |
FieldsChangeSequenceData.previousMeta
|
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type RowMetaInterface | |
---|---|
void |
FieldsChangeSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FieldsChangeSequenceMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FieldsChangeSequenceMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.fieldsplitter |
---|
Fields in org.pentaho.di.trans.steps.fieldsplitter declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FieldSplitterData.conversionMeta
|
RowMetaInterface |
FieldSplitterData.outputMeta
|
RowMetaInterface |
FieldSplitterData.previousMeta
|
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type RowMetaInterface | |
---|---|
void |
FieldSplitterMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FieldSplitterMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FieldSplitterMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.fileexists |
---|
Fields in org.pentaho.di.trans.steps.fileexists declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FileExistsData.outputRowMeta
|
RowMetaInterface |
FileExistsData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type RowMetaInterface | |
---|---|
void |
FileExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FileExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FileExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.filelocked |
---|
Fields in org.pentaho.di.trans.steps.filelocked declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FileLockedData.outputRowMeta
|
RowMetaInterface |
FileLockedData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.filelocked with parameters of type RowMetaInterface | |
---|---|
void |
FileLockedMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FileLockedMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FileLockedMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.filesfromresult |
---|
Fields in org.pentaho.di.trans.steps.filesfromresult declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FilesFromResultData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type RowMetaInterface | |
---|---|
void |
FilesFromResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FilesFromResultMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FilesFromResultMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.filestoresult |
---|
Fields in org.pentaho.di.trans.steps.filestoresult declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FilesToResultData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type RowMetaInterface | |
---|---|
void |
FilesToResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FilesToResultMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FilesToResultMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.filterrows |
---|
Fields in org.pentaho.di.trans.steps.filterrows declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FilterRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type RowMetaInterface | |
---|---|
void |
FilterRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FilterRowsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FilterRowsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.fixedinput |
---|
Fields in org.pentaho.di.trans.steps.fixedinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FixedInputData.convertRowMeta
|
RowMetaInterface |
FixedInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type RowMetaInterface | |
---|---|
void |
FixedInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FixedInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FixedInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.flattener |
---|
Fields in org.pentaho.di.trans.steps.flattener declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FlattenerData.inputRowMeta
|
RowMetaInterface |
FlattenerData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.flattener with parameters of type RowMetaInterface | |
---|---|
void |
FlattenerMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FlattenerMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FlattenerMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.formula |
---|
Fields in org.pentaho.di.trans.steps.formula declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FormulaData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.formula that return RowMetaInterface | |
---|---|
RowMetaInterface |
RowForumulaContext.getRowMeta()
|
Methods in org.pentaho.di.trans.steps.formula with parameters of type RowMetaInterface | |
---|---|
void |
FormulaMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
void |
FormulaMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FormulaMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RowForumulaContext.setRowMeta(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.trans.steps.formula with parameters of type RowMetaInterface | |
---|---|
RowForumulaContext(RowMetaInterface row)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.fuzzymatch |
---|
Fields in org.pentaho.di.trans.steps.fuzzymatch declared as RowMetaInterface | |
---|---|
RowMetaInterface |
FuzzyMatchData.infoCache
|
RowMetaInterface |
FuzzyMatchData.infoMeta
|
RowMetaInterface |
FuzzyMatchData.outputRowMeta
|
RowMetaInterface |
FuzzyMatchData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type RowMetaInterface | |
---|---|
void |
FuzzyMatchMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FuzzyMatchMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
FuzzyMatchMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getfilenames |
---|
Fields in org.pentaho.di.trans.steps.getfilenames declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetFileNamesData.inputRowMeta
|
RowMetaInterface |
GetFileNamesData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type RowMetaInterface | |
---|---|
void |
GetFileNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetFileNamesMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetFileNamesMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getfilesrowscount |
---|
Fields in org.pentaho.di.trans.steps.getfilesrowscount declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetFilesRowsCountData.convertRowMeta
|
RowMetaInterface |
GetFilesRowsCountData.inputRowMeta
|
RowMetaInterface |
GetFilesRowsCountData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type RowMetaInterface | |
---|---|
void |
GetFilesRowsCountMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetFilesRowsCountMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetFilesRowsCountMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getpreviousrowfield |
---|
Fields in org.pentaho.di.trans.steps.getpreviousrowfield declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetPreviousRowFieldData.inputRowMeta
|
RowMetaInterface |
GetPreviousRowFieldData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type RowMetaInterface | |
---|---|
void |
GetPreviousRowFieldMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetPreviousRowFieldMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetPreviousRowFieldMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getrepositorynames |
---|
Fields in org.pentaho.di.trans.steps.getrepositorynames declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetRepositoryNamesData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type RowMetaInterface | |
---|---|
void |
GetRepositoryNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetRepositoryNamesMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetRepositoryNamesMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getslavesequence |
---|
Fields in org.pentaho.di.trans.steps.getslavesequence declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetSlaveSequenceData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type RowMetaInterface | |
---|---|
Object[] |
GetSlaveSequence.addSequence(RowMetaInterface inputRowMeta,
Object[] inputRowData)
|
void |
GetSlaveSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetSlaveSequenceMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetSlaveSequenceMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getsubfolders |
---|
Fields in org.pentaho.di.trans.steps.getsubfolders declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetSubFoldersData.inputRowMeta
|
RowMetaInterface |
GetSubFoldersData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type RowMetaInterface | |
---|---|
void |
GetSubFoldersMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetSubFoldersMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetSubFoldersMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.gettablenames |
---|
Fields in org.pentaho.di.trans.steps.gettablenames declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetTableNamesData.inputRowMeta
|
RowMetaInterface |
GetTableNamesData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type RowMetaInterface | |
---|---|
void |
GetTableNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetTableNamesMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetTableNamesMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getvariable |
---|
Fields in org.pentaho.di.trans.steps.getvariable declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetVariableData.conversionMeta
|
RowMetaInterface |
GetVariableData.inputRowMeta
|
RowMetaInterface |
GetVariableData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type RowMetaInterface | |
---|---|
void |
GetVariableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetVariableMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetVariableMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.getxmldata |
---|
Fields in org.pentaho.di.trans.steps.getxmldata declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GetXMLDataData.convertRowMeta
|
RowMetaInterface |
GetXMLDataData.inputRowMeta
|
RowMetaInterface |
GetXMLDataData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.getxmldata that return RowMetaInterface | |
---|---|
RowMetaInterface |
GetXMLDataTest.createResultRowMetaInterface()
|
RowMetaInterface |
GetXMLDataTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type RowMetaInterface | |
---|---|
void |
GetXMLDataMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetXMLDataMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GetXMLDataMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.googleanalytics |
---|
Fields in org.pentaho.di.trans.steps.googleanalytics declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GaInputStepData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.googleanalytics with parameters of type RowMetaInterface | |
---|---|
void |
GaInputStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GaInputStepMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GaInputStepMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.gpbulkloader |
---|
Methods in org.pentaho.di.trans.steps.gpbulkloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
GPBulkLoaderMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type RowMetaInterface | |
---|---|
void |
GPBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GPBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
String |
GPBulkLoader.getControlFileContents(GPBulkLoaderMeta meta,
RowMetaInterface rm,
Object[] r)
Get the contents of the control file as specified in the meta object |
void |
GPBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GPBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
GPBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
GPBulkDataOutput.writeLine(RowMetaInterface mi,
Object[] row)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.groupby |
---|
Fields in org.pentaho.di.trans.steps.groupby declared as RowMetaInterface | |
---|---|
RowMetaInterface |
GroupByData.aggMeta
|
RowMetaInterface |
GroupByData.groupAggMeta
|
RowMetaInterface |
GroupByData.groupMeta
|
RowMetaInterface |
GroupByData.inputRowMeta
|
RowMetaInterface |
GroupByData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.groupby with parameters of type RowMetaInterface | |
---|---|
void |
GroupByMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GroupByMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
GroupByMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.http |
---|
Fields in org.pentaho.di.trans.steps.http declared as RowMetaInterface | |
---|---|
RowMetaInterface |
HTTPData.inputRowMeta
|
RowMetaInterface |
HTTPData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.http with parameters of type RowMetaInterface | |
---|---|
void |
HTTPMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
HTTPMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
HTTPMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.httppost |
---|
Fields in org.pentaho.di.trans.steps.httppost declared as RowMetaInterface | |
---|---|
RowMetaInterface |
HTTPPOSTData.inputRowMeta
|
RowMetaInterface |
HTTPPOSTData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.httppost with parameters of type RowMetaInterface | |
---|---|
void |
HTTPPOSTMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
HTTPPOSTMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
HTTPPOSTMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.ifnull |
---|
Fields in org.pentaho.di.trans.steps.ifnull declared as RowMetaInterface | |
---|---|
RowMetaInterface |
IfNullData.convertRowMeta
|
RowMetaInterface |
IfNullData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type RowMetaInterface | |
---|---|
void |
IfNullMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.infobrightoutput |
---|
Fields in org.pentaho.di.trans.steps.infobrightoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
InfobrightLoaderData.insertRowMeta
|
RowMetaInterface |
InfobrightLoaderData.outputRowMeta
|
RowMetaInterface |
InfobrightLoaderData.requiredRowMeta
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.injector |
---|
Methods in org.pentaho.di.trans.steps.injector that return RowMetaInterface | |
---|---|
RowMetaInterface |
InjectorTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.injector with parameters of type RowMetaInterface | |
---|---|
void |
InjectorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
InjectorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
InjectorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.insertupdate |
---|
Fields in org.pentaho.di.trans.steps.insertupdate declared as RowMetaInterface | |
---|---|
RowMetaInterface |
InsertUpdateData.insertRowMeta
|
RowMetaInterface |
InsertUpdateData.lookupParameterRowMeta
|
RowMetaInterface |
InsertUpdateData.lookupReturnRowMeta
|
RowMetaInterface |
InsertUpdateData.outputRowMeta
|
RowMetaInterface |
InsertUpdateData.updateParameterRowMeta
|
Methods in org.pentaho.di.trans.steps.insertupdate that return RowMetaInterface | |
---|---|
RowMetaInterface |
InsertUpdateMeta.getRequiredFields(VariableSpace space)
|
RowMetaInterface |
InsertUpdateTest.getTargetTableRowMeta()
|
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type RowMetaInterface | |
---|---|
void |
InsertUpdateMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
InsertUpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
InsertUpdateMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
InsertUpdateMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
InsertUpdateMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
InsertUpdate.prepareUpdate(RowMetaInterface rowMeta)
|
void |
InsertUpdate.setLookup(RowMetaInterface rowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.ivwloader |
---|
Fields in org.pentaho.di.trans.steps.ivwloader declared as RowMetaInterface | |
---|---|
RowMetaInterface |
IngresVectorwiseLoaderData.bulkRowMeta
|
Methods in org.pentaho.di.trans.steps.ivwloader with parameters of type RowMetaInterface | |
---|---|
void |
IngresVectorwiseLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
IngresVectorwiseLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.janino |
---|
Fields in org.pentaho.di.trans.steps.janino declared as RowMetaInterface | |
---|---|
RowMetaInterface |
JaninoData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.janino that return RowMetaInterface | |
---|---|
RowMetaInterface |
JaninoStepTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.janino with parameters of type RowMetaInterface | |
---|---|
void |
JaninoMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
void |
JaninoMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
JaninoMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.javafilter |
---|
Fields in org.pentaho.di.trans.steps.javafilter declared as RowMetaInterface | |
---|---|
RowMetaInterface |
JavaFilterData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.javafilter with parameters of type RowMetaInterface | |
---|---|
void |
JavaFilterMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.joinrows |
---|
Fields in org.pentaho.di.trans.steps.joinrows declared as RowMetaInterface | |
---|---|
RowMetaInterface[] |
JoinRowsData.fileRowMeta
|
RowMetaInterface |
JoinRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type RowMetaInterface | |
---|---|
void |
JoinRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
JoinRowsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
JoinRowsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.jsoninput |
---|
Fields in org.pentaho.di.trans.steps.jsoninput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
JsonInputData.convertRowMeta
|
RowMetaInterface |
JsonInputData.inputRowMeta
|
RowMetaInterface |
JsonInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type RowMetaInterface | |
---|---|
void |
JsonInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
JsonInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
JsonInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.jsonoutput |
---|
Fields in org.pentaho.di.trans.steps.jsonoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
JsonOutputData.inputRowMeta
|
RowMetaInterface |
JsonOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.jsonoutput that return RowMetaInterface | |
---|---|
RowMetaInterface |
JsonOutputTest.createResultRowMetaInterface()
Creates a row meta interface for the fields that are defined by performing a getFields and by checking "Result filenames - Add filenames to result from "Text File Input" dialog. |
RowMetaInterface |
JsonOutputTest.createRowMetaInterface()
Creates a RowMetaInterface with a ValueMetaInterface with the name "filename". |
Methods in org.pentaho.di.trans.steps.jsonoutput with parameters of type RowMetaInterface | |
---|---|
void |
JsonOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
JsonOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
JsonOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.ldapinput |
---|
Fields in org.pentaho.di.trans.steps.ldapinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
LDAPInputData.convertRowMeta
|
RowMetaInterface |
LDAPInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type RowMetaInterface | |
---|---|
void |
LDAPInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LDAPInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
LDAPInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.ldapoutput |
---|
Methods in org.pentaho.di.trans.steps.ldapoutput with parameters of type RowMetaInterface | |
---|---|
void |
LDAPOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.ldifinput |
---|
Fields in org.pentaho.di.trans.steps.ldifinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
LDIFInputData.convertRowMeta
|
RowMetaInterface |
LDIFInputData.inputRowMeta
|
RowMetaInterface |
LDIFInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type RowMetaInterface | |
---|---|
void |
LDIFInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LDIFInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
LDIFInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.loadfileinput |
---|
Fields in org.pentaho.di.trans.steps.loadfileinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
LoadFileInputData.convertRowMeta
|
RowMetaInterface |
LoadFileInputData.inputRowMeta
|
RowMetaInterface |
LoadFileInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type RowMetaInterface | |
---|---|
void |
LoadFileInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LoadFileInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
LoadFileInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.luciddbbulkloader |
---|
Methods in org.pentaho.di.trans.steps.luciddbbulkloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
LucidDBBulkLoaderMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type RowMetaInterface | |
---|---|
void |
LucidDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LucidDBBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LucidDBBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
LucidDBBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
LucidDBBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.luciddbstreamingloader |
---|
Methods in org.pentaho.di.trans.steps.luciddbstreamingloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
LucidDBStreamingLoaderMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type RowMetaInterface | |
---|---|
void |
LucidDBStreamingLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LucidDBStreamingLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
String |
LucidDBStreamingLoaderMeta.getCreateTableAsStatement(RowMetaInterface prev)
|
String |
LucidDBStreamingLoaderMeta.getDMLStatement(VariableSpace space,
RowMetaInterface prev)
Create DML Sql Statements for remote_rows |
void |
LucidDBStreamingLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
LucidDBStreamingLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
LucidDBStreamingLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mail |
---|
Fields in org.pentaho.di.trans.steps.mail declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MailData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.mail with parameters of type RowMetaInterface | |
---|---|
void |
MailMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mailinput |
---|
Fields in org.pentaho.di.trans.steps.mailinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MailInputData.inputRowMeta
|
RowMetaInterface |
MailInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.mailinput with parameters of type RowMetaInterface | |
---|---|
void |
MailInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MailInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MailInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mailvalidator |
---|
Fields in org.pentaho.di.trans.steps.mailvalidator declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MailValidatorData.outputRowMeta
|
RowMetaInterface |
MailValidatorData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type RowMetaInterface | |
---|---|
void |
MailValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MailValidatorMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MailValidatorMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mapping |
---|
Fields in org.pentaho.di.trans.steps.mapping declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MappingData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.mapping with parameters of type RowMetaInterface | |
---|---|
void |
MappingMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MappingMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MappingMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mappinginput |
---|
Fields in org.pentaho.di.trans.steps.mappinginput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MappingInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.mappinginput that return RowMetaInterface | |
---|---|
RowMetaInterface |
MappingInputMeta.getInputRowMeta()
|
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type RowMetaInterface | |
---|---|
void |
MappingInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MappingInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MappingInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MappingInputMeta.setInputRowMeta(RowMetaInterface inputRowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mappingoutput |
---|
Fields in org.pentaho.di.trans.steps.mappingoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MappingOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type RowMetaInterface | |
---|---|
void |
MappingOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MappingOutputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MappingOutputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.memgroupby |
---|
Fields in org.pentaho.di.trans.steps.memgroupby declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MemoryGroupByData.aggMeta
|
RowMetaInterface |
MemoryGroupByData.entryMeta
|
RowMetaInterface |
MemoryGroupByData.groupAggMeta
|
RowMetaInterface |
MemoryGroupByData.groupMeta
|
RowMetaInterface |
MemoryGroupByData.inputRowMeta
|
RowMetaInterface |
MemoryGroupByData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type RowMetaInterface | |
---|---|
void |
MemoryGroupByMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MemoryGroupByMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MemoryGroupByMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mergejoin |
---|
Fields in org.pentaho.di.trans.steps.mergejoin declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MergeJoinData.oneMeta
|
RowMetaInterface |
MergeJoinData.outputRowMeta
|
RowMetaInterface |
MergeJoinData.twoMeta
|
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type RowMetaInterface | |
---|---|
void |
MergeJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MergeJoinMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MergeJoinMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mergerows |
---|
Fields in org.pentaho.di.trans.steps.mergerows declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MergeRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type RowMetaInterface | |
---|---|
void |
MergeRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MergeRowsMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MergeRowsMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.metainject |
---|
Methods in org.pentaho.di.trans.steps.metainject with parameters of type RowMetaInterface | |
---|---|
void |
MetaInjectMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MetaInjectMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MetaInjectMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mondrianinput |
---|
Fields in org.pentaho.di.trans.steps.mondrianinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
MondrianData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.mondrianinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
MondrianHelper.getCachedRowMeta()
|
RowMetaInterface |
MondrianHelper.getOutputRowMeta()
|
Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type RowMetaInterface | |
---|---|
void |
MondrianInputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MondrianInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MondrianInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MondrianInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.monetdbbulkloader |
---|
Methods in org.pentaho.di.trans.steps.monetdbbulkloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
MonetDBBulkLoaderMeta.getRequiredFields(VariableSpace space)
|
RowMetaInterface |
MonetDBBulkLoaderMeta.updateFields(RowMetaInterface prev,
MonetDBBulkLoaderData data)
|
RowMetaInterface |
MonetDBBulkLoaderMeta.updateFields(TransMeta transMeta,
String stepname,
MonetDBBulkLoaderData data)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.multimerge |
---|
Fields in org.pentaho.di.trans.steps.multimerge declared as RowMetaInterface | |
---|---|
RowMetaInterface[] |
MultiMergeJoinData.metas
|
RowMetaInterface |
MultiMergeJoinData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type RowMetaInterface | |
---|---|
void |
MultiMergeJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MultiMergeJoinMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MultiMergeJoinMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.mysqlbulkloader |
---|
Methods in org.pentaho.di.trans.steps.mysqlbulkloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
MySQLBulkLoaderMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type RowMetaInterface | |
---|---|
void |
MySQLBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MySQLBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MySQLBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
MySQLBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
MySQLBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.normaliser |
---|
Fields in org.pentaho.di.trans.steps.normaliser declared as RowMetaInterface | |
---|---|
RowMetaInterface |
NormaliserData.inputRowMeta
|
RowMetaInterface |
NormaliserData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type RowMetaInterface | |
---|---|
void |
NormaliserMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
NormaliserMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
NormaliserMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.nullif |
---|
Fields in org.pentaho.di.trans.steps.nullif declared as RowMetaInterface | |
---|---|
RowMetaInterface |
NullIfData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.nullif that return RowMetaInterface | |
---|---|
RowMetaInterface |
NullIfTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.nullif with parameters of type RowMetaInterface | |
---|---|
void |
NullIfMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
NullIfMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
NullIfMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.numberrange |
---|
Fields in org.pentaho.di.trans.steps.numberrange declared as RowMetaInterface | |
---|---|
RowMetaInterface |
NumberRangeData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.numberrange with parameters of type RowMetaInterface | |
---|---|
void |
NumberRangeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
NumberRangeMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
NumberRangeMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.olapinput |
---|
Fields in org.pentaho.di.trans.steps.olapinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
OlapData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type RowMetaInterface | |
---|---|
void |
OlapInputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
OlapInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
OlapInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
OlapInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.orabulkloader |
---|
Methods in org.pentaho.di.trans.steps.orabulkloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
OraBulkLoaderMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.orabulkloader with parameters of type RowMetaInterface | |
---|---|
void |
OraBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
OraBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
String |
OraBulkLoader.getControlFileContents(OraBulkLoaderMeta meta,
RowMetaInterface rm,
Object[] r)
Get the contents of the control file as specified in the meta object |
void |
OraBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
OraBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
OraBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
OraBulkDataOutput.writeLine(RowMetaInterface mi,
Object[] row)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.parallelgzipcsv |
---|
Fields in org.pentaho.di.trans.steps.parallelgzipcsv declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ParGzipCsvInputData.convertRowMeta
|
RowMetaInterface |
ParGzipCsvInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type RowMetaInterface | |
---|---|
void |
ParGzipCsvInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ParGzipCsvInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ParGzipCsvInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.pentahoreporting |
---|
Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type RowMetaInterface | |
---|---|
void |
PentahoReportingOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.pgbulkloader |
---|
Methods in org.pentaho.di.trans.steps.pgbulkloader that return RowMetaInterface | |
---|---|
RowMetaInterface |
PGBulkLoaderMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.pgbulkloader with parameters of type RowMetaInterface | |
---|---|
void |
PGBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
PGBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
String |
PGBulkLoader.getCopyCommand(RowMetaInterface rm,
Object[] r)
Get the contents of the control file as specified in the meta object |
void |
PGBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
PGBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
PGBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.prioritizestreams |
---|
Fields in org.pentaho.di.trans.steps.prioritizestreams declared as RowMetaInterface | |
---|---|
RowMetaInterface |
PrioritizeStreamsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type RowMetaInterface | |
---|---|
void |
PrioritizeStreamsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
PrioritizeStreamsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
PrioritizeStreamsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.processfiles |
---|
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type RowMetaInterface | |
---|---|
void |
ProcessFilesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.propertyinput |
---|
Fields in org.pentaho.di.trans.steps.propertyinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
PropertyInputData.convertRowMeta
|
RowMetaInterface |
PropertyInputData.inputRowMeta
|
RowMetaInterface |
PropertyInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type RowMetaInterface | |
---|---|
void |
PropertyInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
PropertyInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
PropertyInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.propertyoutput |
---|
Fields in org.pentaho.di.trans.steps.propertyoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
PropertyOutputData.inputRowMeta
|
RowMetaInterface |
PropertyOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type RowMetaInterface | |
---|---|
void |
PropertyOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.randomccnumber |
---|
Fields in org.pentaho.di.trans.steps.randomccnumber declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RandomCCNumberGeneratorData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type RowMetaInterface | |
---|---|
void |
RandomCCNumberGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RandomCCNumberGeneratorMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RandomCCNumberGeneratorMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.randomvalue |
---|
Fields in org.pentaho.di.trans.steps.randomvalue declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RandomValueData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type RowMetaInterface | |
---|---|
void |
RandomValueMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RandomValueMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RandomValueMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.regexeval |
---|
Fields in org.pentaho.di.trans.steps.regexeval declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RegexEvalData.conversionRowMeta
|
RowMetaInterface |
RegexEvalData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.regexeval that return RowMetaInterface | |
---|---|
RowMetaInterface |
RegexEvalTest.createResultRowMetaInterface1()
|
RowMetaInterface |
RegexEvalTest.createResultRowMetaInterface2()
|
RowMetaInterface |
RegexEvalTest.createResultRowMetaInterface3()
|
RowMetaInterface |
RegexEvalTest.createSourceRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type RowMetaInterface | |
---|---|
void |
RegexEvalMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RegexEvalMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RegexEvalMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.replacestring |
---|
Fields in org.pentaho.di.trans.steps.replacestring declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ReplaceStringData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type RowMetaInterface | |
---|---|
void |
ReplaceStringMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ReplaceStringMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ReplaceStringMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.reservoirsampling |
---|
Methods in org.pentaho.di.trans.steps.reservoirsampling that return RowMetaInterface | |
---|---|
RowMetaInterface |
ReservoirSamplingData.getOutputRowMeta()
Get the output meta data |
Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type RowMetaInterface | |
---|---|
void |
ReservoirSamplingMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Check the settings of this step and put findings in a remarks list. |
void |
ReservoirSamplingMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Generates row meta data to represent the fields output by this step |
void |
ReservoirSamplingMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Generates row meta data to represent the fields output by this step |
void |
ReservoirSamplingData.setOutputRowMeta(RowMetaInterface rmi)
Set the meta data for the output format |
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rest |
---|
Fields in org.pentaho.di.trans.steps.rest declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RestData.inputRowMeta
|
RowMetaInterface |
RestData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.rest with parameters of type RowMetaInterface | |
---|---|
void |
RestMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RestMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RestMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rowgenerator |
---|
Fields in org.pentaho.di.trans.steps.rowgenerator declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RowGeneratorData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.rowgenerator that return RowMetaInterface | |
---|---|
RowMetaInterface |
RowGeneratorTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type RowMetaInterface | |
---|---|
void |
RowGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RowGeneratorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RowGeneratorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rowsfromresult |
---|
Fields in org.pentaho.di.trans.steps.rowsfromresult declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RowsFromResultData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type RowMetaInterface | |
---|---|
void |
RowsFromResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RowsFromResultMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RowsFromResultMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rowstoresult |
---|
Fields in org.pentaho.di.trans.steps.rowstoresult declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RowsToResultData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type RowMetaInterface | |
---|---|
void |
RowsToResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RowsToResultMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RowsToResultMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rssinput |
---|
Fields in org.pentaho.di.trans.steps.rssinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RssInputData.convertRowMeta
|
RowMetaInterface |
RssInputData.inputRowMeta
|
RowMetaInterface |
RssInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.rssinput with parameters of type RowMetaInterface | |
---|---|
void |
RssInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RssInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RssInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rssoutput |
---|
Fields in org.pentaho.di.trans.steps.rssoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
RssOutputData.inputRowMeta
|
RowMetaInterface |
RssOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.rssoutput with parameters of type RowMetaInterface | |
---|---|
void |
RssOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.rules |
---|
Methods in org.pentaho.di.trans.steps.rules that return RowMetaInterface | |
---|---|
RowMetaInterface |
RulesData.getOutputRowMeta()
|
Methods in org.pentaho.di.trans.steps.rules with parameters of type RowMetaInterface | |
---|---|
void |
RulesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RulesMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RulesMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RulesData.initializeColumns(RowMetaInterface inputRowMeta)
|
void |
RulesData.setOutputRowMeta(RowMetaInterface outputRowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.salesforcedelete |
---|
Fields in org.pentaho.di.trans.steps.salesforcedelete declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SalesforceDeleteData.inputRowMeta
|
RowMetaInterface |
SalesforceDeleteData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.salesforcedelete with parameters of type RowMetaInterface | |
---|---|
void |
SalesforceDeleteMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceDeleteMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SalesforceDeleteMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.salesforceinput |
---|
Fields in org.pentaho.di.trans.steps.salesforceinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SalesforceInputData.convertRowMeta
|
RowMetaInterface |
SalesforceInputData.inputRowMeta
|
RowMetaInterface |
SalesforceInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.salesforceinput with parameters of type RowMetaInterface | |
---|---|
void |
SalesforceInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SalesforceInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.salesforceinsert |
---|
Fields in org.pentaho.di.trans.steps.salesforceinsert declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SalesforceInsertData.inputRowMeta
|
RowMetaInterface |
SalesforceInsertData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.salesforceinsert with parameters of type RowMetaInterface | |
---|---|
void |
SalesforceInsertMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceInsertMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SalesforceInsertMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.salesforceupdate |
---|
Fields in org.pentaho.di.trans.steps.salesforceupdate declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SalesforceUpdateData.inputRowMeta
|
RowMetaInterface |
SalesforceUpdateData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.salesforceupdate with parameters of type RowMetaInterface | |
---|---|
void |
SalesforceUpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceUpdateMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SalesforceUpdateMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.salesforceupsert |
---|
Fields in org.pentaho.di.trans.steps.salesforceupsert declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SalesforceUpsertData.inputRowMeta
|
RowMetaInterface |
SalesforceUpsertData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.salesforceupsert with parameters of type RowMetaInterface | |
---|---|
void |
SalesforceUpsertMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceUpsertMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SalesforceUpsertMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.samplerows |
---|
Fields in org.pentaho.di.trans.steps.samplerows declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SampleRowsData.outputRowMeta
|
RowMetaInterface |
SampleRowsData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type RowMetaInterface | |
---|---|
void |
SampleRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SampleRowsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SampleRowsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.sapinput |
---|
Fields in org.pentaho.di.trans.steps.sapinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SapInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.sapinput with parameters of type RowMetaInterface | |
---|---|
void |
SapInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SapInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SapInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.sasinput |
---|
Fields in org.pentaho.di.trans.steps.sasinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SasInputData.fileLayout
|
RowMetaInterface |
SasInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.sasinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
SasInputHelper.getRowMeta()
|
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type RowMetaInterface | |
---|---|
void |
SasInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SasInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SasInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.script |
---|
Fields in org.pentaho.di.trans.steps.script declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ScriptData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.script that return RowMetaInterface | |
---|---|
RowMetaInterface |
ScriptDummy.getInputRowMeta()
|
static RowMetaInterface |
ScriptAddedFunctions.getInputRowMeta(javax.script.ScriptEngine actualContext,
javax.script.Bindings actualObject,
Object[] ArgList,
Object FunctionContext)
|
RowMetaInterface |
Script.getOutputRowMeta()
|
RowMetaInterface |
ScriptDummy.getOutputRowMeta()
|
static RowMetaInterface |
ScriptAddedFunctions.getOutputRowMeta(javax.script.ScriptEngine actualContext,
javax.script.Bindings actualObject,
Object[] ArgList,
Object FunctionContext)
|
Methods in org.pentaho.di.trans.steps.script with parameters of type RowMetaInterface | |
---|---|
void |
ScriptMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ScriptMeta.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ScriptMeta.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ScriptInterface.putRow(RowMetaInterface rowMeta,
Object[] row)
|
void |
ScriptDummy.putRow(RowMetaInterface rowMeta,
Object[] row)
|
Constructors in org.pentaho.di.trans.steps.script with parameters of type RowMetaInterface | |
---|---|
ScriptDummy(RowMetaInterface inputRowMeta,
RowMetaInterface outputRowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.scriptvalues_mod |
---|
Fields in org.pentaho.di.trans.steps.scriptvalues_mod declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ScriptValuesModData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return RowMetaInterface | |
---|---|
RowMetaInterface |
JavaScriptSpecialTest.createRowMetaInterface1()
|
RowMetaInterface |
JavaScriptStringTest.createRowMetaInterface1()
|
RowMetaInterface |
JavaScriptStringTest.createRowMetaInterface2()
|
RowMetaInterface |
JavaScriptSpecialTest.createRowMetaInterface3()
|
RowMetaInterface |
JavaScriptSpecialTest.createRowMetaInterface4()
|
RowMetaInterface |
JavaScriptSpecialTest.createRowMetaInterfaceResult1()
Create the meta data for the results (ltrim/rtrim/trim). |
RowMetaInterface |
JavaScriptStringTest.createRowMetaInterfaceResult1()
Create the meta data for the results (ltrim/rtrim/trim). |
RowMetaInterface |
JavaScriptStringTest.createRowMetaInterfaceResult2()
Create the meta data for the results (lpad/rpad/upper/lower). |
RowMetaInterface |
JavaScriptStringTest.createRowMetaInterfaceResult3()
Create the meta data for the results (isnum/num2str/str2num). |
RowMetaInterface |
JavaScriptStringTest.createRowMetaInterfaceResult4()
Create the meta data for the results (indexOf). |
RowMetaInterface |
ScriptValuesModDummy.getInputRowMeta()
|
static RowMetaInterface |
ScriptValuesAddedFunctions.getInputRowMeta(org.mozilla.javascript.Context actualContext,
org.mozilla.javascript.Scriptable actualObject,
Object[] ArgList,
org.mozilla.javascript.Function FunctionContext)
|
RowMetaInterface |
ScriptValuesMod.getOutputRowMeta()
|
RowMetaInterface |
ScriptValuesModDummy.getOutputRowMeta()
|
static RowMetaInterface |
ScriptValuesAddedFunctions.getOutputRowMeta(org.mozilla.javascript.Context actualContext,
org.mozilla.javascript.Scriptable actualObject,
Object[] ArgList,
org.mozilla.javascript.Function FunctionContext)
|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type RowMetaInterface | |
---|---|
void |
ScriptValuesMetaMod.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ScriptValuesMetaMod.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ScriptValuesMetaMod.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ScriptValuesModDummy.putRow(RowMetaInterface rowMeta,
Object[] row)
|
Constructors in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type RowMetaInterface | |
---|---|
ScriptValuesModDummy(RowMetaInterface inputRowMeta,
RowMetaInterface outputRowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.selectvalues |
---|
Fields in org.pentaho.di.trans.steps.selectvalues declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SelectValuesData.deselectRowMeta
|
RowMetaInterface |
SelectValuesData.metadataRowMeta
|
RowMetaInterface |
SelectValuesData.outputRowMeta
|
RowMetaInterface |
SelectValuesData.selectRowMeta
|
Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type RowMetaInterface | |
---|---|
void |
SelectValuesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SelectValuesMeta.getDeleteFields(RowMetaInterface inputRowMeta)
|
void |
SelectValuesMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SelectValuesMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SelectValuesMeta.getMetadataFields(RowMetaInterface inputRowMeta,
String name)
|
void |
SelectValuesMeta.getSelectFields(RowMetaInterface inputRowMeta,
String name)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.setvalueconstant |
---|
Fields in org.pentaho.di.trans.steps.setvalueconstant declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SetValueConstantData.convertRowMeta
|
RowMetaInterface |
SetValueConstantData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type RowMetaInterface | |
---|---|
void |
SetValueConstantMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.setvaluefield |
---|
Fields in org.pentaho.di.trans.steps.setvaluefield declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SetValueFieldData.convertRowMeta
|
RowMetaInterface |
SetValueFieldData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type RowMetaInterface | |
---|---|
void |
SetValueFieldMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.setvariable |
---|
Fields in org.pentaho.di.trans.steps.setvariable declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SetVariableData.outputMeta
|
Methods in org.pentaho.di.trans.steps.setvariable with parameters of type RowMetaInterface | |
---|---|
void |
SetVariableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.singlethreader |
---|
Fields in org.pentaho.di.trans.steps.singlethreader declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SingleThreaderData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type RowMetaInterface | |
---|---|
void |
SingleThreaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SingleThreaderMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SingleThreaderMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.socketreader |
---|
Fields in org.pentaho.di.trans.steps.socketreader declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SocketReaderData.rowMeta
|
Methods in org.pentaho.di.trans.steps.socketreader with parameters of type RowMetaInterface | |
---|---|
void |
SocketReaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SocketReaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SocketReaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.socketwriter |
---|
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type RowMetaInterface | |
---|---|
void |
SocketWriterMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SocketWriterMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SocketWriterMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.sort |
---|
Fields in org.pentaho.di.trans.steps.sort declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SortRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.sort that return RowMetaInterface | |
---|---|
RowMetaInterface |
SortRowsTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.sort with parameters of type RowMetaInterface | |
---|---|
void |
SortRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SortRowsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SortRowsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.sortedmerge |
---|
Fields in org.pentaho.di.trans.steps.sortedmerge declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SortedMergeData.rowMeta
|
Methods in org.pentaho.di.trans.steps.sortedmerge that return RowMetaInterface | |
---|---|
RowMetaInterface |
RowSetRow.getRowMeta()
|
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type RowMetaInterface | |
---|---|
void |
SortedMergeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SortedMergeMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SortedMergeMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
RowSetRow.setRowMeta(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type RowMetaInterface | |
---|---|
RowSetRow(RowSet rowSet,
RowMetaInterface rowMeta,
Object[] rowData)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.splitfieldtorows |
---|
Fields in org.pentaho.di.trans.steps.splitfieldtorows declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SplitFieldToRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.splitfieldtorows that return RowMetaInterface | |
---|---|
RowMetaInterface |
SplitFieldToRowsTest.createRowMetaInterface()
Creates the row meta interface. |
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type RowMetaInterface | |
---|---|
void |
SplitFieldToRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SplitFieldToRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SplitFieldToRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.sql |
---|
Fields in org.pentaho.di.trans.steps.sql declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ExecSQLData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.sql with parameters of type RowMetaInterface | |
---|---|
void |
ExecSQLMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExecSQLMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ExecSQLMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.sqlfileoutput |
---|
Fields in org.pentaho.di.trans.steps.sqlfileoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SQLFileOutputData.insertRowMeta
|
RowMetaInterface |
SQLFileOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.sqlfileoutput that return RowMetaInterface | |
---|---|
RowMetaInterface |
SQLFileOutputMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type RowMetaInterface | |
---|---|
void |
SQLFileOutputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SQLFileOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
SQLFileOutputMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.ssh |
---|
Fields in org.pentaho.di.trans.steps.ssh declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SSHData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.ssh with parameters of type RowMetaInterface | |
---|---|
void |
SSHMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SSHMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SSHMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.stepmeta |
---|
Fields in org.pentaho.di.trans.steps.stepmeta declared as RowMetaInterface | |
---|---|
RowMetaInterface |
StepMetastructureData.inputRowMeta
|
RowMetaInterface |
StepMetastructureData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type RowMetaInterface | |
---|---|
void |
StepMetastructureMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StepMetastructureMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
StepMetastructureMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.stepsmetrics |
---|
Fields in org.pentaho.di.trans.steps.stepsmetrics declared as RowMetaInterface | |
---|---|
RowMetaInterface |
StepsMetricsData.outputRowMeta
The metadata we send out |
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type RowMetaInterface | |
---|---|
void |
StepsMetricsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StepsMetricsMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
StepsMetricsMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.streamlookup |
---|
Fields in org.pentaho.di.trans.steps.streamlookup declared as RowMetaInterface | |
---|---|
RowMetaInterface |
StreamLookupData.infoMeta
|
RowMetaInterface |
StreamLookupData.keyMeta
|
RowMetaInterface |
StreamLookupData.keyTypes
Stores the first row of the lookup-values to later determine if the types are the same as the input row lookup values. |
RowMetaInterface |
StreamLookupData.lookupMeta
|
RowMetaInterface |
StreamLookupData.outputRowMeta
The metadata we send out |
RowMetaInterface |
StreamLookupData.valueMeta
|
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type RowMetaInterface | |
---|---|
void |
StreamLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StreamLookupMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
StreamLookupMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.stringcut |
---|
Fields in org.pentaho.di.trans.steps.stringcut declared as RowMetaInterface | |
---|---|
RowMetaInterface |
StringCutData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.stringcut that return RowMetaInterface | |
---|---|
RowMetaInterface |
StringCutTest.createResultRowMetaInterface1()
|
RowMetaInterface |
StringCutTest.createResultRowMetaInterface2()
|
RowMetaInterface |
StringCutTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type RowMetaInterface | |
---|---|
void |
StringCutMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StringCutMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
StringCutMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.stringoperations |
---|
Fields in org.pentaho.di.trans.steps.stringoperations declared as RowMetaInterface | |
---|---|
RowMetaInterface |
StringOperationsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type RowMetaInterface | |
---|---|
void |
StringOperationsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StringOperationsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
StringOperationsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.switchcase |
---|
Fields in org.pentaho.di.trans.steps.switchcase declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SwitchCaseData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type RowMetaInterface | |
---|---|
void |
SwitchCaseMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SwitchCaseMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SwitchCaseMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator |
---|
Fields in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SecretKeyGeneratorData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type RowMetaInterface | |
---|---|
void |
SecretKeyGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SecretKeyGeneratorMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SecretKeyGeneratorMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans |
---|
Fields in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SymmetricCryptoTransData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type RowMetaInterface | |
---|---|
void |
SymmetricCryptoTransMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SymmetricCryptoTransMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SymmetricCryptoTransMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.synchronizeaftermerge |
---|
Fields in org.pentaho.di.trans.steps.synchronizeaftermerge declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SynchronizeAfterMergeData.deleteParameterRowMeta
|
RowMetaInterface |
SynchronizeAfterMergeData.inputRowMeta
|
RowMetaInterface |
SynchronizeAfterMergeData.insertRowMeta
|
RowMetaInterface |
SynchronizeAfterMergeData.lookupParameterRowMeta
|
RowMetaInterface |
SynchronizeAfterMergeData.lookupReturnRowMeta
|
RowMetaInterface |
SynchronizeAfterMergeData.outputRowMeta
|
RowMetaInterface |
SynchronizeAfterMergeData.updateParameterRowMeta
|
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge that return RowMetaInterface | |
---|---|
RowMetaInterface |
SynchronizeAfterMergeMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type RowMetaInterface | |
---|---|
void |
SynchronizeAfterMergeMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SynchronizeAfterMergeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
String |
SynchronizeAfterMerge.getDeleteStatement(RowMetaInterface rowMeta)
|
String |
SynchronizeAfterMerge.getLookupStatement(RowMetaInterface rowMeta)
|
SQLStatement |
SynchronizeAfterMergeMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
String |
SynchronizeAfterMerge.getUpdateStatement(RowMetaInterface rowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.syslog |
---|
Methods in org.pentaho.di.trans.steps.syslog with parameters of type RowMetaInterface | |
---|---|
void |
SyslogMessageMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.systemdata |
---|
Fields in org.pentaho.di.trans.steps.systemdata declared as RowMetaInterface | |
---|---|
RowMetaInterface |
SystemDataData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type RowMetaInterface | |
---|---|
void |
SystemDataMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SystemDataMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
SystemDataMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.tableexists |
---|
Fields in org.pentaho.di.trans.steps.tableexists declared as RowMetaInterface | |
---|---|
RowMetaInterface |
TableExistsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type RowMetaInterface | |
---|---|
void |
TableExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
TableExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.tableinput |
---|
Fields in org.pentaho.di.trans.steps.tableinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
TableInputData.rowMeta
|
Methods in org.pentaho.di.trans.steps.tableinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
TableInputTest.createRowMetaInterface()
|
RowMetaInterface |
TableInputTest.createSourceRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type RowMetaInterface | |
---|---|
void |
TableInputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
TableInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.tableoutput |
---|
Fields in org.pentaho.di.trans.steps.tableoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
TableOutputData.insertRowMeta
|
RowMetaInterface |
TableOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.tableoutput that return RowMetaInterface | |
---|---|
RowMetaInterface |
TableOutputTest.createJIRA897RowMetaInterface()
|
RowMetaInterface |
TableOutputTest.createSourceRowMetaInterface1()
|
RowMetaInterface |
TableOutputMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type RowMetaInterface | |
---|---|
void |
TableOutputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableOutputTest.createTable(Database db,
String tableName,
RowMetaInterface rm)
Create table for the normal case. |
void |
TableOutputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
TableOutputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
TableOutputMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
SQLStatement |
TableOutputMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String tk,
boolean use_autoinc,
String pk)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.terafast |
---|
Methods in org.pentaho.di.trans.steps.terafast that return RowMetaInterface | |
---|---|
RowMetaInterface |
TeraFastMeta.getRequiredFields(VariableSpace space)
The natural way of data flow in a transformation is source-to-target. |
Methods in org.pentaho.di.trans.steps.terafast with parameters of type RowMetaInterface | |
---|---|
void |
TeraFastMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
FastloadControlBuilder |
FastloadControlBuilder.define(RowMetaInterface targetTableFields,
String dataFile)
|
void |
TeraFastMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Gets the fields. |
void |
TeraFastMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Gets the fields. |
FastloadControlBuilder |
FastloadControlBuilder.insert(RowMetaInterface targetTableFields,
String tableName)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.textfileinput |
---|
Fields in org.pentaho.di.trans.steps.textfileinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
TextFileInputData.convertRowMeta
|
RowMetaInterface |
TextFileInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.textfileinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
TextFileInputTests.createResultRowMetaInterface()
Creates a row meta interface for the fields that are defined by performing a getFields and by checking "Result filenames - Add filenames to result from "Text File Input" dialog. |
RowMetaInterface |
TextFileInputTests.createRowMetaInterface()
Creates a RowMetaInterface with a ValueMetaInterface with the name "filename". |
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type RowMetaInterface | |
---|---|
void |
TextFileInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
static Object[] |
TextFileInput.convertLineToRow(LogChannelInterface log,
TextFileLine textFileLine,
InputFileMetaInterface info,
Object[] passThruFields,
int nrPassThruFields,
RowMetaInterface outputRowMeta,
RowMetaInterface convertRowMeta,
String fname,
long rowNr,
String delimiter,
FileErrorHandler errorHandler,
boolean addShortFilename,
boolean addExtension,
boolean addPath,
boolean addSize,
boolean addIsHidden,
boolean addLastModificationDate,
boolean addUri,
boolean addRootUri,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
long size)
|
static Object[] |
TextFileInput.convertLineToRow(LogChannelInterface log,
TextFileLine textFileLine,
InputFileMetaInterface info,
RowMetaInterface outputRowMeta,
RowMetaInterface convertRowMeta,
String fname,
long rowNr,
String delimiter,
FileErrorHandler errorHandler,
boolean addShortFilename,
boolean addExtension,
boolean addPath,
boolean addSize,
boolean addIsHidden,
boolean addLastModificationDate,
boolean addUri,
boolean addRootUri,
String shortFilename,
String path,
boolean hidden,
Date modificationDateTime,
String uri,
String rooturi,
String extension,
long size)
Deprecated. Use #convertLineToRow(TextFileLine,InputFileMetaInterface,Object[],int,RowMetaInterface,RowMetaInterface,String,long, FileErrorHandler) instead |
void |
TextFileInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
TextFileInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.textfileoutput |
---|
Fields in org.pentaho.di.trans.steps.textfileoutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
TextFileOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.textfileoutput that return RowMetaInterface | |
---|---|
RowMetaInterface |
TextFileOutputTests.createResultRowMetaInterface()
Creates a row meta interface for the fields that are defined by performing a getFields and by checking "Result filenames - Add filenames to result from "Text File Input" dialog. |
RowMetaInterface |
TextFileOutputTests.createRowMetaInterface()
Creates a RowMetaInterface with a ValueMetaInterface with the name "filename". |
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type RowMetaInterface | |
---|---|
void |
TextFileOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TextFileOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
TextFileOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.unique |
---|
Methods in org.pentaho.di.trans.steps.unique that return RowMetaInterface | |
---|---|
RowMetaInterface |
UniqueRowsTest.createRowMetaInterface()
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.uniquerows |
---|
Fields in org.pentaho.di.trans.steps.uniquerows declared as RowMetaInterface | |
---|---|
RowMetaInterface |
UniqueRowsData.compareRowMeta
|
RowMetaInterface |
UniqueRowsData.inputRowMeta
|
RowMetaInterface |
UniqueRowsData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type RowMetaInterface | |
---|---|
void |
UniqueRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UniqueRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
UniqueRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset |
---|
Fields in org.pentaho.di.trans.steps.uniquerowsbyhashset declared as RowMetaInterface | |
---|---|
RowMetaInterface |
UniqueRowsByHashSetData.inputRowMeta
|
RowMetaInterface |
UniqueRowsByHashSetData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type RowMetaInterface | |
---|---|
void |
UniqueRowsByHashSetMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UniqueRowsByHashSetMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
UniqueRowsByHashSetMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.univariatestats |
---|
Methods in org.pentaho.di.trans.steps.univariatestats that return RowMetaInterface | |
---|---|
RowMetaInterface |
UnivariateStatsData.getInputRowMeta()
Get the meta data for the input format |
RowMetaInterface |
UnivariateStatsData.getOutputRowMeta()
Get the meta data for the output format |
Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type RowMetaInterface | |
---|---|
void |
UnivariateStatsMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Check the settings of this step and put findings in a remarks list. |
void |
UnivariateStatsMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Generates row meta data to represent the fields output by this step |
void |
UnivariateStatsMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Generates row meta data to represent the fields output by this step |
void |
UnivariateStatsData.setInputRowMeta(RowMetaInterface rmi)
Save the meta data for the input format. |
void |
UnivariateStatsData.setOutputRowMeta(RowMetaInterface rmi)
Set the meta data for the output format |
Uses of RowMetaInterface in org.pentaho.di.trans.steps.update |
---|
Fields in org.pentaho.di.trans.steps.update declared as RowMetaInterface | |
---|---|
RowMetaInterface |
UpdateData.lookupParameterRowMeta
|
RowMetaInterface |
UpdateData.lookupReturnRowMeta
|
RowMetaInterface |
UpdateData.outputRowMeta
|
RowMetaInterface |
UpdateData.updateParameterRowMeta
|
Methods in org.pentaho.di.trans.steps.update that return RowMetaInterface | |
---|---|
RowMetaInterface |
UpdateTest.getTargetTableRowMeta()
|
Methods in org.pentaho.di.trans.steps.update with parameters of type RowMetaInterface | |
---|---|
void |
UpdateMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UpdateMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
UpdateMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
UpdateMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
void |
Update.prepareUpdate(RowMetaInterface rowMeta)
|
void |
Update.setLookup(RowMetaInterface rowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.userdefinedjavaclass |
---|
Fields in org.pentaho.di.trans.steps.userdefinedjavaclass declared as RowMetaInterface | |
---|---|
RowMetaInterface |
UserDefinedJavaClassData.inputRowMeta
|
RowMetaInterface |
UserDefinedJavaClassData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return RowMetaInterface | |
---|---|
RowMetaInterface |
UserDefinedJavaClass.getErrorRowMeta()
|
RowMetaInterface |
TransformClassBase.getErrorRowMeta()
|
RowMetaInterface |
UserDefinedJavaClass.getErrorRowMetaImpl()
|
RowMetaInterface |
UserDefinedJavaClass.getInputRowMeta()
|
RowMetaInterface |
TransformClassBase.getInputRowMeta()
|
RowMetaInterface |
UserDefinedJavaClass.getInputRowMetaImpl()
|
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type RowMetaInterface | |
---|---|
void |
UserDefinedJavaClassMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
static void |
TransformClassBase.getFields(boolean clearResultFields,
RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space,
List<?> fields)
|
static void |
TransformClassBase.getFields(boolean clearResultFields,
RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space,
List<?> fields)
|
void |
UserDefinedJavaClassMeta.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
UserDefinedJavaClassMeta.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
UserDefinedJavaClass.putError(RowMetaInterface rowMeta,
Object[] row,
long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes)
|
void |
TransformClassBase.putError(RowMetaInterface rowMeta,
Object[] row,
long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes)
|
void |
UserDefinedJavaClass.putErrorImpl(RowMetaInterface rowMeta,
Object[] row,
long nrErrors,
String errorDescriptions,
String fieldNames,
String errorCodes)
|
void |
UserDefinedJavaClass.putRow(RowMetaInterface row,
Object[] data)
|
void |
TransformClassBase.putRow(RowMetaInterface row,
Object[] data)
|
void |
UserDefinedJavaClass.putRowImpl(RowMetaInterface row,
Object[] data)
|
void |
UserDefinedJavaClass.putRowTo(RowMetaInterface rowMeta,
Object[] row,
RowSet rowSet)
|
void |
TransformClassBase.putRowTo(RowMetaInterface rowMeta,
Object[] row,
RowSet rowSet)
|
void |
UserDefinedJavaClass.putRowToImpl(RowMetaInterface rowMeta,
Object[] row,
RowSet rowSet)
|
void |
UserDefinedJavaClass.safeModeChecking(RowMetaInterface row)
|
void |
TransformClassBase.safeModeChecking(RowMetaInterface row)
|
void |
UserDefinedJavaClass.safeModeCheckingImpl(RowMetaInterface row)
|
void |
UserDefinedJavaClass.setInputRowMeta(RowMetaInterface rowMeta)
|
void |
TransformClassBase.setInputRowMeta(RowMetaInterface rowMeta)
|
void |
UserDefinedJavaClass.setInputRowMetaImpl(RowMetaInterface rowMeta)
|
Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type RowMetaInterface | |
---|---|
FieldHelper(RowMetaInterface rowMeta,
String fieldName)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.validator |
---|
Methods in org.pentaho.di.trans.steps.validator with parameters of type RowMetaInterface | |
---|---|
void |
ValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.valuemapper |
---|
Fields in org.pentaho.di.trans.steps.valuemapper declared as RowMetaInterface | |
---|---|
RowMetaInterface |
ValueMapperData.outputMeta
|
RowMetaInterface |
ValueMapperData.previousMeta
|
Methods in org.pentaho.di.trans.steps.valuemapper that return RowMetaInterface | |
---|---|
RowMetaInterface |
ValueMapperTest.createRowMetaInterface()
|
RowMetaInterface |
ValueMapperTest.createRowMetaInterface1()
Create the meta data for the results of test case 1. |
Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type RowMetaInterface | |
---|---|
void |
ValueMapperMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ValueMapperMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ValueMapperMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.webserviceavailable |
---|
Fields in org.pentaho.di.trans.steps.webserviceavailable declared as RowMetaInterface | |
---|---|
RowMetaInterface |
WebServiceAvailableData.outputRowMeta
|
RowMetaInterface |
WebServiceAvailableData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type RowMetaInterface | |
---|---|
void |
WebServiceAvailableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
WebServiceAvailableMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
WebServiceAvailableMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.webservices |
---|
Fields in org.pentaho.di.trans.steps.webservices declared as RowMetaInterface | |
---|---|
RowMetaInterface |
WebServiceData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.webservices with parameters of type RowMetaInterface | |
---|---|
void |
WebServiceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
WebServiceMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
WebServiceMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.writetolog |
---|
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type RowMetaInterface | |
---|---|
void |
WriteToLogMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xbaseinput |
---|
Fields in org.pentaho.di.trans.steps.xbaseinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XBaseInputData.fields
|
RowMetaInterface |
XBaseInputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xbaseinput that return RowMetaInterface | |
---|---|
RowMetaInterface |
XBase.getFields()
|
RowMetaInterface |
XBaseInputMeta.getOutputFields(FileInputList files,
String name)
|
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type RowMetaInterface | |
---|---|
void |
XBaseInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XBaseInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XBaseInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Object[] |
XBase.getRow(RowMetaInterface fields)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xmlinput |
---|
Fields in org.pentaho.di.trans.steps.xmlinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XMLInputData.convertRowMeta
|
RowMetaInterface |
XMLInputData.outputRowMeta
|
RowMetaInterface |
XMLInputData.previousRowMeta
|
Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type RowMetaInterface | |
---|---|
void |
XMLInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XMLInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xmlinputsax |
---|
Fields in org.pentaho.di.trans.steps.xmlinputsax declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XMLInputSaxData.convertRowMeta
|
RowMetaInterface |
XMLInputSaxData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type RowMetaInterface | |
---|---|
void |
XMLInputSaxMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLInputSaxMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XMLInputSaxMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xmlinputstream |
---|
Fields in org.pentaho.di.trans.steps.xmlinputstream declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XMLInputStreamData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xmlinputstream with parameters of type RowMetaInterface | |
---|---|
void |
XMLInputStreamMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLInputStreamMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XMLInputStreamMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xmljoin |
---|
Fields in org.pentaho.di.trans.steps.xmljoin declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XMLJoinData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xmljoin with parameters of type RowMetaInterface | |
---|---|
void |
XMLJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLJoinMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XMLJoinMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xmloutput |
---|
Fields in org.pentaho.di.trans.steps.xmloutput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XMLOutputData.formatRowMeta
|
RowMetaInterface |
XMLOutputData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xmloutput that return RowMetaInterface | |
---|---|
RowMetaInterface |
XMLOutputMeta.getRequiredFields(VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type RowMetaInterface | |
---|---|
void |
XMLOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XMLOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xsdvalidator |
---|
Fields in org.pentaho.di.trans.steps.xsdvalidator declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XsdValidatorData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type RowMetaInterface | |
---|---|
void |
XsdValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XsdValidatorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XsdValidatorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.xslt |
---|
Fields in org.pentaho.di.trans.steps.xslt declared as RowMetaInterface | |
---|---|
RowMetaInterface |
XsltData.outputRowMeta
|
Methods in org.pentaho.di.trans.steps.xslt that return RowMetaInterface | |
---|---|
RowMetaInterface |
XsltTest.createResultRowMetaInterface()
|
RowMetaInterface |
XsltTest.createRowMetaInterface()
|
Methods in org.pentaho.di.trans.steps.xslt with parameters of type RowMetaInterface | |
---|---|
void |
XsltMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XsltMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
XsltMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Uses of RowMetaInterface in org.pentaho.di.trans.steps.yamlinput |
---|
Fields in org.pentaho.di.trans.steps.yamlinput declared as RowMetaInterface | |
---|---|
RowMetaInterface |
YamlInputData.outputRowMeta
|
RowMetaInterface |
YamlInputData.rowMeta
|
Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type RowMetaInterface | |
---|---|
void |
YamlInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
YamlInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
YamlInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
Object[] |
YamlReader.getRow(RowMetaInterface rowMeta)
|
Uses of RowMetaInterface in org.pentaho.di.ui.core.database.dialog |
---|
Methods in org.pentaho.di.ui.core.database.dialog that return RowMetaInterface | |
---|---|
RowMetaInterface |
GetPreviewTableProgressDialog.getRowMeta()
|
RowMetaInterface |
GetQueryFieldsProgressDialog.open()
|
Constructors in org.pentaho.di.ui.core.database.dialog with parameters of type RowMetaInterface | |
---|---|
XulStepFieldsController(Shell aShell,
DatabaseMeta aDatabaseMeta,
String schemaTableCombo,
RowMetaInterface anInput)
|
|
XulStepFieldsDialog(Shell aShell,
int aStyle,
DatabaseMeta aDatabaseMeta,
String aTableName,
RowMetaInterface anInput,
String schemaName)
|
Uses of RowMetaInterface in org.pentaho.di.ui.core.dialog |
---|
Methods in org.pentaho.di.ui.core.dialog with parameters of type RowMetaInterface | |
---|---|
void |
PreviewRowsDialog.addDataRow(RowMetaInterface rowMeta,
Object[] rowData)
|
Constructors in org.pentaho.di.ui.core.dialog with parameters of type RowMetaInterface | |
---|---|
EnterConditionDialog(Shell parent,
int style,
RowMetaInterface fields,
Condition condition)
|
|
PreviewRowsDialog(Shell parent,
VariableSpace space,
int style,
String stepName,
RowMetaInterface rowMeta,
List<Object[]> rowBuffer)
|
|
PreviewRowsDialog(Shell parent,
VariableSpace space,
int style,
String stepName,
RowMetaInterface rowMeta,
List<Object[]> rowBuffer,
String loggingText)
|
|
StepFieldsDialog(Shell parent,
VariableSpace space,
int style,
String stepname,
RowMetaInterface input)
|
Uses of RowMetaInterface in org.pentaho.di.ui.core.widget |
---|
Methods in org.pentaho.di.ui.core.widget that return RowMetaInterface | |
---|---|
RowMetaInterface |
TableView.getRowWithoutValues()
|
Constructors in org.pentaho.di.ui.core.widget with parameters of type RowMetaInterface | |
---|---|
ConditionEditor(Composite composite,
int arg1,
Condition co,
RowMetaInterface inputFields)
|
Uses of RowMetaInterface in org.pentaho.di.ui.spoon.dialog |
---|
Methods in org.pentaho.di.ui.spoon.dialog that return RowMetaInterface | |
---|---|
RowMetaInterface |
SearchFieldsProgressDialog.getFields()
|
Methods in org.pentaho.di.ui.spoon.dialog with parameters of type RowMetaInterface | |
---|---|
void |
SearchFieldsProgressDialog.setFields(RowMetaInterface fields)
|
Constructor parameters in org.pentaho.di.ui.spoon.dialog with type arguments of type RowMetaInterface | |
---|---|
EnterPreviewRowsDialog(Shell parent,
int style,
List<String> stepNames,
List<RowMetaInterface> rowMetas,
List<List<Object[]>> rowBuffers)
|
Uses of RowMetaInterface in org.pentaho.di.ui.spoon.trans |
---|
Methods in org.pentaho.di.ui.spoon.trans with parameters of type RowMetaInterface | |
---|---|
void |
TransGraph.showPreview(TransDebugMeta transDebugMeta,
StepDebugMeta stepDebugMeta,
RowMetaInterface rowBufferMeta,
List<Object[]> rowBuffer)
|
Uses of RowMetaInterface in org.pentaho.di.ui.trans.dialog |
---|
Methods in org.pentaho.di.ui.trans.dialog that return RowMetaInterface | |
---|---|
RowMetaInterface |
TransPreviewProgressDialog.getPreviewRowsMeta(String stepname)
|
Uses of RowMetaInterface in org.pentaho.di.ui.trans.step |
---|
Methods in org.pentaho.di.ui.trans.step with parameters of type RowMetaInterface | |
---|---|
static void |
BaseStepDialog.generateFieldMapping(Shell shell,
RowMetaInterface sourceFields,
RowMetaInterface targetFields,
List<SourceToTargetMapping> fieldMapping)
Create a new field mapping between source and target steps. |
static void |
BaseStepXulDialog.generateFieldMapping(Shell shell,
RowMetaInterface sourceFields,
RowMetaInterface targetFields,
List<SourceToTargetMapping> fieldMapping)
Create a new field mapping between source and target steps. |
static void |
BaseStepDialog.getFieldsFromPrevious(RowMetaInterface row,
TableView tableView,
int keyColumn,
int[] nameColumn,
int[] dataTypeColumn,
int lengthColumn,
int precisionColumn,
TableItemInsertListener listener)
Gets unused fields from previous steps and inserts them as rows into a table view. |
static void |
BaseStepXulDialog.getFieldsFromPrevious(RowMetaInterface row,
org.pentaho.ui.xul.containers.XulTree tableView,
int keyColumn,
int[] nameColumn,
int[] dataTypeColumn,
int lengthColumn,
int precisionColumn,
TableItemInsertListener listener)
Gets unused fields from previous steps and inserts them as rows into a table view. |
static void |
BaseStepXulDialog.getFieldsFromPrevious(RowMetaInterface row,
org.pentaho.ui.xul.containers.XulTree tableView,
List<Object> fields,
StepTableDataObject field,
TableItemInsertXulListener listener)
|
Uses of RowMetaInterface in org.pentaho.di.ui.trans.steps.ldapoutput |
---|
Methods in org.pentaho.di.ui.trans.steps.ldapoutput that return RowMetaInterface | |
---|---|
RowMetaInterface |
LDAPOutputDialog.getLDAPFields()
|
Uses of RowMetaInterface in org.pentaho.di.ui.trans.steps.mapping |
---|
Methods in org.pentaho.di.ui.trans.steps.mapping that return RowMetaInterface | |
---|---|
RowMetaInterface |
MappingDialog.getFieldsFromStep(String stepname,
boolean getTransformationStep,
boolean mappingInput)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |