Skip navigation links

JTDB Documentation

The JTDB API allows Java programs to access the c-tree database core.

See: Description

Packages 
Package Description
FairCom.CtreeDb
Main classes to handle c-treeACE databases.
FairCom.CtreeDb.Types
Collection of helper classes to help the user passing parameters to functions and comparing the results.
The JTDB API allows Java programs to access the c-tree database core. This approach provides application developers with a simple interface into the powerful core of c-tree, yet includes the advanced functionality that distinguishes c-tree from other database solutions. JTDB offers a method of database creation and maintenance that is easier to use than the traditional ctree.isam and ctree.lowlevel APIs. JTDB utilizes the simplified concepts of sessions, databases, and tables in addition to the standard concepts of records, fields, indices, and segments. This database layer allows for effortless and productive management of database systems. Using the same relationships as the ctree.ctdb interface technology, JTDB consists of a Java API that provides the classes and methods that comprise the database functionality.
Skip navigation links