pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
PGTime
pgator
db
pq
types
time
Wrapper around TimeOfDay to allow serializing to bson.
struct
PGTime {
static
PGTime
fromBson
(Bson bson);
Bson
toBson
();
}
Alias This
time
Members
Functions
toBson
Bson
toBson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromBson
PGTime
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 TimeOfDay to allow serializing to bson.