Class MsIndicesAndPKReader

All Implemented Interfaces:
IJdbcReader, IMsJdbcReader

public class MsIndicesAndPKReader extends AbstractSearchPathJdbcReader<MsJdbcLoader> implements IMsJdbcReader
Reader for Microsoft SQL indices and primary keys. Loads index and primary key constraint definitions from sys.indexes system view.
  • Constructor Details

    • MsIndicesAndPKReader

      public MsIndicesAndPKReader(MsJdbcLoader loader)
      Constructs a new Microsoft SQL indices and primary keys reader.
      Parameters:
      loader - the JDBC loader base for database operations