java.lang.Object
com.pervasive.datarush.operators.io.vectorwise.VW5Validator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck for unique Constraints 1) When unique keys are present, the input table should be empty 2) When sort keys and unique keys are both defined, both should matchbooleanbooleanprotected booleanbooleanvoidvalidateFields(Map<String, String> fieldMap, RecordTokenType inputType)
-
Field Details
-
jdbcConnector
-
-
Constructor Details
-
VW5Validator
-
-
Method Details
-
checkRTSortConstraint
public boolean checkRTSortConstraint() -
checkRTUniqueConstraint
public boolean checkRTUniqueConstraint() -
checkDTUniqueConstraint
public boolean checkDTUniqueConstraint()Check for unique Constraints 1) When unique keys are present, the input table should be empty 2) When sort keys and unique keys are both defined, both should match -
tableExists
public boolean tableExists() -
validateFields
-
isTableEmpty
protected boolean isTableEmpty()
-