| OLD | NEW |
| 1 .. ref-sdb | 1 .. ref-sdbdb |
| 2 | 2 |
| 3 === | 3 ================ |
| 4 sdb | 4 SDB DB Reference |
| 5 === | 5 ================ |
| 6 | 6 |
| 7 boto.sdb | 7 This module offers an ORM-like layer on top of SimpleDB. |
| 8 -------- | |
| 9 | |
| 10 .. automodule:: boto.sdb | |
| 11 :members: | |
| 12 :undoc-members: | |
| 13 | |
| 14 boto.sdb.connection | |
| 15 ------------------- | |
| 16 | |
| 17 .. automodule:: boto.sdb.connection | |
| 18 :members: | |
| 19 :undoc-members: | |
| 20 | 8 |
| 21 boto.sdb.db | 9 boto.sdb.db |
| 22 ----------- | 10 ----------- |
| 23 | 11 |
| 24 .. automodule:: boto.sdb.db | 12 .. automodule:: boto.sdb.db |
| 25 :members: | 13 :members: |
| 26 :undoc-members: | 14 :undoc-members: |
| 27 | 15 |
| 28 boto.sdb.db.blob | 16 boto.sdb.db.blob |
| 29 ---------------- | 17 ---------------- |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 .. automodule:: boto.sdb.db.property | 74 .. automodule:: boto.sdb.db.property |
| 87 :members: | 75 :members: |
| 88 :undoc-members: | 76 :undoc-members: |
| 89 | 77 |
| 90 boto.sdb.db.query | 78 boto.sdb.db.query |
| 91 ----------------- | 79 ----------------- |
| 92 | 80 |
| 93 .. automodule:: boto.sdb.db.query | 81 .. automodule:: boto.sdb.db.query |
| 94 :members: | 82 :members: |
| 95 :undoc-members: | 83 :undoc-members: |
| 96 | |
| 97 boto.sdb.domain | |
| 98 --------------- | |
| 99 | |
| 100 .. automodule:: boto.sdb.domain | |
| 101 :members: | |
| 102 :undoc-members: | |
| 103 | |
| 104 boto.sdb.item | |
| 105 ------------- | |
| 106 | |
| 107 .. automodule:: boto.sdb.item | |
| 108 :members: | |
| 109 :undoc-members: | |
| 110 | |
| 111 boto.sdb.persist | |
| 112 ---------------- | |
| 113 | |
| 114 .. automodule:: boto.sdb.persist | |
| 115 :members: | |
| 116 :undoc-members: | |
| 117 | |
| 118 boto.sdb.persist.checker | |
| 119 ------------------------ | |
| 120 | |
| 121 .. automodule:: boto.sdb.persist.checker | |
| 122 :members: | |
| 123 :undoc-members: | |
| 124 | |
| 125 boto.sdb.persist.object | |
| 126 ----------------------- | |
| 127 | |
| 128 .. automodule:: boto.sdb.persist.object | |
| 129 :members: | |
| 130 :undoc-members: | |
| 131 | |
| 132 boto.sdb.persist.property | |
| 133 ------------------------- | |
| 134 | |
| 135 .. automodule:: boto.sdb.persist.property | |
| 136 :members: | |
| 137 :undoc-members: | |
| 138 | |
| 139 boto.sdb.queryresultset | |
| 140 ----------------------- | |
| 141 | |
| 142 .. automodule:: boto.sdb.queryresultset | |
| 143 :members: | |
| 144 :undoc-members: | |
| OLD | NEW |