PostgreSQLDialect

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

fromSqlValue
Variant fromSqlValue(DlangDataType type, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnDefinition
string getColumnDefinition(ColumnDefinitionInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
toSqlValueImpl
string toSqlValueImpl(DlangDataType type, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Dialect

fromSqlValue
Variant fromSqlValue(DlangDataType fieldType, Variant fieldValue)
Undocumented in source.
toSqlValueImpl
string toSqlValueImpl(DlangDataType type, Variant value)
Undocumented in source.
toSqlValue
string toSqlValue(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnDefinition
string getColumnDefinition(ColumnDefinitionInfo info)
Undocumented in source.

Meta