dpq2.conv.time

PostgreSQL time types binary format. *

Members

Enums

InfinityState
enum InfinityState

Functions

binaryValueAs
SysTime binaryValueAs(in Value v)

Returns value timestamp with time zone as SysTime

binaryValueAs
Date binaryValueAs(in Value v)

Returns value data as native Date

binaryValueAs
TimeOfDay binaryValueAs(in Value v)

Returns value time without time zone as native TimeOfDay

binaryValueAs
TimeStamp binaryValueAs(in Value v)

Returns value timestamp without time zone as TimeStamp

binaryValueAs
TimeStampUTC binaryValueAs(in Value v)

Returns value timestamp with time zone as TimeStampUTC

binaryValueAs
DateTime binaryValueAs(in Value v)

Returns value timestamp without time zone as DateTime (it drops the fracSecs from the database value)

Static functions

toPgDate
toPgDate(Date d)

Structs

PgDate
struct PgDate
TTimeStamp
struct TTimeStamp(bool isWithTZ)

Structure to represent PostgreSQL Timestamp with/without time zone

Meta

Authors

NCrashed <ncrashed@gmail.com>