Row count 1 2 3 4 5 6 7 8 9 10type RowCount is (USize | NoRowCount) """ Result of exec/execute_update. USize is affected row count. NoRowCount means the driver returned SQL_NO_ROW_COUNT (-1). """ primitive NoRowCount """ The driver did not report an affected row count. """