# Functions
AddAnswerEventHook registers your hook function for all future operations.
AddAnswerMapHook registers your hook function for all future operations.
AddAnswerUserHook registers your hook function for all future operations.
No description provided by the author
AnswerEventExists checks if the AnswerEvent row exists.
AnswerEvents retrieves all the records using an executor.
AnswerMapExists checks if the AnswerMap row exists.
AnswerMaps retrieves all the records using an executor.
AnswerUserExists checks if the AnswerUser row exists.
AnswerUsers retrieves all the records using an executor.
FindAnswerEvent retrieves a single record by ID with an executor.
FindAnswerMap retrieves a single record by ID with an executor.
FindAnswerUser retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
# Constants
Enum values for EventType.
Enum values for EventType.
Enum values for EventType.
# Variables
No description provided by the author
AnswerEventRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
AnswerMapRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
AnswerUserRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
No description provided by the author
# Structs
AnswerEvent is an object representing the database table.
AnswerMap is an object representing the database table.
AnswerUser is an object representing the database table.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.