org.opentox.database
Interface Table

All Known Implementing Classes:
ModelsTable, TaskTable, UsersTable

public interface Table

A Table in the databse of the server.

Author:
Sopasakis Pantelis

Method Summary
 void create()
          Creates the table.
 void getRidOf()
          Removes the table from the database.
 

Method Detail

getRidOf

void getRidOf()
Removes the table from the database.


create

void create()
Creates the table.