OLD | NEW |
(Empty) | |
| 1 .. ref-sdb |
| 2 |
| 3 ============= |
| 4 SDB Reference |
| 5 ============= |
| 6 |
| 7 In addition to what is seen below, boto includes an abstraction |
| 8 layer for SimpleDB that may be used: |
| 9 |
| 10 * :doc:`SimpleDB DB <sdb_db>` (Maintained, but little documentation) |
| 11 |
| 12 boto.sdb |
| 13 -------- |
| 14 |
| 15 .. automodule:: boto.sdb |
| 16 :members: |
| 17 :undoc-members: |
| 18 |
| 19 boto.sdb.connection |
| 20 ------------------- |
| 21 |
| 22 .. automodule:: boto.sdb.connection |
| 23 :members: |
| 24 :undoc-members: |
| 25 |
| 26 boto.sdb.domain |
| 27 --------------- |
| 28 |
| 29 .. automodule:: boto.sdb.domain |
| 30 :members: |
| 31 :undoc-members: |
| 32 |
| 33 boto.sdb.item |
| 34 ------------- |
| 35 |
| 36 .. automodule:: boto.sdb.item |
| 37 :members: |
| 38 :undoc-members: |
| 39 |
| 40 boto.sdb.queryresultset |
| 41 ----------------------- |
| 42 |
| 43 .. automodule:: boto.sdb.queryresultset |
| 44 :members: |
| 45 :undoc-members: |
OLD | NEW |