Skip to content

RowCount

[Source]

Result of exec/execute_update. USize is affected row count. NoRowCount means the driver returned SQL_NO_ROW_COUNT (-1).

type RowCount is
  (USize val | NoRowCount val)

Type Alias For