Uses of Class
com.continuent.tungsten.replicator.dbms.OneRowChange

Packages that use OneRowChange
com.continuent.tungsten.replicator.applier   
com.continuent.tungsten.replicator.dbms   
com.continuent.tungsten.replicator.extractor.mysql   
com.continuent.tungsten.replicator.extractor.oracle   
com.continuent.tungsten.replicator.filter   
 

Uses of OneRowChange in com.continuent.tungsten.replicator.applier
 

Methods in com.continuent.tungsten.replicator.applier with parameters of type OneRowChange
protected  void JdbcApplier.applyOneRowChangePrepared(OneRowChange oneRowChange)
           
protected  int JdbcApplier.fillColumnNames(OneRowChange data)
          Queries database for column names of a table that OneRowChange is affecting.
protected  int JdbcPrefetcher.fillColumnNames(OneRowChange data)
          Queries database for column names of a table that OneRowChange is affecting.
protected  void JdbcPrefetcher.prefetchOneRowChangePrepared(OneRowChange oneRowChange)
           
 

Uses of OneRowChange in com.continuent.tungsten.replicator.dbms
 

Methods in com.continuent.tungsten.replicator.dbms that return types with arguments of type OneRowChange
 java.util.ArrayList<OneRowChange> RowChangeData.getRowChanges()
           
 

Methods in com.continuent.tungsten.replicator.dbms with parameters of type OneRowChange
 void RowChangeData.appendOneRowChange(OneRowChange rowChange)
           
 

Method parameters in com.continuent.tungsten.replicator.dbms with type arguments of type OneRowChange
 void RowChangeData.setRowChanges(java.util.ArrayList<OneRowChange> rowChanges)
           
 

Uses of OneRowChange in com.continuent.tungsten.replicator.extractor.mysql
 

Methods in com.continuent.tungsten.replicator.extractor.mysql with parameters of type OneRowChange
protected  int RowsLogEvent.processExtractedEventRow(OneRowChange oneRowChange, int rowIndex, java.util.BitSet cols, int rowPos, byte[] row, TableMapLogEvent map, boolean isKeySpec)
           
 

Uses of OneRowChange in com.continuent.tungsten.replicator.extractor.oracle
 

Methods in com.continuent.tungsten.replicator.extractor.oracle that return OneRowChange
 OneRowChange OracleParser.parse(java.lang.String s, java.lang.String lastSCN)
          TODO: parse definition.
 

Uses of OneRowChange in com.continuent.tungsten.replicator.filter
 

Methods in com.continuent.tungsten.replicator.filter with parameters of type OneRowChange
protected  void SetToStringFilter.checkForListType(OneRowChange orc)
          Overriding EnumToStringFilter core to check for SET columns in the event.
protected  void EnumToStringFilter.checkForListType(OneRowChange orc)
          Checks for ENUM columns in the event.
protected  void EnumToStringFilter.checkForListType(OneRowChange orc, java.lang.String type)
          Checks for ENUM/SET type columns in the event.