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

ExecuteSqlQueryRequest

import type { ExecuteSqlQueryRequest } from "https://googleapis.deno.dev/v1/connectors:v2.ts";

An execute sql query request containing the query and the connection to execute it on.

interface ExecuteSqlQueryRequest {
query?: Query;
}

§Properties

§
query?: Query
[src]

Required. SQL statement passed by clients like Integration Platform, the query is passed as-is to the driver used for interfacing with external systems.