dstruct-orm ~0.0.1-alpha (2021-11-15T17:45:03.8433144)
Dub
Repo
Customer
dstruct
tests
Undocumented in source.
version(unittest)
@
Table
("customers")
class
Customer {
int
id
;
string
name
;
Address
address
;
Lazy
!
AccountType
accountType
;
User
[]
users
[@property getter];
User
[]
users
[@property setter];
this
();
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
users
User
[]
users
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
users
User
[]
users
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
accountType
Lazy
!
AccountType
accountType
;
Undocumented in source.
address
Address
address
;
Undocumented in source.
id
int
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
dstruct
tests
classes
AccountType
Address
Customer
EMName
EMUser
EvenMoreInfo
GeneratorTest
MoreInfo
Person
Role
T1
TypeTest
User