ResultFrame
The result set returned by a SQL statement.
Note
This data structure is only used with the deprecated ExecuteSql
operation.
Use the BatchExecuteStatement
or ExecuteStatement
operation instead.
Contents
- records
-
The records in the result set.
Type: Array of Record objects
Required: No
- resultSetMetadata
-
The result-set metadata in the result set.
Type: ResultSetMetadata object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: