truncateTable method

Deletes all rows in a table.

Syntax
void Connection.truncateTable(
  String table_name
) throws ULjException
Parameters
  • table_name   The name of table to be truncated.

Remarks

The rows are not synchronized.