Class MsStatisticsReader
java.lang.Object
org.pgcodekeeper.core.database.base.jdbc.AbstractSearchPathJdbcReader<MsJdbcLoader>
org.pgcodekeeper.core.database.ms.jdbc.MsStatisticsReader
- All Implemented Interfaces:
IJdbcReader,IMsJdbcReader
public final class MsStatisticsReader
extends AbstractSearchPathJdbcReader<MsJdbcLoader>
implements IMsJdbcReader
Reader for Microsoft SQL statistics.
Loads statistics definitions from sys.stats system view.
-
Field Summary
Fields inherited from interface org.pgcodekeeper.core.database.ms.jdbc.IMsJdbcReader
MS_PRIVILEGES_JOIN_SUBSELECT -
Constructor Summary
ConstructorsConstructorDescriptionMsStatisticsReader(MsJdbcLoader loader) Constructs a new Microsoft SQL statistics reader. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.database.base.jdbc.AbstractSearchPathJdbcReader
readMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pgcodekeeper.core.database.ms.jdbc.IMsJdbcReader
addMsOwnerPart, addMsOwnerPart, addMsPrivilegesPart, formatMsPrivileges, getMsOwnerPartJoin
-
Constructor Details
-
MsStatisticsReader
Constructs a new Microsoft SQL statistics reader.- Parameters:
loader- the JDBC loader base for database operations
-