# Functions
AddCommentHook registers your hook function for all future operations.
AddCommentLikeHook registers your hook function for all future operations.
AddFriendshipHook registers your hook function for all future operations.
AddImageHook registers your hook function for all future operations.
AddImageVariationHook registers your hook function for all future operations.
AddLikeHook registers your hook function for all future operations.
AddPostHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
CommentExists checks if the Comment row exists.
CommentLikeExists checks if the CommentLike row exists.
CommentLikes retrieves all the records using an executor.
Comments retrieves all the records using an executor.
FindComment retrieves a single record by ID with an executor.
FindCommentLike retrieves a single record by ID with an executor.
FindFriendship retrieves a single record by ID with an executor.
FindImage retrieves a single record by ID with an executor.
FindImageVariation retrieves a single record by ID with an executor.
FindLike retrieves a single record by ID with an executor.
FindPost retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
FriendshipExists checks if the Friendship row exists.
Friendships retrieves all the records using an executor.
ImageExists checks if the Image row exists.
Images retrieves all the records using an executor.
ImageVariationExists checks if the ImageVariation row exists.
ImageVariations retrieves all the records using an executor.
LikeExists checks if the Like row exists.
Likes retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PostExists checks if the Post row exists.
Posts 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
No description provided by the author
CommentLikeRels is where relationship names are stored.
No description provided by the author
CommentRels is where relationship names are stored.
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
FriendshipRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ImageRels is where relationship names are stored.
No description provided by the author
ImageVariationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
LikeRels is where relationship names are stored.
No description provided by the author
No description provided by the author
PostRels is where relationship names are stored.
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
# Structs
Comment is an object representing the database table.
CommentLike is an object representing the database table.
Friendship is an object representing the database table.
Image is an object representing the database table.
ImageVariation is an object representing the database table.
Like is an object representing the database table.
Post 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
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
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