shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Entity
shark
entity
Base interface that every entity should implement.
interface
Entity {
string
tableName
[@property getter];
}
Members
Properties
tableName
string
tableName
[@property getter]
Gets the entity's table name.
Meta
Source
See Implementation
shark
entity
aliases
Binary
Blob
Bool
Byte
Char
Clob
Date
DateTime
Double
Float
Integer
Long
Short
String
Time
enums
AutoIncrement
NotNull
PrimaryKey
Unique
interfaces
Entity
structs
Length
Name
Nullable
Base interface that every entity should implement.