Datastore Developers Guide
The SEP database engine
previous :: contents :: next

Back to > Overview > Developers Guide

The SEP database engine

Authors:
Szabo Csaba <crow@nolimits.ro>
Antal Attila <atech@nolimits.ro>
Table of Contents
1. Database Structures
2. The SEP engine block
3. Drivers
4. SEP (Simple Exchange Profile)
5. Utilities


1. Database Structures

top

2. The SEP engine block

The SEP engine framework block uploads from the configuration file the database specifications into the memory context.

top

3. Drivers

top

4. SEP (Simple Exchange Profile)

For internal language Datastore uses the SEP commands. For parsing those commands we use an antlr based solution. You will find this parser file named sep.g in the datastore_home/src/main/org/media/datastore/sepengine/parser directory. When you make build, from this file will be generated the following files:

top

5. Utilities

The database engine has some utilities. Here are some of the most important:

top


© 2001