Cargo Dao
interface CargoDao
The Data Access Object for the CargoRoomEntity class.
Functions
Link copied to clipboard
Deletes a cargo from the local database.
Link copied to clipboard
Retrieves a cargo from the local database by cargo number.
Link copied to clipboard
Retrieves all cargos from the local database for a specified route number.
Link copied to clipboard
Inserts a single cargo into the local database. If a conflict occurs, the existing cargo is replaced.
Link copied to clipboard
Inserts a list of cargos into the local database. If a conflict occurs, the existing cargos are replaced.
Link copied to clipboard
Updates a cargo in the local database.