FFIColumn

Contains a column name / reference that can be used in condition values.

Constructors

this
this(FFIString columnName)
Undocumented in source.
this
this(FFIString tableName, FFIString columnName)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

columnName
FFIString columnName;

The name of the column in the table.

tableName
FFIOption!FFIString tableName;

Optionally specify which table this column refers to.

Meta