# Functions
AddLeaderSupporterCountHook registers your hook function for all future operations.
AddLeaderSupporterHook registers your hook function for all future operations.
AddPlayerHook registers your hook function for all future operations.
AddTeamHook registers your hook function for all future operations.
AddTeamMemberHook registers your hook function for all future operations.
FindLeaderSupporter retrieves a single record by ID with an executor.
FindPlayer retrieves a single record by ID with an executor.
FindTeam retrieves a single record by ID with an executor.
FindTeamMember retrieves a single record by ID with an executor.
LeaderSupporterCounts retrieves all the records using an executor.
LeaderSupporterExists checks if the LeaderSupporter row exists.
LeaderSupporters retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PlayerExists checks if the Player row exists.
Players retrieves all the records using an executor.
TeamExists checks if the Team row exists.
TeamMemberExists checks if the TeamMember row exists.
TeamMembers retrieves all the records using an executor.
Teams retrieves all the records using an executor.
# Variables
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
No description provided by the author
No description provided by the author
LeaderSupporterRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
PlayerRels is where relationship names are stored.
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
TeamMemberRels is where relationship names are stored.
No description provided by the author
No description provided by the author
TeamRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
LeaderSupporter is an object representing the database table.
LeaderSupporterCount is an object representing the database table.
Player is an object representing the database table.
Team is an object representing the database table.
TeamMember 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
M type is for providing columns and column values to UpdateAll.
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