Changes

Jump to navigation Jump to search
23 bytes removed ,  13:30, 26 June 2011
no edit summary
: [https://github.com/BaseXdb/basex-api/tree/master/src/main/haskell Haskell] (thanks to Leo Wörteler)
Most of the interfaces contain at least the following four six files:
# <code>BaseXClient</code> contains the actual code for creating a session, sending and executing commands and receiving results. Furthermore there is an inner class called <code>query</code> which offers the evaluation of queries in an iterative manner.
# <code>Example</code> demonstrates how to send database commands.
# <code>QueryExample</code> shows you how to evaluate queries in an iterative manner.
# <code>QueryBindExample</code> shows you how to bind a variable to your query and evaluates the query in an iterative manner.
 
If the interface supports additional features the following files are available:
# <code>CreateExample</code> shows how new databases can be created by using streams.
# <code>AddExample</code> shows how documents can be added to a database by using streams.
 
The interfaces Java and C# also support the event feature:
# <code>EventExample</code> demonstrates how to use the event feature.
bueraucrat, Bureaucrats, editor, reviewer, Administrators
907

edits

Navigation menu