Creates the primary index for a table.
IndexSchema TableSchema.createPrimaryIndex( String index_name ) throws ULjException
index_name The name of index. The specified name must be a valid SQL identifier.
Each table must have exactly one primary index. The columns in a primary index must be non-nullable.
The IndexSchema assigned to the created primary index with the specified name.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |