| Index: third_party/gsutil/boto/docs/source/ref/sdb.rst
|
| diff --git a/third_party/gsutil/boto/docs/source/ref/sdb.rst b/third_party/gsutil/boto/docs/source/ref/sdb.rst
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..28946f828155c36b277ee0ceb7e52640173fff4d
|
| --- /dev/null
|
| +++ b/third_party/gsutil/boto/docs/source/ref/sdb.rst
|
| @@ -0,0 +1,45 @@
|
| +.. ref-sdb
|
| +
|
| +=============
|
| +SDB Reference
|
| +=============
|
| +
|
| +In addition to what is seen below, boto includes an abstraction
|
| +layer for SimpleDB that may be used:
|
| +
|
| +* :doc:`SimpleDB DB <sdb_db>` (Maintained, but little documentation)
|
| +
|
| +boto.sdb
|
| +--------
|
| +
|
| +.. automodule:: boto.sdb
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.connection
|
| +-------------------
|
| +
|
| +.. automodule:: boto.sdb.connection
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.domain
|
| +---------------
|
| +
|
| +.. automodule:: boto.sdb.domain
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.item
|
| +-------------
|
| +
|
| +.. automodule:: boto.sdb.item
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.queryresultset
|
| +-----------------------
|
| +
|
| +.. automodule:: boto.sdb.queryresultset
|
| + :members:
|
| + :undoc-members:
|
|
|