com.partnersoft.v3x.apps.PartnerWeb.interfaces.sedc
Class IncrementalTableMirror

java.lang.Object
  extended by com.partnersoft.v3x.apps.PartnerWeb.interfaces.sedc.IncrementalTableMirror

public class IncrementalTableMirror
extends java.lang.Object

Contains runtime objects needed to mirror a table.


Constructor Summary
IncrementalTableMirror(java.lang.String tableName, java.sql.Connection sourceConnection, java.sql.Connection targetConnection)
           
 
Method Summary
 void initialize()
          Creates a new table and fully populates it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalTableMirror

public IncrementalTableMirror(java.lang.String tableName,
                              java.sql.Connection sourceConnection,
                              java.sql.Connection targetConnection)
Method Detail

initialize

public void initialize()
Creates a new table and fully populates it.