Class SelectFromTableOptions

java.lang.Object
org.jumpmind.symmetric.extract.SelectFromTableOptions

public class SelectFromTableOptions extends Object
  • Field Details

    • triggerHistory

      protected TriggerHistory triggerHistory
    • initialLoadSql

      protected String initialLoadSql
    • expectedCommaCount

      protected int expectedCommaCount
    • selectedAsCsv

      protected boolean selectedAsCsv
    • objectValuesWillNeedEscaped

      protected boolean objectValuesWillNeedEscaped
    • columnPositionUsingTemplate

      protected boolean[] columnPositionUsingTemplate
    • checkRowLength

      protected boolean checkRowLength
    • rowMaxLength

      protected long rowMaxLength
    • returnLobObjects

      protected boolean returnLobObjects
    • maxBatchSize

      protected int maxBatchSize
  • Constructor Details

    • SelectFromTableOptions

      public SelectFromTableOptions()
  • Method Details

    • getTriggerHistory

      public TriggerHistory getTriggerHistory()
    • triggerHistory

      public SelectFromTableOptions triggerHistory(TriggerHistory triggerHistory)
    • getInitialLoadSql

      public String getInitialLoadSql()
    • initialLoadSql

      public SelectFromTableOptions initialLoadSql(String initialLoadSql)
    • getExpectedCommaCount

      public int getExpectedCommaCount()
    • expectedCommaCount

      public SelectFromTableOptions expectedCommaCount(int expectedCommaCount)
    • isSelectedAsCsv

      public boolean isSelectedAsCsv()
    • selectedAsCsv

      public SelectFromTableOptions selectedAsCsv(boolean selectedAsCsv)
    • isObjectValuesWillNeedEscaped

      public boolean isObjectValuesWillNeedEscaped()
    • objectValuesWillNeedEscaped

      public SelectFromTableOptions objectValuesWillNeedEscaped(boolean objectValuesWillNeedEscaped)
    • isColumnPositionUsingTemplate

      public boolean[] isColumnPositionUsingTemplate()
    • columnPositionUsingTemplate

      public SelectFromTableOptions columnPositionUsingTemplate(boolean[] isColumnPositionUsingTemplate)
    • isCheckRowLength

      public boolean isCheckRowLength()
    • checkRowLength

      public SelectFromTableOptions checkRowLength(boolean checkRowLength)
    • getRowMaxLength

      public long getRowMaxLength()
    • rowMaxLength

      public SelectFromTableOptions rowMaxLength(long rowMaxLength)
    • isReturnLobObjects

      public boolean isReturnLobObjects()
    • returnLobObjects

      public SelectFromTableOptions returnLobObjects(boolean returnLobObjects)
    • getMaxBatchSize

      public int getMaxBatchSize()
    • maxBatchSize

      public SelectFromTableOptions maxBatchSize(int maxBatchSize)