|
YAZ 5.37.0
|
#include <z-core.h>
Data Fields | |
| Z_SortElement * | sortElement |
| Odr_int * | sortRelation |
| Odr_int * | caseSensitivity |
| int | which |
| union { | |
| Odr_null * abort | |
| Odr_null * null | |
| Odr_oct * missingValueData | |
| } | u |
| Odr_null* Z_SortKeySpec::abort |
Definition at line 1073 of file z-core.h.
Referenced by yaz_sort_spec().
| Odr_int* Z_SortKeySpec::caseSensitivity |
Definition at line 1070 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), and yaz_sort_spec_to_srw_sortkeys().
| Odr_oct* Z_SortKeySpec::missingValueData |
Definition at line 1075 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), and yaz_sort_spec_to_srw_sortkeys().
| Odr_null* Z_SortKeySpec::null |
Definition at line 1074 of file z-core.h.
Referenced by yaz_sort_spec().
| Z_SortElement* Z_SortKeySpec::sortElement |
Definition at line 1062 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), yaz_sort_spec_to_solr_sortkeys(), yaz_sort_spec_to_srw_sortkeys(), and yaz_sort_spec_to_type7().
| Odr_int* Z_SortKeySpec::sortRelation |
Definition at line 1067 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), yaz_sort_spec_to_solr_sortkeys(), yaz_sort_spec_to_srw_sortkeys(), and yaz_sort_spec_to_type7().
| union { ... } Z_SortKeySpec::u |
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), and yaz_sort_spec_to_srw_sortkeys().
| int Z_SortKeySpec::which |
Definition at line 1071 of file z-core.h.
Referenced by yaz_sort_spec(), yaz_sort_spec_to_cql(), and yaz_sort_spec_to_srw_sortkeys().