Difference between revisions of "Java Examples"

From BaseX Documentation
Jump to navigation Jump to search
Line 1: Line 1:
 
The following Java code snippets demonstrate how easy it is to run database commands, create collections, perform queries, etc. via the BaseX API:
 
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, lists all databases.
+
* [[RunCommands]]: creates and drops database and index instances and prints a list of all existing databases.

Revision as of 02:53, 18 December 2010

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.