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

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » Connection インタフェース

 

renameTable メソッド

テーブルの名前を変更します。

構文
void Connection.renameTable(
  String old_table_name,
  String new_table_name
) throws ULjException
パラメータ
  • old_table_name   既存のテーブルの名前。

  • new_table_name   テーブルの新しい名前。