Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RecordType

RecordType enum specifies whether the QueryRecorder should be used to produce an object that contains an estimated or an actual cost of the query execution.

Index

Enumeration members

Enumeration members

EXPLAIN

EXPLAIN:

Produce an object that contains an estimated cost of the query execution.

TRACE

TRACE:

Produce an object that contains the actual cost of the query execution.