Class MsIndicesAndPKReader
java.lang.Object
org.pgcodekeeper.core.loader.jdbc.AbstractStatementReader
org.pgcodekeeper.core.loader.jdbc.JdbcReader
org.pgcodekeeper.core.loader.jdbc.ms.MsIndicesAndPKReader
Reader for Microsoft SQL indices and primary keys.
Loads index and primary key constraint definitions from sys.indexes system view.
-
Constructor Summary
ConstructorsConstructorDescriptionMsIndicesAndPKReader(JdbcLoaderBase loader) Constructs a new Microsoft SQL indices and primary keys reader. -
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
-
MsIndicesAndPKReader
Constructs a new Microsoft SQL indices and primary keys reader.- Parameters:
loader- the JDBC loader base for database operations
-