Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
RecordType enum specifies whether the QueryRecorder should be
used to produce a QueryRecord object that contains an estimated
or an actual cost of the query execution.
Namespace:
Tangosol.Util.AggregatorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum RecordType |
Members
| Member name | Description | |
|---|---|---|
| Explain |
Produce a QueryRecord object that contains an estimated cost
of the query execution.
| |
| Trace |
Produce a QueryRecord object that contains the actual cost of
the query execution.
|