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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |