Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
打开表。
public virtual ULTable * OpenTable( const char * tableName, const char * indexName )
tableName 要打开的表的名称。
indexName 打开表所使用的索引的名称。传递 NULL 将使用主键打开表;传递空字符串将打开无序表。
调用成功时返回 ULTable 对象;否则返回 NULL。
当应用程序首次打开表时,游标位置设置在第一行之前。