Interface CursorExtras

Additional information about the cursor.

Hierarchy

  • CursorExtras

Properties

plan?: Record<string, any>

Query execution plan for the executed query.

profile?: Record<string, number>

Additional profiling information for the executed query.

stats?: CursorStats

Additional statistics about the query execution.

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

Warnings encountered while executing the query.

Generated using TypeDoc