Class RowUnboundedPrecedingOverFrame

  • All Implemented Interfaces:
    Serializable, OverWindowFrame

    public class RowUnboundedPrecedingOverFrame
    extends UnboundedPrecedingOverFrame
    The row UnboundPreceding window frame calculates frames with the following SQL form: ... ROW BETWEEN UNBOUNDED PRECEDING AND [window frame following] [window frame following] ::= [unsigned_value_specification] FOLLOWING | CURRENT ROW

    e.g.: ... ROW BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING.

    See Also:
    Serialized Form