mondrian.test.loader
Class DBLoader.Table

java.lang.Object
  extended by mondrian.test.loader.DBLoader.Table
Enclosing class:
DBLoader

public class DBLoader.Table
extends Object


Nested Class Summary
 class DBLoader.Table.Controller
           
 
Constructor Summary
DBLoader.Table(String name, DBLoader.Column[] columns)
           
 
Method Summary
 void executeStatements()
           
 List<String> getAfterActions()
           
 List<String> getBeforeActions()
           
 DBLoader.Column[] getColumns()
           
 DBLoader.Table.Controller getController()
           
 String getCreateTableStmt()
           
 String getDropTableRowsStmt()
           
 String getDropTableStmt()
           
 String getName()
           
 void setAfterActions(List<String> afterActionList)
           
 void setBeforeActions(List<String> beforeActionList)
           
 void setCreateTableStmt(String createTableStmt)
           
 void setDropTableRowsStmt(String dropTableRowsStmt)
           
 void setDropTableStmt(String dropTableStmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBLoader.Table

public DBLoader.Table(String name,
                      DBLoader.Column[] columns)
Method Detail

getName

public String getName()

getDropTableStmt

public String getDropTableStmt()

setDropTableStmt

public void setDropTableStmt(String dropTableStmt)

getDropTableRowsStmt

public String getDropTableRowsStmt()

setDropTableRowsStmt

public void setDropTableRowsStmt(String dropTableRowsStmt)

getCreateTableStmt

public String getCreateTableStmt()

setCreateTableStmt

public void setCreateTableStmt(String createTableStmt)

setBeforeActions

public void setBeforeActions(List<String> beforeActionList)

setAfterActions

public void setAfterActions(List<String> afterActionList)

getBeforeActions

public List<String> getBeforeActions()

getAfterActions

public List<String> getAfterActions()

getColumns

public DBLoader.Column[] getColumns()

getController

public DBLoader.Table.Controller getController()

executeStatements

public void executeStatements()
                       throws Exception
Throws:
Exception

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads