All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.akquinet.jbosscc.guttenbase.utils.TableCopyProgressIndicator Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.utils;

/**
 * Show progress when copying tables. Simple implementation will just log to console.
 * 

* © 2013-2020 akquinet tech@spree *

* * @author M. Dahm */ public interface TableCopyProgressIndicator extends ProgressIndicator { void startCopyTable(String sourceTableName, int rowCount, String targetTableName); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy