Deletes the table in the database.
Parameters: dbName - name in the registry. Parameters: tableName - name in the database. throws: NamingException - if a lookup error occurs. throws: SQLException - if a database error occurs.
Inserts the table in the database.
Parameters: dbName - name in the registry. Parameters: tableName - name in the database. throws: NamingException - if a lookup error occurs. throws: SQLException - if a database error occurs.
Makes a select * in the table.
Parameters: dbName - name in the registry. Parameters: tableName - name in the database. throws: NamingException - if a lookup error occurs. throws: SQLException - if a database error occurs.