PageRenderTime 38ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/applications/examples/static/epydoc/web2py.gluon.contrib.pymysql.err.ProgrammingError-class.html

https://github.com/goldenboy/skiheilw2p
HTML | 209 lines | 173 code | 13 blank | 23 comment | 0 complexity | a52b158823fa5f5666656b2f1580bf3e MD5 | raw file
  1. <?xml version="1.0" encoding="ascii"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>web2py.gluon.contrib.pymysql.err.ProgrammingError</title>
  7. <link rel="stylesheet" href="epydoc.css" type="text/css" />
  8. <script type="text/javascript" src="epydoc.js"></script>
  9. </head>
  10. <body bgcolor="white" text="black" link="blue" vlink="#204080"
  11. alink="#204080">
  12. <!-- ==================== NAVIGATION BAR ==================== -->
  13. <table class="navbar" border="0" width="100%" cellpadding="0"
  14. bgcolor="#a0c0ff" cellspacing="0">
  15. <tr valign="middle">
  16. <!-- Home link -->
  17. <th>&nbsp;&nbsp;&nbsp;<a
  18. href="web2py.gluon-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
  19. <!-- Tree link -->
  20. <th>&nbsp;&nbsp;&nbsp;<a
  21. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  22. <!-- Index link -->
  23. <th>&nbsp;&nbsp;&nbsp;<a
  24. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  25. <!-- Help link -->
  26. <th>&nbsp;&nbsp;&nbsp;<a
  27. href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  28. <!-- Project homepage -->
  29. <th class="navbar" align="right" width="100%">
  30. <table border="0" cellpadding="0" cellspacing="0">
  31. <tr><th class="navbar" align="center"
  32. ><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
  33. </tr></table></th>
  34. </tr>
  35. </table>
  36. <table width="100%" cellpadding="0" cellspacing="0">
  37. <tr valign="top">
  38. <td width="100%">
  39. <span class="breadcrumbs">
  40. Package&nbsp;web2py ::
  41. <a href="web2py.gluon-module.html">Package&nbsp;gluon</a> ::
  42. Package&nbsp;contrib ::
  43. <a href="web2py.gluon.contrib.pymysql-module.html">Package&nbsp;pymysql</a> ::
  44. Module&nbsp;err ::
  45. Class&nbsp;ProgrammingError
  46. </span>
  47. </td>
  48. <td>
  49. <table cellpadding="0" cellspacing="0">
  50. <!-- hide/show private -->
  51. <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
  52. onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
  53. <tr><td align="right"><span class="options"
  54. >[<a href="frames.html" target="_top">frames</a
  55. >]&nbsp;|&nbsp;<a href="web2py.gluon.contrib.pymysql.err.ProgrammingError-class.html"
  56. target="_top">no&nbsp;frames</a>]</span></td></tr>
  57. </table>
  58. </td>
  59. </tr>
  60. </table>
  61. <!-- ==================== CLASS DESCRIPTION ==================== -->
  62. <h1 class="epydoc">Class ProgrammingError</h1><br /><br />
  63. <pre class="base-tree">
  64. object --+
  65. |
  66. exceptions.BaseException --+
  67. |
  68. <a href="exceptions.Exception-class.html">exceptions.Exception</a> --+
  69. |
  70. MySQLError --+
  71. |
  72. <a href="web2py.gluon.contrib.pymysql.err.Error-class.html">Error</a> --+
  73. |
  74. <a href="web2py.gluon.contrib.pymysql.err.DatabaseError-class.html">DatabaseError</a> --+
  75. |
  76. <strong class="uidshort">ProgrammingError</strong>
  77. </pre>
  78. <hr />
  79. Exception raised for programming errors, e.g. table not found or
  80. already exists, syntax error in the SQL statement, wrong number of
  81. parameters specified, etc.<br /><br />
  82. <!-- ==================== INSTANCE METHODS ==================== -->
  83. <a name="section-InstanceMethods"></a>
  84. <table class="summary" border="1" cellpadding="3"
  85. cellspacing="0" width="100%" bgcolor="white">
  86. <tr bgcolor="#70b0f0" class="table-header">
  87. <td colspan="2" class="table-header">
  88. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  89. <tr valign="top">
  90. <td align="left"><span class="table-header">Instance Methods</span></td>
  91. <td align="right" valign="top"
  92. ><span class="options">[<a href="#section-InstanceMethods"
  93. class="privatelink" onclick="toggle_private();"
  94. >hide private</a>]</span></td>
  95. </tr>
  96. </table>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td colspan="2" class="summary">
  101. <p class="indent-wrapped-lines"><b>Inherited from <code><a href="exceptions.Exception-class.html">exceptions.Exception</a></code></b>:
  102. <code><a href="exceptions.Exception-class.html#__init__">__init__</a></code>,
  103. <code><a href="exceptions.Exception-class.html#__new__">__new__</a></code>
  104. </p>
  105. <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
  106. <code>__delattr__</code>,
  107. <code>__getattribute__</code>,
  108. <code>__getitem__</code>,
  109. <code>__getslice__</code>,
  110. <code>__reduce__</code>,
  111. <code>__repr__</code>,
  112. <code>__setattr__</code>,
  113. <code>__setstate__</code>,
  114. <code>__str__</code>
  115. </p>
  116. <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
  117. <code>__hash__</code>,
  118. <code>__reduce_ex__</code>
  119. </p>
  120. </td>
  121. </tr>
  122. </table>
  123. <!-- ==================== PROPERTIES ==================== -->
  124. <a name="section-Properties"></a>
  125. <table class="summary" border="1" cellpadding="3"
  126. cellspacing="0" width="100%" bgcolor="white">
  127. <tr bgcolor="#70b0f0" class="table-header">
  128. <td colspan="2" class="table-header">
  129. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  130. <tr valign="top">
  131. <td align="left"><span class="table-header">Properties</span></td>
  132. <td align="right" valign="top"
  133. ><span class="options">[<a href="#section-Properties"
  134. class="privatelink" onclick="toggle_private();"
  135. >hide private</a>]</span></td>
  136. </tr>
  137. </table>
  138. </td>
  139. </tr>
  140. <tr>
  141. <td colspan="2" class="summary">
  142. <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
  143. <code>args</code>,
  144. <code>message</code>
  145. </p>
  146. <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
  147. <code>__class__</code>
  148. </p>
  149. </td>
  150. </tr>
  151. </table>
  152. <!-- ==================== NAVIGATION BAR ==================== -->
  153. <table class="navbar" border="0" width="100%" cellpadding="0"
  154. bgcolor="#a0c0ff" cellspacing="0">
  155. <tr valign="middle">
  156. <!-- Home link -->
  157. <th>&nbsp;&nbsp;&nbsp;<a
  158. href="web2py.gluon-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
  159. <!-- Tree link -->
  160. <th>&nbsp;&nbsp;&nbsp;<a
  161. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  162. <!-- Index link -->
  163. <th>&nbsp;&nbsp;&nbsp;<a
  164. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  165. <!-- Help link -->
  166. <th>&nbsp;&nbsp;&nbsp;<a
  167. href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  168. <!-- Project homepage -->
  169. <th class="navbar" align="right" width="100%">
  170. <table border="0" cellpadding="0" cellspacing="0">
  171. <tr><th class="navbar" align="center"
  172. ><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
  173. </tr></table></th>
  174. </tr>
  175. </table>
  176. <table border="0" cellpadding="0" cellspacing="0" width="100%%">
  177. <tr>
  178. <td align="left" class="footer">
  179. Generated by Epydoc 3.0beta1 on Sun Jun 26 19:25:35 2011
  180. </td>
  181. <td align="right" class="footer">
  182. <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
  183. </td>
  184. </tr>
  185. </table>
  186. <script type="text/javascript">
  187. <!--
  188. // Private objects are initially displayed (because if
  189. // javascript is turned off then we want them to be
  190. // visible); but by default, we want to hide them. So hide
  191. // them unless we have a cookie that says to show them.
  192. checkCookie()
  193. // -->
  194. </script>
  195. </body>
  196. </html>