diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-26 11:29:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-26 11:29:05 +0200 |
commit | 3506ef645e4cd26aebb73f493001d584e4cce22a (patch) | |
tree | bfc53872849a256861903a21daa55ebf097f0f39 /qt/README | |
parent | ab994fdada3eebc794d6b1686f55a35420e4d758 (diff) |
Make session optional
Diffstat (limited to 'qt/README')
-rw-r--r-- | qt/README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -25,13 +25,15 @@ employee.sql These files are generated by the ODB compiler from employee.hxx using the following command line: - odb -d <database> -p qt --generate-schema --generate-query employee.hxx + odb -d <database> -p qt --generate-schema --generate-query \ + --generate-session employee.hxx Where <database> stands for the database system we are using, for example, 'mysql'. - The -p option is used to instruct the ODB compiler to load the Qt - profile. + The -p option is used to instruct the ODB compiler to load the Qt profile. + The --generate-session option is used to enable session support for all + the persistent classes in employee.hxx. database.hxx Contains the createDatabase() function which instantiates the concrete |