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

SQL Anywhere 11.0.1 (Deutsch) » UltraLiteJ » UltraLiteJ-Referenz » UltraLiteJ API-Referenz » Connection-Schnittstelle

 

renameTable-Methode

Benennt eine Tabelle um

Syntax
void Connection.renameTable(
  String old_table_name,
  String new_table_name
) throws ULjException
Parameter
  • old_table_name   Der Name einer vorhandenen Tabelle

  • new_table_name   Der neue Name der Tabelle