MssqlFrameBound class
One end of a MssqlWindowFrame.
- Annotations
-
- @immutable
Constructors
- MssqlFrameBound.following(int rows)
-
n FOLLOWING.factory - MssqlFrameBound.preceding(int rows)
-
n PRECEDING.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- currentRow → const MssqlFrameBound
-
CURRENT ROW. - unboundedFollowing → const MssqlFrameBound
-
UNBOUNDED FOLLOWING: to the end of the partition. - unboundedPreceding → const MssqlFrameBound
-
UNBOUNDED PRECEDING: from the start of the partition.