org.wamblee.test.persistence
Interface DatabaseUtils.TableSetOperation

Enclosing class:
DatabaseUtils

public static interface DatabaseUtils.TableSetOperation

Operation to be executed on a set of tables for each table individually.

Author:
Erik Brakkee

Method Summary
 void execute(java.lang.String aTable)
          Executes on a table.
 

Method Detail

execute

void execute(java.lang.String aTable)
             throws java.lang.Exception
Executes on a table.

Parameters:
aTable - Table name.
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.