dropTable method

Drops a table from the database.

Syntax
void Connection.dropTable(
  String table_name
) throws ULjException
Parameters
  • table_name   The name of table to drop.

Remarks

A table can only be dropped when there are no outstanding uncommitted transactions for the current connection and when the table does not occur in any publication. Any rows in the dropped table are lost. Any unsynchronized operations are also lost.