

# SqlStatementResult
<a name="API_SqlStatementResult"></a>

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
<a name="API_SqlStatementResult_Contents"></a>

 ** numberOfRecordsUpdated **   <a name="rdsdtataservice-Type-SqlStatementResult-numberOfRecordsUpdated"></a>
The number of records updated by a SQL statement.  
Type: Long  
Required: No

 ** resultFrame **   <a name="rdsdtataservice-Type-SqlStatementResult-resultFrame"></a>
The result set of the SQL statement.  
Type: [ResultFrame](API_ResultFrame.md) object  
Required: No

## See Also
<a name="API_SqlStatementResult_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/rds-data-2018-08-01/SqlStatementResult) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/rds-data-2018-08-01/SqlStatementResult) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/rds-data-2018-08-01/SqlStatementResult) 