Class MsCheckConstraintsReader
java.lang.Object
org.pgcodekeeper.core.loader.jdbc.AbstractStatementReader
org.pgcodekeeper.core.loader.jdbc.JdbcReader
org.pgcodekeeper.core.loader.jdbc.ms.MsCheckConstraintsReader
Reader for Microsoft SQL check constraints.
Loads check constraint definitions from sys.check_constraints.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new MsCheckConstraintsReader. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.loader.jdbc.JdbcReader
checkObjectValidity, checkTypeValidity, getColArray, setFunctionWithDepMethods inherited from class org.pgcodekeeper.core.loader.jdbc.AbstractStatementReader
read
-
Constructor Details
-
MsCheckConstraintsReader
Creates a new MsCheckConstraintsReader.- Parameters:
loader- the JDBC loader base
-