Java Examples

From BaseX Documentation
Revision as of 20:02, 18 December 2010 by CG (talk | contribs) (moved Coding Examples to Code Examples)
Jump to navigation Jump to search

The following Java code snippets demonstrate how easy it is to run database commands, create collections, perform queries, etc. via the BaseX API:

  • RunCommands: creates and drops database and index instances and prints a list of all existing databases.