MobilityDB 1.1
Functions
ttext_textfuncs_meos.c File Reference
#include "general/ttext_textfuncs.h"
#include <meos.h>
Include dependency graph for ttext_textfuncs_meos.c:

Functions

Temporaltextcat_text_ttext (const text *txt, const Temporal *temp)
 Temporal text functions: textcat, lower, upper. More...
 
Temporaltextcat_ttext_text (const Temporal *temp, const text *txt)
 Return the concatenation of a temporal text and a text. More...
 
Temporaltextcat_ttext_ttext (const Temporal *temp1, const Temporal *temp2)
 Return the concatenation of two temporal text values. More...
 
Temporalttext_lower (const Temporal *temp)
 Return a temporal text transformed to lowercase. More...
 
Temporalttext_upper (const Temporal *temp)
 Return a temporal text transformed to uppercase. More...