AttributeList2

Returns a list of Columns for all the given type's serialisable members, with their actual names as they're used in SQL.

Members

Aliases

mt
alias mt = typeof(mixin ("T." ~ fields[0]))
Undocumented in source.

Manifest constants

AttributeList2
enum AttributeList2;
Undocumented in source.
AttributeList2
enum AttributeList2;
Undocumented in source.
AttributeList2
enum AttributeList2;
Undocumented in source.
attrName
enum attrName;
Undocumented in source.

Parameters

prefix

prefix to use, if any

asPrefix

asPrefix, prefix to use for column's AS names

ignorePK

whether to ignore the PK, useful for inserts and similar

Meta