Package org.basex.core

This package contains the database core classes.

See:
          Description

Interface Summary
Commands This class defines the available command-line commands.
Text This class contains internationalized text strings, which are used throughout the project.
 

Class Summary
AProp This class assembles properties which are used all around the project.
CommandParser This is a parser for command strings, creating Proc instances.
Context This class serves as a central database context.
DataPool This class organizes all currently opened database.
Lang This class loads language specific texts when the Lang.lang(java.lang.String) method is called for the first time.
LocalSession This wrapper executes commands locally.
Main This is the abstract main class for all starter classes.
Proc This class provides the architecture for all internal command implementations.
Progress This class is implemented by all kinds of processes.
Prop This class assembles properties which are used all around the project.
Session This class allows a generic process execution.
User This class contains information on a single user.
Users This class organizes all users.
 

Enum Summary
Commands.Cmd Command definitions.
Commands.CmdCreate Create commands.
Commands.CmdDrop Drop commands.
Commands.CmdIndex Index types.
Commands.CmdIndexInfo Index types.
Commands.CmdInfo Info commands.
Commands.CmdPerm Permission commands.
Commands.CmdSet Set commands.
Commands.CmdShow Show commands.
 

Exception Summary
BaseXException This is a simple container for sessions.
ProgressException This exception is called whenever a progress is interrupted.
 

Package org.basex.core Description

This package contains the database core classes.