PgSQLValue

Undocumented in source.

Constructors

this
this(const(char)[] name, PgColumnTypes type, void* ptr, size_t size)
Undocumented in source.
this
this(T )
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.

Members

Functions

get
T get(T def)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
isDate
bool isDate()
Undocumented in source. Be warned that the author may not have intended to support it.
isFloatingPoint
bool isFloatingPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
isScalar
bool isScalar()
Undocumented in source. Be warned that the author may not have intended to support it.
isString
bool isString()
Undocumented in source. Be warned that the author may not have intended to support it.
isTime
bool isTime()
Undocumented in source. Be warned that the author may not have intended to support it.
isTimestamp
bool isTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
isUnknown
bool isUnknown()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(PgSQLValue other)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek(T def)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Appender app)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
PgColumnTypes type()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BufferSize
enum BufferSize;
Undocumented in source.

Meta