| OLD | NEW |
| (Empty) |
| 1 .. ref-sdb | |
| 2 | |
| 3 === | |
| 4 sdb | |
| 5 === | |
| 6 | |
| 7 boto.sdb | |
| 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 | |
| 21 boto.sdb.db | |
| 22 ----------- | |
| 23 | |
| 24 .. automodule:: boto.sdb.db | |
| 25 :members: | |
| 26 :undoc-members: | |
| 27 | |
| 28 boto.sdb.db.blob | |
| 29 ---------------- | |
| 30 | |
| 31 .. automodule:: boto.sdb.db.blob | |
| 32 :members: | |
| 33 :undoc-members: | |
| 34 | |
| 35 boto.sdb.db.key | |
| 36 --------------- | |
| 37 | |
| 38 .. automodule:: boto.sdb.db.key | |
| 39 :members: | |
| 40 :undoc-members: | |
| 41 | |
| 42 boto.sdb.db.manager | |
| 43 ------------------- | |
| 44 | |
| 45 .. automodule:: boto.sdb.db.manager | |
| 46 :members: | |
| 47 :undoc-members: | |
| 48 | |
| 49 boto.sdb.db.manager.pgmanager | |
| 50 ----------------------------- | |
| 51 | |
| 52 .. note:: | |
| 53 | |
| 54 This module requires psycopg2__ to be installed in the Python path. | |
| 55 | |
| 56 __ http://initd.org/ | |
| 57 | |
| 58 .. automodule:: boto.sdb.db.manager.pgmanager | |
| 59 :members: | |
| 60 :undoc-members: | |
| 61 | |
| 62 boto.sdb.db.manager.sdbmanager | |
| 63 ------------------------------ | |
| 64 | |
| 65 .. automodule:: boto.sdb.db.manager.sdbmanager | |
| 66 :members: | |
| 67 :undoc-members: | |
| 68 | |
| 69 boto.sdb.db.manager.xmlmanager | |
| 70 ------------------------------ | |
| 71 | |
| 72 .. automodule:: boto.sdb.db.manager.xmlmanager | |
| 73 :members: | |
| 74 :undoc-members: | |
| 75 | |
| 76 boto.sdb.db.model | |
| 77 ----------------- | |
| 78 | |
| 79 .. automodule:: boto.sdb.db.model | |
| 80 :members: | |
| 81 :undoc-members: | |
| 82 | |
| 83 boto.sdb.db.property | |
| 84 -------------------- | |
| 85 | |
| 86 .. automodule:: boto.sdb.db.property | |
| 87 :members: | |
| 88 :undoc-members: | |
| 89 | |
| 90 boto.sdb.db.query | |
| 91 ----------------- | |
| 92 | |
| 93 .. automodule:: boto.sdb.db.query | |
| 94 :members: | |
| 95 :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 |