Show / Hide Table of Contents

Interface IQueryRecord

The IQueryRecord object carries a record of the estimated or actual execution cost for a query operation.

Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IQueryRecord

Properties

RecordType

The RecordType that was specified when this query record was created.

Declaration
QueryRecorder.RecordType RecordType { get; }
Property Value
Type Description
QueryRecorder.RecordType

Results

The list of partial results for this query record.

Declaration
IList Results { get; }
Property Value
Type Description
IList
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.