DescribeStatementResponse
Types
Properties
The cluster identifier.
A value that indicates whether the statement has a result set. The result set can be empty. The value is true for an empty result set. The value is true if any substatement returns a result set.
The parameters for the SQL statement.
The SQL statement text.
The process identifier from Amazon Redshift.
The identifier of the query generated by Amazon Redshift. These identifiers are also available in the query
column of the STL_QUERY
system view.
The data format of the result of the SQL statement.
Either the number of rows returned from the SQL statement or the number of rows affected. If result size is greater than zero, the result rows can be the number of rows affected by SQL statements such as INSERT, UPDATE, DELETE, COPY, and others. A -1
indicates the value is null.
The size in bytes of the returned results. A -1
indicates the value is null.
The status of the SQL statement being described. Status values are defined as follows:
The SQL statements from a multiple statement run.
The serverless workgroup name or Amazon Resource Name (ARN).