|
MobilityDB 1.1
|

Go to the source code of this file.
Functions | |
| char * | asc_initcap (const char *buff, size_t nbytes) |
| char * | asc_tolower (const char *buff, size_t nbytes) |
| char * | asc_toupper (const char *buff, size_t nbytes) |
| Datum | parse_datetime (text *date_txt, text *fmt, Oid collid, bool strict, Oid *typid, int32 *typmod, int *tz, bool *have_error) |
| char * | str_initcap (const char *buff, size_t nbytes, Oid collid) |
| char * | str_tolower (const char *buff, size_t nbytes, Oid collid) |
| char * | str_toupper (const char *buff, size_t nbytes, Oid collid) |