PgRange
Constructors
Properties
Link copied to clipboard
OID of the container's own type — the array type rather than its element type, the range type rather than its subtype.
Link copied to clipboard
OID of the underlying element type of the range bounds.
Link copied to clipboard
The lower bound is part of the range - [ rather than ( in PostgreSQL's own notation.
Link copied to clipboard
The range extends without limit downwards, written (, in PostgreSQL.
Link copied to clipboard
The lower bound is present but NULL, which is distinct from being unbounded.
Link copied to clipboard
The upper bound is part of the range - ] rather than ).
Link copied to clipboard
The range extends without limit upwards, written ,).
Link copied to clipboard
The upper bound is present but NULL, which is distinct from being unbounded.
Link copied to clipboard
The lower bound value of the range, or null if infinite/unbounded.
Link copied to clipboard
The upper bound value of the range, or null if infinite/unbounded.