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 Reference » UltraLiteJ API reference » TableSchema interface

 

createIndex method

Creates a new index.

Syntax
IndexSchema TableSchema.createIndex(
  String index_name
) throws ULjException
Parameters
  • index_name   The name of index. The specified name must be a valid SQL identifier.

Returns

The IndexSchema assigned to the created index with the specified name.