Class OraTable


public class OraTable extends OraTable4SourceConnector
Author:
averemee
  • Constructor Details

    • OraTable

      public OraTable(String tableOwner, String masterTable, String snapshotLog, boolean logWithRowIds, boolean logWithPrimaryKey, boolean logWithSequence, int batchSize, int schemaType, Map<String,String> sourcePartition, Map<String,Object> sourceOffset, OraRdbmsInfo rdbmsInfo, boolean protobufSchemaNames) throws SQLException
      Constructor for OraTable object based on snapshot log and master table
      Parameters:
      tableOwner -
      masterTable -
      snapshotLog -
      logWithRowIds -
      logWithPrimaryKey -
      logWithSequence -
      batchSize -
      schemaType - type of schema
      rdbmsInfo -
      Throws:
      SQLException
  • Method Details