|
MobilityDB 1.1
|

Functions | |
| Temporal * | textcat_text_ttext (const text *txt, const Temporal *temp) |
Temporal text functions: textcat, lower, upper. 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_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... | |