summaryrefslogtreecommitdiff
path: root/doc/MySQLdb.constants.rst
diff options
context:
space:
mode:
authorfarcepest <farcepest@gmail.com>2012-10-11 09:57:21 -0400
committerfarcepest <farcepest@gmail.com>2012-10-11 09:57:21 -0400
commitb144911dfbb0ecc46bcf58e1571f619d8ae2ac43 (patch)
treebe424c14312d332bf2ac06ac39771a2284a5bc1a /doc/MySQLdb.constants.rst
parentfc0c03aaae4198b306192278c02768dc4275e561 (diff)
parent451f88ef82ff113591ea275a7fd67f9a628b25e6 (diff)
downloadmysqldb1-b144911dfbb0ecc46bcf58e1571f619d8ae2ac43.tar.gz
Merge branch 'sphinx' into MySQLdb-1.2
Diffstat (limited to 'doc/MySQLdb.constants.rst')
-rw-r--r--doc/MySQLdb.constants.rst59
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/MySQLdb.constants.rst b/doc/MySQLdb.constants.rst
new file mode 100644
index 0000000..e28dee2
--- /dev/null
+++ b/doc/MySQLdb.constants.rst
@@ -0,0 +1,59 @@
+constants Package
+=================
+
+:mod:`constants` Package
+------------------------
+
+.. automodule:: MySQLdb.constants
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`CLIENT` Module
+--------------------
+
+.. automodule:: MySQLdb.constants.CLIENT
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`CR` Module
+----------------
+
+.. automodule:: MySQLdb.constants.CR
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`ER` Module
+----------------
+
+.. automodule:: MySQLdb.constants.ER
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`FIELD_TYPE` Module
+------------------------
+
+.. automodule:: MySQLdb.constants.FIELD_TYPE
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`FLAG` Module
+------------------
+
+.. automodule:: MySQLdb.constants.FLAG
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`REFRESH` Module
+---------------------
+
+.. automodule:: MySQLdb.constants.REFRESH
+ :members:
+ :undoc-members:
+ :show-inheritance:
+