renameTable method

Renames a table.

Syntax
void Connection.renameTable(
  String old_table_name,
  String new_table_name
) throws ULjException
Parameters
  • old_table_name   The name of an existing table.

  • new_table_name   The new name of the table.