From 415885512a1888332d68f7677fb7407488bb4091 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Apr 2011 09:35:44 +0200 Subject: Add chapter TOC for each part description --- doc/manual.xhtml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index e0d5177..caee645 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -28,6 +28,8 @@ for consistency. - Use 'object id' and 'object's identifier'. But not other combinations of the two. +@@ Check that parts TOCs are up to date. + --> @@ -620,7 +622,19 @@ for consistency.

Part I describes the essential database concepts, APIs, and tools that together comprise the object-relational mapping for C++ as implemented - by ODB.

+ by ODB. It consists of the following chapters.

+ + + + + + + + + + + +
1Introduction
2Hello World Example
3Working with Persistent Objects
4Querying the Database
5Containers
6Relationships
7Composite Value Types
8Session
9ODB Pragma Language
@@ -6477,7 +6491,13 @@ aCC +W2161 ... implementations and their support in ODB. In particular, it describes the system-specific database classes as well as the default mapping between basic C++ value types - and native database types.

+ and native database types. Part II consists of the following + chapters.

+ + + + +
10MySQL Database
11SQLite Database
@@ -7482,7 +7502,12 @@ class person PROFILES

Part III covers the integration of ODB with popular C++ frameworks - and libraries.

+ and libraries. It consists of the following chapters.

+ + + + +
12Profiles Introduction
13Boost Profile
-- cgit v1.1