![]() |
MobilityDB 1.3
|
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... | |
Temporal * | textfunc_ttext (const Temporal *temp, datum_func1 func) |
Apply the function to transform the temporal text value. More... | |
Temporal * | textfunc_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... | |
Temporal * | textfunc_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... | |