Package-level declarations

Types

Link copied to clipboard

Database access object responsible for interaction with energetic profiles of the vehicle manager database. Actual DAO instance is generated by Room library.

Link copied to clipboard
interface EVProfileDAO

Database access object responsible for interaction with energetic vehicles profiles of the vehicle manager database. Actual DAO instance is generated by Room library.

Link copied to clipboard
interface ManufacturerDAO

Database access object responsible for interaction with manufacturers of the vehicle manager database. Actual DAO instance is generated by Room library.

Link copied to clipboard
interface ProfileDAO

Database access object responsible for interaction with vehicles profiles table of the vehicle manager database. Actual DAO instance is generated by Room library.

Link copied to clipboard
interface VehicleDAO

Database access object responsible for interaction with vehicles table of the vehicle manager database. Actual DAO instance is generated by Room library.

Link copied to clipboard
interface VehicleModelDAO

Database access object responsible for interaction with vehicle models table of the vehicle manager database. Actual DAO instance is generated by Room library.