Instance Property
インスタンスプロパティ
results
An array containing the result group’s result objects.
結果グループのもつ結果オブジェクトそれらを含んでいるある配列。
Declaration
宣言
@property(readonly, copy) NSArray
*results;
Discussion
議論
The results array is a proxy object that is primarily intended for use with Cocoa bindings. While it is possible to copy the proxy array to get a “snapshot” of the complete current query results, it is generally not recommended due to performance and memory issues. To access individual result array elements you should instead use the resultCount
property and the resultAtIndex:
method.
結果配列は、あるプロキシオブジェクトです、それは主としてCocoaバインディングで使うことを意図されます。プロキシ配列をコピーすることで完全な現在の照会結果の “スナップショット” を取得することが可能である一方で、それは性能とメモリ問題が原因でたいてい推奨されません。個々の結果配列要素にアクセスするにはあなたは代わりにresultCount
メソッドとresultAtIndex:
メソッドを使うべきです。
See Also
参照
Getting Query Results
照会結果を取得する
attribute
The result group’s attribute name.
結果グループのもつ属性名。
value
The result group’s value.
結果グループのもつ値。
resultCount
The number of results returned by the result group.
結果グループによって返される結果の数。
- resultAtIndex:
Returns the query result at a specific index.
指定されたインデックスでの照会結果を返します。
subgroups
An array containing the result group’s subgroups.
結果グループのもつ下位グループそれらを含んでいるある配列を返します。