de.akquinet.jbosscc.guttenbase.utils.TableCopyProgressIndicator Maven / Gradle / Ivy
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