aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-17 09:31:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-17 09:31:54 +0200
commit8338bb049db44d9b470b2a76acc5853b92915238 (patch)
tree19f95ec98adadec6e4a8254a720c0b059d2bd927 /README
parent1eb99114e1d7741ecdb5a6b2396c9cfd86c5dee4 (diff)
Add example for prepared query usage
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 8b26963..bbaea80 100644
--- a/README
+++ b/README
@@ -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.