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