Difference between revisions of "Java Examples"
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: |
| + | |||
| + | * [[RunCommands]]: List all databases, create and drop databases and indexes. | ||
Revision as of 02:21, 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: List all databases, create and drop databases and indexes.