From 22c4bdf5fd4ec6843281f2e95e7076f5a7e32939 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Mar 2016 09:15:05 +0200 Subject: Clarify that static data members are not stored in database --- doc/manual.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual.xhtml b/doc/manual.xhtml index c1753d0..a3232b0 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -2576,7 +2576,8 @@ psql --user=odb_test --dbname=odb_test -f person-pgsql.sql containers of values or pointers to other objects (Chapter 5, "Containers"). Pointers to other objects and containers can be viewed as special kinds of values since they also can only - be stored in the database as part of an object.

+ be stored in the database as part of an object. Static data members + are not stored in the database.

An object type is a C++ class. Because of this one-to-one relationship, we will use terms object type -- cgit v1.1