Ruby API DocumentationZorba ships with a Ruby language binding that provides some basic features in order to prepare and execute queries with Zorba.We also provide some examples that show how this language binding can be used:Note for garbage collected languagesZorba requires that objects must be deleted in a certain order, which Garbage Collectors are not aware of. For that reason,the Iterators created with XQuery.iterator() must be explicitly destroyed with iterator.destroy() before the XQuery object is destroyed.Note for non-C++ language bindingsZorba's current API documentation is generated from the C++ source. The Ruby language API is derived directly from this. The information contained in this documentation is accurate for Ruby, although it will look somewhat odd. |