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 参考 » TableSchema 接口

 

createIndex 方法

创建新索引。

语法
IndexSchema TableSchema.createIndex(
  String index_name
) throws ULjException
参数
  • index_name   索引的名称。所指定的名称必须是有效的 SQL 标识符。

返回值

用于使用指定名称创建索引的 IndexSchema。