Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Metadata

import type { Metadata } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";

The additional metadata information regarding the execution of the SQL statements.

interface Metadata {
sqlStatementExecutionTime?: number;
}

§Properties

§
sqlStatementExecutionTime?: number
[src]

The time taken to execute the SQL statements.