MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
ttext_funcs.h File Reference
#include <postgres.h>
#include <meos.h>
#include "temporal/temporal.h"

Go to the source code of this file.

Functions

Datum datum_initcap (Datum value)
 Convert the text value to uppercase. More...
 
Datum datum_lower (Datum value)
 Return the text value transformed to lowercase. More...
 
Datum datum_textcat (Datum l, Datum r)
 Temporal text functions: textcat, lower, upper. More...
 
Datum datum_upper (Datum value)
 Return the text value transformed to uppercase. More...
 
Temporaltextfunc_ttext (const Temporal *temp, datum_func1 func)
 Apply the function to transform the temporal text value. More...
 
Temporaltextfunc_ttext_text (const Temporal *temp, Datum value, datum_func2 func, bool invert)
 Apply the function to the temporal text value and the base text value. More...
 
Temporaltextfunc_ttext_ttext (const Temporal *temp1, const Temporal *temp2, datum_func2 func)
 Apply the function to the temporal text value and the base text value. More...