Uses of Interface
org.pgcodekeeper.core.reporter.IProgressReporter
Packages that use IProgressReporter
-
Uses of IProgressReporter in org.pgcodekeeper.core.loader
Methods in org.pgcodekeeper.core.loader with parameters of type IProgressReporterModifier and TypeMethodDescriptionvoidJdbcRunner.runBatches(AbstractJdbcConnector connector, List<PgObjLocation> batches, IProgressReporter reporter) Executes statement batches with no return value. -
Uses of IProgressReporter in org.pgcodekeeper.core.loader.callables
Constructors in org.pgcodekeeper.core.loader.callables with parameters of type IProgressReporterModifierConstructorDescriptionQueriesBatchCallable(Statement st, List<PgObjLocation> batches, IMonitor monitor, IProgressReporter reporter, Connection connection, DatabaseType dbType) Creates a new queries batch callable with the specified parameters.