Uses of Class
com.continuent.tungsten.replicator.applier.batch.CsvInfo

Packages that use CsvInfo
com.continuent.tungsten.replicator.applier.batch   
 

Uses of CsvInfo in com.continuent.tungsten.replicator.applier.batch
 

Methods in com.continuent.tungsten.replicator.applier.batch with parameters of type CsvInfo
protected  void SimpleBatchApplier.clearStageTable(CsvInfo info)
           
protected  void InfiniDBBatchApplier.clearStageTable(CsvInfo info)
          Needs to be done in a transaction, otherwise cpimport will be unable to get the lock on the stage table !
 void NativeScriptExecutor.execute(CsvInfo info)
          Executes the script for a specific table.
 void JavascriptExecutor.execute(CsvInfo info)
          Executes the script for a specific table.
 void ScriptExecutor.execute(CsvInfo info)
          Executes the script for a specific table.
protected  void VerticaStreamBatchApplier.load(CsvInfo info)
           
 void SqlCsvLoader.load(Database conn, CsvInfo info, LoadMismatch onLoadMismatch)
          Loads a CSV file to the DBMS using an appropriate mechanism for this DBMS type.
 void CsvLoader.load(Database conn, CsvInfo info, LoadMismatch onLoadMismatch)
          Loads a CSV file to the DBMS using an appropriate mechanism for this DBMS type.
 void VerticaCsvLoader.load(Database conn, CsvInfo info, LoadMismatch onLoadMismatch)
          Loads a CSV file to the DBMS using an appropriate mechanism for this DBMS type.