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 インタフェース

 

createTable メソッド

データベースに新しいテーブルを作成します。

構文
TableSchema Connection.createTable(
  String table_name
) throws ULjException
パラメータ
  • table_name   作成するテーブルの名前。

備考

このメソッドは、接続しているデータベースがスキーマ作成モードになっている場合にのみ実行できます。

戻り値

新しいテーブルの TableSchema オブジェクト。

参照