You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDSDataService::Types::ResultSetMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::ResultSetMetadata
- Defined in:
- (unknown)
Overview
The metadata of the result set returned by a SQL statement.
Returned by:
Instance Attribute Summary collapse
-
#column_count ⇒ Integer
The number of columns in the result set.
-
#column_metadata ⇒ Array<Types::ColumnMetadata>
The metadata of the columns in the result set.
Instance Attribute Details
#column_count ⇒ Integer
The number of columns in the result set.
#column_metadata ⇒ Array<Types::ColumnMetadata>
The metadata of the columns in the result set.