- PrimaryKeyPrimaryKeyAttribute PrimaryKey [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- foreignKeyForeignKeyAttribute foreignKey [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- ignoreIgnoreAttribute ignore [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- indexIndexAttribute index [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- serialPGTypeAttribute serial [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- serial4PGTypeAttribute serial4 [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- serial8PGTypeAttribute serial8 [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- uniqueIndexIndexAttribute uniqueIndex [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- AttributeListtemplate AttributeList(T, bool ignorePK = false, bool insert = false) 
- Undocumented in source. 
- AttributeList2template AttributeList2(T, string prefix = "", string asPrefix = "", bool ignorePK = false, bool insert = false, fields...) 
- Undocumented in source. 
- SnakeCasetemplate SnakeCase(string str) 
- Undocumented in source. 
- attributeNametemplate attributeName(alias R) 
- Undocumented in source. 
- embeddedPrefixtemplate embeddedPrefix(T) 
- Undocumented in source. 
- filterSerialisableMemberstemplate filterSerialisableMembers(T, FIELDS...) 
- Undocumented in source. 
- getMembersByUDAtemplate getMembersByUDA(T, alias attribute) 
- Undocumented in source. 
- isNonStaticMembertemplate isNonStaticMember(T, string M) 
- Undocumented in source. 
- isPKtemplate isPK(alias T, string m) 
- Undocumented in source. 
- isPublicMembertemplate isPublicMember(T, string M) 
- Undocumented in source. 
- isRWFieldtemplate isRWField(T, string M) 
- Determines if a member is a public, non-static, de-facto data field.
	In addition to plain data fields, R/W properties are also accepted. 
- isRWPlainFieldtemplate isRWPlainField(T, string M) 
- Determins if a member is a public, non-static data field. 
- primaryKeyNametemplate primaryKeyName(T) 
- Undocumented in source. 
- relationNametemplate relationName(alias R) 
- Undocumented in source. 
- serialisableMemberstemplate serialisableMembers(T) 
- Undocumented in source.