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 リファレンス » TableSchema インタフェース

 

createIndex メソッド

新しいインデックスを作成します。

構文
IndexSchema TableSchema.createIndex(
  String index_name
) throws ULjException
パラメータ
  • index_name   インデックスの名前。指定する名前は有効な SQL 識別子である必要があります。

戻り値

指定された名前で作成されたインデックスに割り当てられている IndexSchema。