![]() |
MobilityDB 1.3
|
Temporal text functions. More...
Functions | |
Temporal * | textcat_text_ttext (const text *txt, const Temporal *temp) |
Return the concatenation of a text and a temporal text. More... | |
Temporal * | textcat_ttext_text (const Temporal *temp, const text *txt) |
Return the concatenation of a temporal text and a text. More... | |
Temporal * | textcat_ttext_ttext (const Temporal *temp1, const Temporal *temp2) |
Return the concatenation of two temporal text values. More... | |
Temporal * | ttext_initcap (const Temporal *temp) |
Return a temporal text transformed to initcap. More... | |
Temporal * | ttext_lower (const Temporal *temp) |
Return a temporal text transformed to lowercase. More... | |
Temporal * | ttext_upper (const Temporal *temp) |
Return a temporal text transformed to uppercase. More... | |
Temporal text functions.