ResultSetMetadata - RDS Data API

ResultSetMetadata

The metadata of the result set returned by a SQL statement.

Contents

columnCount

The number of columns in the result set.

Type: Long

Required: No

columnMetadata

The metadata of the columns in the result set.

Type: Array of ColumnMetadata objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: