Uses of Class
com.informatica.powercenter.sdk.mapfwk.core.RowSet

Packages that use RowSet
com.informatica.powercenter.sdk.mapfwk.core   
 

Uses of RowSet in com.informatica.powercenter.sdk.mapfwk.core
 

Methods in com.informatica.powercenter.sdk.mapfwk.core that return RowSet
 RowSet RowSet.add(RowSet rs)
          Add the RowSet object
 RowSet TransformationContext.getGroupRowSet()
          Set the RowSet of Transformation group
 RowSet InputSet.getInRowSet()
           
 RowSet InputSet.getOutRowSet()
           
 RowSet OutputSet.getRowSet(java.lang.String groupName)
          Get the RowSet using group name
 RowSet SelectedColumnStrategy.propogate(RowSet rs)
          Propagate the specified columns from the row set
 RowSet SelectColumnsStrategy.propogate(RowSet rs)
          Propagate the specified columns from the row set
 RowSet PropogateStrategy.propogate(RowSet rs)
          Propagate Field from a given RowSet to another RowSet
 RowSet PortPropagationContext.propogate(RowSet rs)
          Propogate the RowSet
 RowSet PKSelectionStrategy.propogate(RowSet rs)
          Propagate the primary key columns from the row set
 RowSet PatternMatchStrategy.propogate(RowSet rs)
          Propagates the columns that matches the specified regular expression
 RowSet FKSelectionStrategy.propogate(RowSet rs)
          Propagate the foreign key columns from the row set
 RowSet ExcludedColumnStrategy.propogate(RowSet rs)
          Propagate all the columns except the columns specified to be excluded from the row set
 RowSet DataTypeStrategy.propogate(RowSet rs)
          Propagate all the columns whose datatype matches with the specified data type
 RowSet AllColumnsStrategy.propogate(RowSet rs)
          Propagate all the columns of a RowSet
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type RowSet
 RowSet RowSet.add(RowSet rs)
          Add the RowSet object
 OutputSet TransformHelper.aggregate(RowSet rowSet, TransformField transformField, java.lang.String[] groupBy, java.lang.String name)
          Apply the aggregate transformation on a RowSet by adding a TransformField for a given group by criteria
 OutputSet TransformHelper.aggregate(RowSet rowSet, java.util.Vector vTransformField, java.lang.String[] groupBy, java.lang.String name)
          Apply the aggregate transformation on a RowSet by adding a collection of TransformFields for a given group by criteria
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, RowSet groupFieldSet)
          Get a transformation object for a given TransformationContext object type and group fields set
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, java.lang.String instName, RowSet groupFieldSet)
          Get a transformation object for a given TransformationContext object type and group fields set
 OutputSet TransformHelper.expression(RowSet rowSet, TransformField transformField, java.lang.String name)
          Apply the expression transformation on a RowSet by adding a TransformField.
 OutputSet TransformHelper.expression(RowSet rowSet, java.util.Vector vTransformField, java.lang.String name)
          Apply the expression transformation on a RowSet by adding a collection of TransformField.
 OutputSet TransformHelper.filter(RowSet rowSetObj, java.lang.String filterExpr, java.lang.String name)
          Apply the filter transformation using an expression on a RowSet
 OutputSet TransformHelper.inputTransform(RowSet rowSetObj, java.lang.String name)
          Apply the input transformation using an expression on a RowSet
 OutputSet TransformHelper.join(java.util.Vector vDetailRowSets, RowSet masterRowSet, java.lang.String joinCnd, java.lang.String name)
          Apply the joiner transformation on a collection of Detail RowSet's using a given RowSet as a master.
 java.util.Vector PortLinkContext.linkup(RowSet inrs)
           
 java.util.Vector LinkStrategy.linkup(RowSet inrs)
          Create a link between fields of RowSet
 java.util.Vector LinkByPositionStrategy.linkup(RowSet inrs)
           
 java.util.Vector LinkByNameStrategy.linkup(RowSet inrs)
           
 java.util.Vector LinkByMappingStrategy.linkup(RowSet inrs)
           
 OutputSet TransformHelper.lookup(RowSet rowSetObj, SourceTarget sourceTgtObj, java.lang.String condition, java.lang.String name)
          Apply the lookup transformation on a rowset using fields from a source for a set of conditions specified as a Lookup Condition
 OutputSet TransformHelper.normalizer(java.util.Vector vRecords, java.util.Vector vFields, RowSet rowset, PortLinkContext linkStrategy, java.lang.String name, java.lang.String instName)
          Create a Normalizer transformation.
 OutputSet TransformHelper.normalizer(java.util.Vector vRecords, java.util.Vector vFields, RowSet rowset, java.lang.String name, java.lang.String instName)
          Create a Normalizer transformation.
 OutputSet TransformHelper.outputTransform(RowSet rowSetObj, java.lang.String name)
          Apply the output transformation using an expression on a RowSet
 RowSet SelectedColumnStrategy.propogate(RowSet rs)
          Propagate the specified columns from the row set
 RowSet SelectColumnsStrategy.propogate(RowSet rs)
          Propagate the specified columns from the row set
 RowSet PropogateStrategy.propogate(RowSet rs)
          Propagate Field from a given RowSet to another RowSet
 RowSet PortPropagationContext.propogate(RowSet rs)
          Propogate the RowSet
 RowSet PKSelectionStrategy.propogate(RowSet rs)
          Propagate the primary key columns from the row set
 RowSet PatternMatchStrategy.propogate(RowSet rs)
          Propagates the columns that matches the specified regular expression
 RowSet FKSelectionStrategy.propogate(RowSet rs)
          Propagate the foreign key columns from the row set
 RowSet ExcludedColumnStrategy.propogate(RowSet rs)
          Propagate all the columns except the columns specified to be excluded from the row set
 RowSet DataTypeStrategy.propogate(RowSet rs)
          Propagate all the columns whose datatype matches with the specified data type
 RowSet AllColumnsStrategy.propogate(RowSet rs)
          Propagate all the columns of a RowSet
 OutputSet TransformHelper.rank(RowSet rowSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name)
          This method creates a Rank Transformation using RowSet without specifying a transformation field and but giving rank order.
 OutputSet TransformHelper.rank(RowSet rowSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name, boolean top)
          This method creates a Rank Transformation using a RowSet without specifying a transformation field and but giving rank order.
 OutputSet TransformHelper.router(RowSet rowSet, TransformGroup transGroup, java.lang.String name)
          Apply the Router transformation on a RowSet along with TransformGroup object
 OutputSet TransformHelper.router(RowSet rowSet, java.util.Vector vTransGroup, java.lang.String name)
          Apply the Router transformation on a RowSet along with collection of TransformGroup objects
 void TransformationContext.setGroupRowSet(RowSet groupRowSet)
          Get the RowSet of Transformation group
 void InputSet.setOutRowSet(RowSet inRowSet)
           
 OutputSet TransformHelper.sorter(RowSet rowSetObj, java.lang.String[] sorterPort, boolean[] ascending, java.lang.String name)
          This method creates a Sorter Transformation using a RowSet as input an array of sorting port and the sort direction.
 OutputSet TransformHelper.sorter(RowSet rowSetObj, java.lang.String sorterPort, boolean ascending, java.lang.String name)
          This method creates a Sorter Transformation using a RowSet as input a sorting port and the sort direction.
 OutputSet TransformHelper.sqlTransformation(RowSet inputRowSet, java.util.Vector vTransformFields, boolean isQueryMode, int DBType, boolean isStaticConnection, boolean isConnectionObjectProvided, java.lang.String name, TransformationProperties prop)
          Creates a SQL transformation depending on the arguments passed.
 OutputSet TransformHelper.storedProc(RowSet rowSet, java.lang.String name, java.lang.String procName)
          Apply the Stored Procedure transformation on a RowSet by giving the Stored Proc Name.
 OutputSet TransformHelper.storedProc(RowSet rowSet, java.util.Vector vTransformFields, java.lang.String name, java.lang.String procName)
          Apply the Stored Procedure transformation on a RowSet by adding a collection of TransformFields and giving the Stored Proc Name.
 OutputSet TransformHelper.transactionControl(RowSet rowSet, java.lang.String name, java.lang.String condition, TransformationProperties properties)
          Apply the Transaction Control transformation on a RowSet.
 OutputSet TransformHelper.transactionControl(RowSet rowSet, java.util.Vector vTransformField, java.lang.String name, java.lang.String condition, TransformationProperties properties)
          Apply the Transaction Control transformation on a RowSet by adding a collection of TransformFields.
 OutputSet TransformHelper.union(InputSet inputSetObj, RowSet groupFieldSet, java.lang.String name)
          Apply the union transformation on a single InputSet and along with group field RowSet.
 OutputSet TransformHelper.union(RowSet rowSetObj, RowSet groupFieldSet, java.lang.String name)
          Apply the union transformation on a single RowSet and along with group field RowSet.
 OutputSet TransformHelper.union(java.util.Vector inputSets, RowSet groupFieldSet, java.lang.String name)
          Apply the union transformation on a collection of InputSets and along with group field RowSet.
 OutputSet TransformHelper.union(java.util.Vector inputSets, RowSet groupFieldSet, TransformationProperties properties, java.lang.String name)
          Apply the union transformation on a collection of InputSets and along with group field RowSet and properties.
 OutputSet TransformHelper.updateStrategy(RowSet rowSetObj, java.lang.String strategyExpr, java.lang.String name)
          Apply the Update Strategy transformation using an expression on a RowSet
 OutputSet Mapping.writeTarget(RowSet rowSetObj, Target targetObj)
          Create a target rowset object for a RowSet and Target object
 

Constructors in com.informatica.powercenter.sdk.mapfwk.core with parameters of type RowSet
GroupSet(RowSet rowset, PortPropagationContext portPropContext, PortLinkContext linkContext, java.lang.String name, int groupType)
          Initialize the object with RowSet, propagation context, port link context Group name and Group type
GroupSet(RowSet rowset, PortPropagationContext portPropContext, java.lang.String name, int groupType)
          Initialize the object with RowSet, propagation context, Group name and Group type
GroupSet(RowSet rowset, java.lang.String name, int groupType)
          Initialize the object with RowSet, Group name and Group type
InputSet(RowSet rowSetObj)
          Initialize the InputSet object from a RowSet object.
InputSet(RowSet rowSetObj, PortLinkContext linkContext)
          Initialize the InputSet object for a RowSet object along with a PortLinkContext.
InputSet(RowSet rowSetObj, PortPropagationContext contextObj)
          Initialize the InputSet object for a RowSet object along with a PortPropagationContext.
InputSet(RowSet rsObj, PortPropagationContext contextObj, PortLinkContext linkContextObj)
          Initialize the InputSet object for a RowSet object along with a PortPropagationContext and PortLinkContext.
TransformationContext(RowSet rowSet)
          Initialize the object with RowSet
UnionTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector inputSets, RowSet groupFieldSet, TransformationProperties properties)
          Constructor for Union Transformation