Instance Method
インスタンスメソッド
resultAtIndex:
Returns the query result at a specific index.
指定されたインデックスでの照会結果を返します。
Parameters
パラメータ
index
The index of the desired result.
望む結果のインデックス。
Return Value
戻り値
The query result at a specific index.
ある特定のインデックスでの照会結果。
Discussion
議論
For performance reasons, you should use this method when retrieving a specific result, rather than they array contained in results
.
性能上の理由のために、あなたはこのメソッドをある特定の結果を取ってくる場合は使うべきです、results
において含まれるその配列ではなく。
See Also
参照
Getting Query Results
照会結果を取得する
attribute
The result group’s attribute name.
結果グループのもつ属性名。
value
The result group’s value.
結果グループのもつ値。
results
An array containing the result group’s result objects.
結果グループのもつ結果オブジェクトそれらを含んでいるある配列。
resultCount
The number of results returned by the result group.
結果グループによって返される結果の数。
subgroups
An array containing the result group’s subgroups.
結果グループのもつ下位グループそれらを含んでいるある配列を返します。