Class ScanService

java.lang.Object
overit.geocall.basic.bl.encryption.ScanService

public class ScanService extends Object
This service allows to run the DAO.scan(CommandContext, PoolKit, DBScanner) command on any table and any pool name. It is up to the DBScanner implementation define what the scan method does. The commit command will not run at the end of the DAO.scan(CommandContext, PoolKit, DBScanner) method by default. Use the enableCommit() method to enable it.