追加的なデータベーステーブルプロパティ

columnsToFetch:限定的に取り出す列の列名リストを設定します。

set the columnsToFetch of myTable to ("name", "memberNum")

recordPrototype:取り出したすべてのレコードのプロトタイプとなるオブジェクトを設定します。

set myTable's recordPrototype to AccountRecord

autoSaveUpdatesautoSaveDatabaseUpdatesグローバルプロパティを上書きすべく、yesまたはnoに設定します。

set myTable.autoSaveUpdates to false

useRecordIterator:trueに設定すると、一度にすべてのレコードを返す代わりに、レコードイテレータを返します(可能な場合)。

set the useRecordIterator of myTable to Yes

 

This topic was last updated on 2月 01, 2019, at 11:13:23 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant