dpq v0.9.3 (2018-01-10T23:25:51Z)
Dub
Repo
notNull
dpq
attributes
A shortcut to @suffix("NOT NULL")
Does not perform any kind of a null check in D.
enum
notNull
=
suffix
(
"NOT NULL"
)
;
Meta
Source
See Source File
dpq
attributes
enums
IgnoreAttribute
PrimaryKeyAttribute
functions
attribute
relation
suffix
type
manifest constants
notNull
properties
index
serial
serial4
serial8
uniqueIndex
structs
ForeignKeyAttribute
IndexAttribute
templates
AttributeList2
SnakeCase
attributeName
filterSerialisableMembers
getMembersByUDA
isPK
isRWField
isRWPlainField
primaryKeyAttributeName
primaryKeyName
relationName
serialisableMembers
A shortcut to @suffix("NOT NULL")
Does not perform any kind of a null check in D.