diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-17 09:31:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-17 09:31:54 +0200 |
commit | 8338bb049db44d9b470b2a76acc5853b92915238 (patch) | |
tree | 19f95ec98adadec6e4a8254a720c0b059d2bd927 /README | |
parent | 1eb99114e1d7741ecdb5a6b2396c9cfd86c5dee4 (diff) |
Add example for prepared query usage
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ inheritance/polymorphism view Shows how to define and use object, table, mixed, and native views. +prepared + Shows how to use prepared queries. + optimistic Shows how to use optimistic concurrency in ODB. |