PGDateField

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(PGDateField h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(PGDateField h)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CENTURY
enum PGDateField CENTURY;
Undocumented in source.
DAY
enum PGDateField DAY;
Undocumented in source.
DECADE
enum PGDateField DECADE;
Undocumented in source.
DOW
enum PGDateField DOW;
Undocumented in source.
DOY
enum PGDateField DOY;
Undocumented in source.
EPOCH
enum PGDateField EPOCH;
Undocumented in source.
HOUR
enum PGDateField HOUR;
Undocumented in source.
ISODOW
enum PGDateField ISODOW;
Undocumented in source.
ISOYEAR
enum PGDateField ISOYEAR;
Undocumented in source.
MICROSECONDS
enum PGDateField MICROSECONDS;
Undocumented in source.
MILLENNIUM
enum PGDateField MILLENNIUM;
Undocumented in source.
MILLISECONDS
enum PGDateField MILLISECONDS;
Undocumented in source.
MINUTE
enum PGDateField MINUTE;
Undocumented in source.
MONTH
enum PGDateField MONTH;
Undocumented in source.
QUARTER
enum PGDateField QUARTER;
Undocumented in source.
SECOND
enum PGDateField SECOND;
Undocumented in source.
TIMEZONE
enum PGDateField TIMEZONE;
Undocumented in source.
TIMEZONE_HOUR
enum PGDateField TIMEZONE_HOUR;
Undocumented in source.
TIMEZONE_MINUTE
enum PGDateField TIMEZONE_MINUTE;
Undocumented in source.
WEEK
enum PGDateField WEEK;
Undocumented in source.
YEAR
enum PGDateField YEAR;
Undocumented in source.

Meta