database ~master (2022-04-05T00:24:22.644783)
Dub
Repo
PgSQLRawString
database
postgresql
type
Undocumented in source.
struct
PgSQLRawString {
this
();
this
(const(char)[] data);
auto
length
[@property getter];
auto
data
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(const(char)[] data)
Undocumented in source.
Members
Properties
data
auto
data
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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