diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
MySqlModel.retrieve
diamond
data
mapping
engines
mysql
mysqlmodel
MySqlModel
Retrieves a value from the model's data.
class
MySqlModel
(string tableName)
final
T
retrieve
(
T
bool
nullable
= false
bool
isEnum
= false
)
(
)
Return Value
Type:
T
The value.
Meta
Source
See Implementation
diamond
data
mapping
engines
mysql
mysqlmodel
MySqlModel
constructors
this
functions
moveToNextColumn
retrieve
retrieveBoolImpl
retrieveDefaultImpl
retrieveEnumImpl
retrieveNullableEnumImpl
retrieveNullableImpl
retrieveTextImpl
properties
row
static variables
table
Retrieves a value from the model's data.