|
PostgreSQL Source Code git master
|
#include <pg_locale.h>
Data Fields | |
| int(* | strncoll )(const char *arg1, ssize_t len1, const char *arg2, ssize_t len2, pg_locale_t locale) |
| size_t(* | strnxfrm )(char *dest, size_t destsize, const char *src, ssize_t srclen, pg_locale_t locale) |
| size_t(* | strnxfrm_prefix )(char *dest, size_t destsize, const char *src, ssize_t srclen, pg_locale_t locale) |
| bool | strxfrm_is_safe |
Definition at line 58 of file pg_locale.h.
| int(* collate_methods::strncoll) (const char *arg1, ssize_t len1, const char *arg2, ssize_t len2, pg_locale_t locale) |
Definition at line 61 of file pg_locale.h.
| size_t(* collate_methods::strnxfrm) (char *dest, size_t destsize, const char *src, ssize_t srclen, pg_locale_t locale) |
Definition at line 66 of file pg_locale.h.
| size_t(* collate_methods::strnxfrm_prefix) (char *dest, size_t destsize, const char *src, ssize_t srclen, pg_locale_t locale) |
Definition at line 71 of file pg_locale.h.
| bool collate_methods::strxfrm_is_safe |
Definition at line 81 of file pg_locale.h.