Uses of Class
org.pgcodekeeper.core.loader.AbstractJdbcConnector
Packages that use AbstractJdbcConnector
Package
Description
-
Uses of AbstractJdbcConnector in org.pgcodekeeper.core.loader
Subclasses of AbstractJdbcConnector in org.pgcodekeeper.core.loaderModifier and TypeClassDescriptionfinal classJDBC connector implementation that uses a JDBC URL for database connections.Methods in org.pgcodekeeper.core.loader with parameters of type AbstractJdbcConnectorModifier and TypeMethodDescriptionstatic DatabaseLoaderLoaderFactory.createJdbcLoader(ISettings settings, String timezone, AbstractJdbcConnector connector, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a JDBC database loader with specified connector and monitoring.voidJdbcRunner.run(AbstractJdbcConnector connector, String script) Executes a script using a new connection from the connector.voidJdbcRunner.runBatches(AbstractJdbcConnector connector, List<PgObjLocation> batches, IProgressReporter reporter) Executes statement batches with no return value. -
Uses of AbstractJdbcConnector in org.pgcodekeeper.core.loader.ch
Constructors in org.pgcodekeeper.core.loader.ch with parameters of type AbstractJdbcConnectorModifierConstructorDescriptionJdbcChLoader(AbstractJdbcConnector connector, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a new ClickHouse JDBC loader with the specified parameters. -
Uses of AbstractJdbcConnector in org.pgcodekeeper.core.loader.ms
Constructors in org.pgcodekeeper.core.loader.ms with parameters of type AbstractJdbcConnectorModifierConstructorDescriptionJdbcMsLoader(AbstractJdbcConnector connector, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a new Microsoft SQL Server JDBC loader with the specified parameters. -
Uses of AbstractJdbcConnector in org.pgcodekeeper.core.loader.pg
Constructors in org.pgcodekeeper.core.loader.pg with parameters of type AbstractJdbcConnectorModifierConstructorDescriptionJdbcPgLoader(AbstractJdbcConnector connector, String timezone, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList) Creates a new PostgreSQL JDBC loader with the specified parameters.JdbcSystemLoader(AbstractJdbcConnector connector, String timezone, IMonitor monitor) Creates a new system loader for the specified database connection.