PgDate class final
A wrapper for the Postgres date
type, which stores dates (year, month,
days).
- Implemented types
Constructors
Properties
Methods
-
compareTo(
PgDate other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDateTime(
) → DateTime -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override