MobilityDB 1.1
Functions

Modification functions for temporal types. More...

Collaboration diagram for Modification functions:

Functions

Temporaltemporal_delete_period (const Temporal *temp, const Span *p, bool connect)
 Delete a period from a temporal value connecting the instants before and after the given timestamp (if any). More...
 
Temporaltemporal_delete_periodset (const Temporal *temp, const SpanSet *ps, bool connect)
 Delete a period set from a temporal value connecting the instants before and after the given timestamp (if any). More...
 
Temporaltemporal_delete_timestamp (const Temporal *temp, TimestampTz t, bool connect)
 Delete a timestamp from a temporal value connecting the instants before and after the given timestamp (if any). More...
 
Temporaltemporal_delete_timestampset (const Temporal *temp, const Set *ts, bool connect)
 Delete a timestamp set from a temporal value connecting the instants before and after the given timestamp (if any). More...
 

Detailed Description

Modification functions for temporal types.