Class DeletionTransformer.Factory

java.lang.Object
net.sf.jailer.database.DeletionTransformer.Factory
All Implemented Interfaces:
TransformerFactory
Enclosing class:
DeletionTransformer

public static class DeletionTransformer.Factory extends Object implements TransformerFactory
Factory.
Author:
Ralf Wisser
  • Constructor Details

    • Factory

      public Factory(OutputStreamWriter scriptFileWriter, int maxBodySize, Session session, DBMS targetDBMSConfiguration, ExecutionContext executionContext)
      Constructor.
      Parameters:
      scriptFileWriter - the file to write to
      maxBodySize - maximum length of SQL values list (for generated deletes)
      session - the current session
      targetDBMSConfiguration - configuration of the target DBMS
      executionContext - the execution context
  • Method Details