MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
ttext_funcs_meos.c File Reference

Temporal text functions. More...

#include "temporal/ttext_funcs.h"
#include <meos.h>
#include <meos_internal.h>

Functions

Temporaltextcat_text_ttext (const text *txt, const Temporal *temp)
 Return the concatenation of a text and a temporal text. 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_initcap (const Temporal *temp)
 Return a temporal text transformed to initcap. 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...
 

Detailed Description

Temporal text functions.