Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CursorExtras

Additional information about the cursor.

Hierarchy

  • CursorExtras

Index

Properties

Properties

Optional plan

plan: any

Query execution plan for the executed query.

Optional profile

profile: any

Additional profiling information for the executed query.

Optional stats

stats: Dict<any>

Additional statistics about the query execution.

warnings

warnings: { code: number; message: string }[]

Warnings encountered while executing the query.

Generated using TypeDoc