A CreateMapMessage is used to request the creation of a map with the given name.
A DeleteMapMessage is used to request the deletion of the map with the given name.
A ListMapInfo is used as response to a list map request.
A ListMapMessage is used to request the list of maps that compose the selected database.
A MapAlreadyExistInfo is used as response to a create map request, if the map requested for creation already exist.
A MapDoesNotExistInfo is used as response to a map request, if the map requested does not exist.
Trait that every message which belongs to maps operations has to extend.
A NoMapInfo is used as response to a list map request if no maps are present on the selected database.
A NoMapSelectedInfo is used as response to a request on a row when no map has previously been selected.
A SelectMapMessage is used to request the select of the map with the given name.
MapMessages are used to manage operations on maps.