Class: Google::Cloud::AlloyDB::V1alpha::SqlResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/data_model.rb

Overview

SqlResult represents the result for the execution of a sql statement.

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultColumn>

Returns List of columns included in the result. This also includes the data type of the column.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 32

class SqlResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rows::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResultRow>

Returns Rows returned by the SQL statement.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/alloydb/v1alpha/data_model.rb', line 32

class SqlResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end