# Functions
AddTripHook registers your hook function for all future operations.
AddVehicleHook registers your hook function for all future operations.
FindTrip retrieves a single record by ID with an executor.
FindVehicle retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
TripExists checks if the Trip row exists.
Trips retrieves all the records using an executor.
No description provided by the author
No description provided by the author
VehicleExists checks if the Vehicle row exists.
Vehicles 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
TripRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
VehicleRels 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
Trip is an object representing the database table.
No description provided by the author
Vehicle is an object representing the database table.
# Type aliases
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