|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | ||
| int | which | |
| union { | ||
| Z_SortKey * generic | ||
| Z_SortDbSpecificList * databaseSpecific | ||
| } | u | |
| Z_SortDbSpecificList* Z_SortElement::databaseSpecific |
| Z_SortKey* Z_SortElement::generic |
Definition at line 1095 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_SortElement::u |
| int Z_SortElement::which |
Definition at line 1093 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().