resultSets property

List<ResultSet>? resultSets
getter/setter pair

One ResultSet for each statement in the request that ran successfully, in the same order as the statements in the request.

Each ResultSet does not contain any rows. The ResultSetStats in each ResultSet contain the number of rows modified by the statement. Only the first ResultSet in the response contains valid ResultSetMetadata.

Implementation

core.List<ResultSet>? resultSets;