예제 #1
0
 /**
  * Creates the warehouse tables for the configuration.
  *
  * @return whether it was successful
  */
 public boolean createDBTables() {
   return dataMedi.createDBTables();
 }