Zorba_ItemSetter is designed to allow external functions to set the next XQuery data model item to be returned.
More...
#include <zorba/zorbac.h>
Detailed Description
Zorba_ItemSetter is designed to allow external functions to set the next XQuery data model item to be returned.
Definition at line 171 of file zorbac.h.
Field Documentation
Call this to specify the next item as a double.
Definition at line 192 of file zorbac.h.
Call this to specify the next item as an integer.
Definition at line 186 of file zorbac.h.
Call this to specify the next item as a string.
The Zorba implementation will take ownership of the char* and free it at an appropriate time. QQQ is this true?
Definition at line 180 of file zorbac.h.
Call this to specify the next item as an arbitrary type, providing the value as a string.
Definition at line 199 of file zorbac.h.
The documentation for this struct was generated from the following file: