Uses of Interface
org.pgcodekeeper.core.reporter.IProgressReporter
Packages that use IProgressReporter
-
Uses of IProgressReporter in org.pgcodekeeper.core.callable
Constructors in org.pgcodekeeper.core.callable with parameters of type IProgressReporterModifierConstructorDescriptionQueriesBatchCallable(Statement st, List<ObjectLocation> batches, IMonitor monitor, IProgressReporter reporter, Connection connection, String batchDelimiter) Creates a new queries batch callable with the specified parameters. -
Uses of IProgressReporter in org.pgcodekeeper.core.database.base.jdbc
Methods in org.pgcodekeeper.core.database.base.jdbc with parameters of type IProgressReporterModifier and TypeMethodDescriptionvoidJdbcRunner.runBatches(IJdbcConnector connector, List<ObjectLocation> batches, IProgressReporter reporter) Executes statement batches with no return value.