将列添加到索引。
IndexSchema IndexSchema.addColumn( String column_name, byte sort_order ) throws ULjException
column_name 要添加的列的名称。所指定的列必须是创建此索引的表中的列。
sort_order 确定排序顺序的常量。必须是 IndexSchema.ASCENDING 或 IndexSchema.DESCENDING。
列添加到索引的顺序决定了排序优先级。第一列的优先级最高。
添加了列的 IndexSchema。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |