Uses of Class
org.opentox.interfaces.IDataBaseAccess.CreateTable

Packages that use IDataBaseAccess.CreateTable
org.opentox.database   
org.opentox.interfaces   
 

Uses of IDataBaseAccess.CreateTable in org.opentox.database
 

Methods in org.opentox.database with annotations of type IDataBaseAccess.CreateTable
 void ModelsTable.create()
          Generates the table that contains information about models.
 void UsersTable.create()
          Generates the table which contains a/a data.
 

Uses of IDataBaseAccess.CreateTable in org.opentox.interfaces
 

Methods in org.opentox.interfaces with annotations of type IDataBaseAccess.CreateTable
 void ITable.create()
          Creates the table.