SqlResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
SqlResult represents the result for the execution of a sql statement.
Attributes |
|
---|---|
Name | Description |
columns |
MutableSequence[google.cloud.alloydb_v1alpha.types.SqlResultColumn]
List of columns included in the result. This also includes the data type of the column. |
rows |
MutableSequence[google.cloud.alloydb_v1alpha.types.SqlResultRow]
Rows returned by the SQL statement. |