Class MsTablesReader
java.lang.Object
org.pgcodekeeper.core.database.base.jdbc.AbstractSearchPathJdbcReader<MsJdbcLoader>
org.pgcodekeeper.core.database.ms.jdbc.MsTablesReader
- All Implemented Interfaces:
IJdbcReader,IMsJdbcReader
public class MsTablesReader
extends AbstractSearchPathJdbcReader<MsJdbcLoader>
implements IMsJdbcReader
Reader for Microsoft SQL tables.
Loads table definitions from sys.tables system view.
-
Field Summary
Fields inherited from interface org.pgcodekeeper.core.database.ms.jdbc.IMsJdbcReader
MS_PRIVILEGES_JOIN_SUBSELECT -
Constructor Summary
ConstructorsConstructorDescriptionMsTablesReader(MsJdbcLoader loader) Constructs a new Microsoft SQL tables 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
-
MsTablesReader
Constructs a new Microsoft SQL tables reader.- Parameters:
loader- the JDBC loader base for database operations
-