Difference between revisions of "Main Page"

From BaseX Documentation
Jump to navigation Jump to search
(→‎Functions: Prefixes added)
Line 49: Line 49:
  
 
==Functions==
 
==Functions==
* [[Database]]: Database-related functions
+
* [[Database]] (<tt>db</tt>): Database-related functions
* [[Utility]]: Testing and profiling functions
+
* [[Utility]] (<tt>util</tt>): Testing and profiling functions
* [[Math]]: functions for mathematical operations
+
* [[Math]] (<tt>math</tt>): functions for mathematical operations
* [[File]]: functions for file handling, inspired by [http://expath.org/spec/file EXPath]
+
* [[File]] (<tt>file</tt>): functions for file handling, inspired by [http://expath.org/spec/file EXPath]
  
 
==Indexes==
 
==Indexes==

Revision as of 01:23, 12 December 2010

Getting Started Guide

Quick Start

Good to know

  • Database & Collection: Basic knowledge about the terms database and collection in BaseX
  • Commands: Commands for managing BaseX and the databases
    • Settings: Overview of all settable options

Advanced Users Guide

BaseX Database Server

BaseX GUI

Tutorials

BaseX intern

BaseX from extern


XQuery

Extensions

Functions

  • Database (db): Database-related functions
  • Utility (util): Testing and profiling functions
  • Math (math): functions for mathematical operations
  • File (file): functions for file handling, inspired by EXPath

Indexes

  • Overview: All indexes and their functionality

Query Processor

Developer's Guide

Requirements

Examples

JavaDoc

see the Javadocs here...

Client Interfaces

  • Language bindings: Communicate with the BaseX server using the different language bindings
  • REST Interface: Communicate with the BaseX server using the REST interface

FAQ

see the FAQ here...