Package org.jumpmind.symmetric.extract
Class SelectFromTableOptions
java.lang.Object
org.jumpmind.symmetric.extract.SelectFromTableOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected boolean[]
protected int
protected String
protected int
protected boolean
protected boolean
protected long
protected boolean
protected TriggerHistory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckRowLength
(boolean checkRowLength) columnPositionUsingTemplate
(boolean[] isColumnPositionUsingTemplate) expectedCommaCount
(int expectedCommaCount) int
int
long
initialLoadSql
(String initialLoadSql) boolean
boolean[]
boolean
boolean
boolean
maxBatchSize
(int maxBatchSize) objectValuesWillNeedEscaped
(boolean objectValuesWillNeedEscaped) returnLobObjects
(boolean returnLobObjects) rowMaxLength
(long rowMaxLength) selectedAsCsv
(boolean selectedAsCsv) triggerHistory
(TriggerHistory triggerHistory)
-
Field Details
-
triggerHistory
-
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
-
triggerHistory
-
getInitialLoadSql
-
initialLoadSql
-
getExpectedCommaCount
public int getExpectedCommaCount() -
expectedCommaCount
-
isSelectedAsCsv
public boolean isSelectedAsCsv() -
selectedAsCsv
-
isObjectValuesWillNeedEscaped
public boolean isObjectValuesWillNeedEscaped() -
objectValuesWillNeedEscaped
-
isColumnPositionUsingTemplate
public boolean[] isColumnPositionUsingTemplate() -
columnPositionUsingTemplate
-
isCheckRowLength
public boolean isCheckRowLength() -
checkRowLength
-
getRowMaxLength
public long getRowMaxLength() -
rowMaxLength
-
isReturnLobObjects
public boolean isReturnLobObjects() -
returnLobObjects
-
getMaxBatchSize
public int getMaxBatchSize() -
maxBatchSize
-