Uses of Class
org.opentox.database.DataBaseAccess.CreateTable

Packages that use DataBaseAccess.CreateTable
org.opentox.database   
 

Uses of DataBaseAccess.CreateTable in org.opentox.database
 

Methods in org.opentox.database with annotations of type DataBaseAccess.CreateTable
 void Table.create()
          Creates the table.
 void UsersTable.create()
          Generates the table which contains a/a data.
protected  void ModelsTable.createModelInfoTable()
          Generates the table that contains information about models.
protected  void ModelsTable.createModelsStackTable()
          Creates the table MODELS_STACK which contains information about the id of the next model to be trained.