Instance Method インスタンスメソッド

result(at:)

Returns the query result at a specific index. 指定されたインデックスでの照会結果を返します。

Declaration 宣言

func result(at idx: Int) -> Any

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 照会結果を取得する