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 参考 » UltraLiteJ API 参考 » Connection 接口

 

renameTable 方法

为表重命名。

语法
void Connection.renameTable(
  String old_table_name,
  String new_table_name
) throws ULjException
参数
  • old_table_name   现有表的名称。

  • new_table_name   表的新名称。