dpq v0.5.1 (2016-02-28T19:34:05Z)
Dub
Repo
relationName
dpq
attributes
Undocumented in source.
template
relationName (
alias
R
) {
static if
(
hasUDA!(R, RelationAttribute)
)
enum
rName
;
static if
(
hasUDA!(R, RelationAttribute)
)
static if
(
rName.length == 0
)
enum
relationName
;
static if
(
hasUDA!(R, RelationAttribute)
)
static if
(!(
rName.length == 0
))
enum
relationName
;
static if
(!(
hasUDA!(R, RelationAttribute)
))
enum
relationName
;
}
Members
Manifest constants
rName
enum
rName
;
Undocumented in source.
relationName
enum
relationName
;
Undocumented in source.
relationName
enum
relationName
;
Undocumented in source.
relationName
enum
relationName
;
Undocumented in source.
Meta
Source
See Implementation
dpq
attributes
aliases
FK
FKey
PK
PKey
attr
embed
sqlMembers
enums
EmbedAttribute
functions
attribute
attributeList
relation
type
properties
PrimaryKey
foreignKey
ignore
index
serial
serial4
serial8
uniqueIndex
structs
AttributeAttribute
ForeignKeyAttribute
IgnoreAttribute
IndexAttribute
PGTypeAttribute
PrimaryKeyAttribute
RelationAttribute
templates
AttributeList
AttributeList2
SnakeCase
attributeName
embeddedPrefix
filterSerialisableMembers
getMembersByUDA
isNonStaticMember
isPK
isPublicMember
isRWField
isRWPlainField
primaryKeyName
relationName
serialisableMembers