database ~master (2022-04-05T00:24:22.644783)
Dub
Repo
PgSQLDate
database
postgresql
type
Undocumented in source.
struct
PgSQLDate {
ushort
year
;
ubyte
month
;
ubyte
day
;
Date
toDate
();
void
toString
(W writer);
}
Members
Functions
toDate
Date
toDate
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(W writer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
day
ubyte
day
;
Undocumented in source.
month
ubyte
month
;
Undocumented in source.
year
ushort
year
;
Undocumented in source.
Meta
Source
See Implementation
database
postgresql
type
aliases
PgSQLHeader
functions
eatValueText
parsePgSQLDate
parsePgSQLTime
parsePgSQLTimestamp
properties
as
ignore
optional
tableName
uncamel
structs
IgnoreAttribute
NameAttribute
OptionalAttribute
PgSQLBinary
PgSQLColumn
PgSQLDate
PgSQLFragment
PgSQLRawString
PgSQLTime
PgSQLTimestamp
PgSQLValue
TableNameAttribute
UnCamelCaseAttribute
templates
isReadableDataMember
isValueType
isWritableDataMember