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 54 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 57 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 62 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 67 of file pg_locale.h.
bool collate_methods::strxfrm_is_safe |
Definition at line 77 of file pg_locale.h.