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

io.github.icodegarden.commons.lang.query.TableDataCountCollector Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package io.github.icodegarden.commons.lang.query;

import java.util.List;

/**
 * 
 * @author Fangfang.Xu
 *
 */
public interface TableDataCountCollector {

	/**
	 * DB version
	 * @return
	 */
	String version();

	List listTables();

	long countTable(String tableName);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy