# Functions
AccessTokenExists checks if the AccessToken row exists.
AccessTokens retrieves all the records using an executor.
No description provided by the author
AppUserProfileExists checks if the AppUserProfile row exists.
AppUserProfiles retrieves all the records using an executor.
BeerExists checks if the Beer row exists.
Beers retrieves all the records using an executor.
FindAccessToken retrieves a single record by ID with an executor.
FindAppUserProfile retrieves a single record by ID with an executor.
FindBeer retrieves a single record by ID with an executor.
FindPasswordResetToken retrieves a single record by ID with an executor.
FindPushToken retrieves a single record by ID with an executor.
FindRefreshToken retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PasswordResetTokenExists checks if the PasswordResetToken row exists.
PasswordResetTokens retrieves all the records using an executor.
PushTokenExists checks if the PushToken row exists.
PushTokens retrieves all the records using an executor.
RefreshTokenExists checks if the RefreshToken row exists.
RefreshTokens retrieves all the records using an executor.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.
# Variables
No description provided by the author
AccessTokenRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
AppUserProfileRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
BeerRels 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
PasswordResetTokenRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
PushTokenRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
RefreshTokenRels 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
UserRels 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
AccessToken is an object representing the database table.
AppUserProfile is an object representing the database table.
Beer is an object representing the database table.
PasswordResetToken is an object representing the database table.
PushToken is an object representing the database table.
RefreshToken is an object representing the database table.
User 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
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