# Functions
AddEscrowHook registers your hook function for all future operations.
AddLogicalCacheMappingHook registers your hook function for all future operations.
EscrowExists checks if the Escrow row exists.
Escrows retrieves all the records using an executor.
FindEscrow retrieves a single record by ID with an executor.
FindLogicalCacheMapping retrieves a single record by ID with an executor.
LogicalCacheMappingExists checks if the LogicalCacheMapping row exists.
LogicalCacheMappings retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
# 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
EscrowRels is where relationship names are stored.
No description provided by the author
No description provided by the author
LogicalCacheMappingRels is where relationship names are stored.
No description provided by the author
No description provided by the author
# Structs
Escrow is an object representing the database table.
LogicalCacheMapping 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.