Uses of Class
org.pgcodekeeper.core.model.difftree.IgnoreSchemaList
Packages that use IgnoreSchemaList
Package
Description
-
Uses of IgnoreSchemaList in org.pgcodekeeper.core.loader
Methods in org.pgcodekeeper.core.loader with parameters of type IgnoreSchemaListModifier and TypeMethodDescriptionstatic DatabaseLoaderLoaderFactory.createJdbcLoader(ISettings settings, String timezone, AbstractJdbcConnector connector, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a JDBC database loader with specified connector and monitoring.static DatabaseLoaderLoaderFactory.createJdbcLoader(ISettings settings, String url, IgnoreSchemaList ignoreSchemaList) Creates a JDBC database loader using URL-based connection.static DatabaseLoaderLoaderFactory.createJdbcLoader(ISettings settings, String url, IgnoreSchemaList ignoreSchemaList, IMonitor monitor) Creates a JDBC database loader using URL-based connection and monitoring.Constructors in org.pgcodekeeper.core.loader with parameters of type IgnoreSchemaListModifierConstructorDescriptionProjectLoader(String dirPath, ISettings settings, IMonitor monitor, List<Object> errors, IgnoreSchemaList ignoreSchemaList) Creates a new project loader with full configuration. -
Uses of IgnoreSchemaList in org.pgcodekeeper.core.loader.ch
Constructors in org.pgcodekeeper.core.loader.ch with parameters of type IgnoreSchemaListModifierConstructorDescriptionJdbcChLoader(AbstractJdbcConnector connector, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a new ClickHouse JDBC loader with the specified parameters. -
Uses of IgnoreSchemaList in org.pgcodekeeper.core.loader.ms
Constructors in org.pgcodekeeper.core.loader.ms with parameters of type IgnoreSchemaListModifierConstructorDescriptionJdbcMsLoader(AbstractJdbcConnector connector, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a new Microsoft SQL Server JDBC loader with the specified parameters. -
Uses of IgnoreSchemaList in org.pgcodekeeper.core.loader.pg
Constructors in org.pgcodekeeper.core.loader.pg with parameters of type IgnoreSchemaListModifierConstructorDescriptionJdbcPgLoader(AbstractJdbcConnector connector, String timezone, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a new PostgreSQL JDBC loader with the specified parameters.