VehicleModelDAO
Database access object responsible for interaction with vehicle models table of the vehicle manager database. Actual DAO instance is generated by Room library.
Functions
Queries for all vehicle models saved in the database
Queries for all vehicle models together with all the data connected to each instance that is located in different database tables. See VehicleModelFullInfo
Queries for all vehicle models of specified manufacturer. See VehicleModelFullInfo
Queries for all vehicle models together with all the data connected to each instance that is located in different database tables. See VehicleModelFullInfo
Queries for all vehicle models saved in the database
Queries for a vehicle model with given ID
Queries for a vehicle model with given ID together with all the data connected to it that is stored in different database tables.
Queries for a vehicle model with given ID together with all the data connected to it that is stored in different database tables.
Inserts new vehicle models to the database. If vehicle model with given ID already exists, the item will not be updated. See insertOrUpdate.
Inserts or updates vehicle models in the database. In case the vehicle model with given ID is already present in the database, it's data will be updated.
Updates existing vehicle models (with same ID parameter).