rows property

List<MssqlRow> rows
final

The stored rows, when the write read them back. Empty otherwise, which is not the same as "the write matched nothing" — check affectedRows.

Implementation

final List<MssqlRow> rows;