pgsql.type

Undocumented in source.

Public Imports

pgsql.row
public import pgsql.row;

Members

Aliases

PgSQLHeader
alias PgSQLHeader = PgSQLColumn[]
Undocumented in source.

Functions

eatValueText
void eatValueText(InputPacket packet, PgSQLColumn column, PgSQLValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
parsePgSQLDate
auto parsePgSQLDate(const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.
parsePgSQLTime
auto parsePgSQLTime(const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.
parsePgSQLTimestamp
auto parsePgSQLTimestamp(const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

as
NameAttribute as [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ignore
IgnoreAttribute ignore [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
optional
OptionalAttribute optional [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tableName
TableNameAttribute tableName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uncamel
UnCamelCaseAttribute uncamel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IgnoreAttribute
struct IgnoreAttribute
Undocumented in source.
NameAttribute
struct NameAttribute
Undocumented in source.
OptionalAttribute
struct OptionalAttribute
Undocumented in source.
PgSQLBinary
struct PgSQLBinary
Undocumented in source.
PgSQLColumn
struct PgSQLColumn
Undocumented in source.
PgSQLDate
struct PgSQLDate
Undocumented in source.
PgSQLFragment
struct PgSQLFragment
Undocumented in source.
PgSQLRawString
struct PgSQLRawString
Undocumented in source.
PgSQLTime
struct PgSQLTime
Undocumented in source.
PgSQLTimestamp
struct PgSQLTimestamp
Undocumented in source.
PgSQLValue
struct PgSQLValue
Undocumented in source.
TableNameAttribute
struct TableNameAttribute
Undocumented in source.
UnCamelCaseAttribute
struct UnCamelCaseAttribute
Undocumented in source.

Templates

isReadableDataMember
template isReadableDataMember(T, string Member)
Undocumented in source.
isValueType
template isValueType(T)
Undocumented in source.
isWritableDataMember
template isWritableDataMember(T, string Member)
Undocumented in source.

Meta