pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
PGRelTime
pgator
db
pq
types
time
Wrapper around Duration to handle libpq reltime.
Note: reltime can be negative.
struct
PGRelTime {
static
PGRelTime
fromBson
(Bson bson);
Bson
toBson
();
}
Alias This
dur
Members
Functions
toBson
Bson
toBson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromBson
PGRelTime
fromBson
(Bson bson)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
pgator
db
pq
types
time
functions
TIMEROUND
TMODULO
convert
test
structs
PGAbsTime
PGInterval
PGRelTime
PGTime
PGTimeStamp
PGTimeStampWithZone
PGTimeWithZone
TimeInterval
Wrapper around Duration to handle libpq reltime.
Note: reltime can be negative.