打开表,使用指定的索引对行进行排序。
UltraLite_Table * UltraLite_Connection_iface::OpenTableWithIndex( const ULValue & table_id, const ULValue & index_id, const ULValue & persistent_name )
table_id 表的名称或序号。
index_id 索引的名称或序号。
persistent_name 用于暂停的实例名称。
当应用程序首次打开表时,游标位置设置为 BeforeFirst()。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |