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

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

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

Subclasses of Modifier in com.informatica.powercenter.sdk.mapfwk.core
 class DB2Modifier
          Class that implements the Modifier interface for DB2
 class FlatFileModifier
          Class that implements the Modifier interface for Flat file
 class InformixModifier
          Class that implements the Modifier interface for Informix
 class MSSQLModifier
          Class that implements the Modifier interface for MSSQL
 class ODBCModifier
          Class that implements the Modifier interface for ODBC
 class OracleModifier
          Class that implements the Modifier interface for Oracle
 class SybaseModifier
          Class that implements the Modifier interface for Sybase
 class TeraDataModifier
          Class that implements the Modifier interface for Teradata
 

Methods in com.informatica.powercenter.sdk.mapfwk.core that return Modifier
 Modifier RelationalModifierFactory.createModifier(java.lang.String validator)
          Create Modifier based on the database type
abstract  Modifier ModifierFactory.createModifier(java.lang.String validator)
          Create Modifier based on the database type
 Modifier SourceTarget.getModifier()
          Returns the source/target modifier
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type Modifier
 void SourceTarget.modify(Modifier modifier)
          This method modifies the fields depending on the source/target type and given modifier.
 void SourceTarget.setModifier(Modifier modifier)
          Sets the source/target modifier