menu
aws_rds_data_api package
documentation
rds-data-2018-08-01.dart
ExecuteStatementResponse
records property
records property
dark_mode
light_mode
records
property
List
<
List
<
Field
>
>
?
records
final
The records returned by the SQL statement.
Implementation
final List<List<Field>>? records;
aws_rds_data_api package
documentation
rds-data-2018-08-01
ExecuteStatementResponse
records property
ExecuteStatementResponse class