aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 13:26:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 13:26:27 +0200
commit3c809bc011f331b6e876e542688d4795f2e6bbcb (patch)
treee9237a3ea7759d6ffa74e2b7db7fce1f1f84c6b9 /odb/options.cli
parent691b0f1ec76329c5ef0796a310f66c30c879f317 (diff)
Document database schema support
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli14
1 files changed, 10 insertions, 4 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 18bd232..1a0d0c1 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -88,9 +88,11 @@ class options
{
"<name>",
"Use <name> as the database schema name. Schema names are primarily
- used for distinguishing between multiple embedded schemas in the
- schema catalog. If this option is not specified, the empty name,
- which is the default schema name, is used."
+ used to distinguish between multiple embedded schemas in the schema
+ catalog. They are not to be confused with database schemas (database
+ namespaces) which are specified with the \cb{--schema} option. If
+ this option is not specified, the empty name, which is the default
+ schema name, is used."
};
std::string --default-pointer = "*"
@@ -146,7 +148,11 @@ class options
qname --schema
{
"<schema>",
- "Place database objects (tables, indexes, etc) into <schema>."
+ "Specify a database schema (database namespace) that should be
+ assigned to the persistent classes in a file being compiled.
+ Database schemas are not to be confused with database schema
+ names (schema catalog names) which are specified with the
+ \cb{--schema-name} option."
};
std::string --table-prefix