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;
}import type { Metadata } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
The additional metadata information regarding the execution of the SQL statements.