Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

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.