Creates a new mysql model.
Moves to the next column.
Retrieves a value from the model's data.
Retrieves a boolean value.
Retrieves any kind of value.
Retrieves an enum value.
Retrieves a nullable enum value.
Retrieves a nullable value.
Retrieves a text value.
Gets the raw mysql row.
Sets the raw mysql row.
The name of the table associated with the mysql model.
Reads the model from the reader. Called internally from readSingle & readMany
Inserts the model.
Updates the model.
Deletes the model.
Reads the relationships the model has.
Creates a new mysql model.