aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-24 09:15:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-24 09:15:05 +0200
commit22c4bdf5fd4ec6843281f2e95e7076f5a7e32939 (patch)
treed5eb8a1f2633fad170f162ecd5f3c1b0bfa57b96 /doc
parentb26d987970c1a27bf86658c92c6f2fb6d0bf1ca0 (diff)
Clarify that static data members are not stored in database
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml3
1 files changed, 2 insertions, 1 deletions
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 (<a href="#5">Chapter
5, "Containers")</a>. 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.</p>
+ be stored in the database as part of an object. Static data members
+ are not stored in the database.</p>
<p>An object type is a C++ class. Because of this one-to-one
relationship, we will use terms <em>object type</em>