ODB for Win95 / NT
An Object-Oriented Database V. 0.1
Mail to:
ODB for Win 95 / NT
Table of contents
....
....
....
Features and motivation
1.0
....
....
Introduction
2.0
....
....
ODB system
2.1
....
Using ODB
2.2
....
Files
2.3
....
System Requirements
3.0
....
....
System overview of ODB
4.0
....
....
Database operations
4.1
....
Database creation
4.2
....
Type creation
4.3
....
Property Creation
4.4
....
Object creation
4.5
....
Object modification
4.6
....
Index creation
4.7
....
Type deletion
4.8
....
Property deletion
4.9
....
Delete Object
4.10
....
Delete index
5.0
....
....
The query interface
5.1
....
Opening streams
5.1.1
Stream handles
5.1.2
Opening a query stream
5.1.3
Opening a select stream
5.1.4
Open a semi join stream
5.2
....
Retrieving objects from streams
5.3
....
Stream reset
5.4
....
Stream close
6.0
....
....
Collections
6.1
....
Creating collections
6.2
....
Adding elements to a collection
6.3
....
Delete element from collection
6.4
....
Delete collection
7.0
....
....
Datatypes
7.1
....
C++ Datatypes
7.2
....
Type identifiers
8.0
....
....
More interface methods
8.1
....
The string table
8.2
....
Printing ODB objects
8.2.1
Display buffer
8.3
....
Getting a type handle
8.4
....
Getting an object handle
8.5
....
Traversing all subtypes of a type
8.6
....
Traversing direct subtypes of a type
8.7
....
Getting the supertype to a type
8.8
....
Getting all properties of a type
8.9
....
Getting the type of a property
8.10
....
Getting the value of an object property
....
....
....
Sample application code
ODB for Win95 / NT
An Object-Oriented Database V. 0.1
Mail to
ODB for Win 95 / NT