Upon completion of the install process, the following sub-directory structure and files are created in your installation root directory:
/documentation
/host
mcocomp (and sql2mco if eXtremeSQL was purchased)./include
license.txt
makefile
make command file that can be used to build all SDK samples, or the eXtremeDB libraries if you purchased source code./odbc
/samples
/target
The HTML content you are reading is presented in your browser when double-clicking the file
eXtremeDB.htmin the documentation directory. Please view the topic eXtremeDB_Documentation_Map for a choice of topic pathways to quickly view details of the eXtremeDB package of interest.
The
/host/bindirectory contains the eXtremeDB Data Definition Language compilermcocomp(and the SQL Data Definition Language compilersql2mcoif you purchased eXtremeSQL).
The sub-directories contain libraries, and in some cases source code and project files, for all supported APIs. Please use the
/binand/bin.solinks to view detailed descriptions of these groups of libraries. (Note that special-built "Direct Pointer" packages will have directories named/bin.dptrand/bin.dptr.soinstead of/binand/bin.so.)Binaries of eXtremeDB libraries for static linking with C/C++ applications.Binaries of eXtremeDB libraries for dynamic linking with Java, .NET, and other applications./sal/fsysC source code and makefile to build the Unix-Linux file system libraries./jniJava source code to build eXtremeDB Java archivesextremedb.jarandextremedb_jdbc.jar./sal/syncC source code for a sample implementation of synchronization primitives for single-task applications.