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。
アプリケーションがテーブルを初めて開いたときは、カーソルの位置が最初のローの前に設定されます。