affectedRows property

int get affectedRows

Implementation

int get affectedRows {
  return int.parse(
      psql.pq.PQcmdTuples(res).asDartString(encoding: psql.encoding));
}