currentRow constant

MssqlFrameBound const currentRow

CURRENT ROW.

Implementation

static const MssqlFrameBound currentRow = MssqlFrameBound._(
  'CURRENT ROW',
  null,
);