MobilityDB  1.0

◆ tsequence_to_string()

char* tsequence_to_string ( const TSequence seq,
bool  component,
char *(*)(Oid, Datum)  value_out 
)

Returns the string representation of the temporal value.

Parameters
[in]seqTemporal value
[in]componentTrue when the output string is a component of a temporal sequence set value and thus no interpolation string at the begining of the string should be output
[in]value_outFunction called to output the base value depending on its Oid