Statements (sql/v1)
Statement represents a core resource used to model SQL statements for execution.
A statement generalizes DDL, DML, DQL, etc., but doesnβt attempt to handle session
management or any higher-level functionality.
The API allows you to list, create, read, and delete your statements.
The Statements Modelβ
See the sql.v1.Statement schema.