File: class-sqlobject.rdbhost.rdbhostconnection.RdbhostConnection.html

package info (click to toggle)
sqlobject 3.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,280 kB
  • ctags: 17,912
  • sloc: python: 16,713; sh: 18; makefile: 13
file content (83 lines) | stat: -rw-r--r-- 3,246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

  <h1 class="pudge-member-page-heading">
    <tt>RdbhostConnection</tt>
  </h1>
  <p class="pudge-member-parent-link">
    <small>
    The RdbhostConnection class is accessible via the
    <a href="module-sqlobject.rdbhost.rdbhostconnection.html">
      <tt>sqlobject.rdbhost.rdbhostconnection</tt>
    </a> module.
    </small>
  </p>
  <div id="pudge-section-nav">
  <ul>
    <li>
      <a href="#attributes" class="pudge-section-link">
        Attributes (3)
      </a>
    </li><li>
      <a href="#methods" class="pudge-section-link">
        Methods (2)
      </a>
    </li>
    <li>
      <a href="sqlobject/rdbhost/rdbhostconnection.py.html?f=11&amp;l=77#11" class="pudge-section-link">
        Source
      </a>
    </li>
  </ul>
  </div>
  <div style="clear: left"></div>
  <hr>
    <a name="attributes"></a>
    <h2>Attributes</h2>
    <div class="pudge-member name">
    <a name="supportTransactions"></a>
    <h4 class="pudge-member-name"><span class="prefix">a</span>
      <tt><a href="class-sqlobject.rdbhost.rdbhostconnection.RdbhostConnection.html#supportTransactions" class="pudge-obj-link">supportTransactions</a></tt></h4>
    <div class="pudge-section rst">
      <pre>False</pre>
    </div>
  </div><div class="pudge-member name">
    <a name="schemes"></a>
    <h4 class="pudge-member-name"><span class="prefix">a</span>
      <tt><a href="class-sqlobject.rdbhost.rdbhostconnection.RdbhostConnection.html#schemes" class="pudge-obj-link">schemes</a></tt></h4>
    <div class="pudge-section rst">
      <pre>['rdbhost']</pre>
    </div>
  </div><div class="pudge-member name">
    <a name="dbName"></a>
    <h4 class="pudge-member-name"><span class="prefix">a</span>
      <tt><a href="class-sqlobject.rdbhost.rdbhostconnection.RdbhostConnection.html#dbName" class="pudge-obj-link">dbName</a></tt></h4>
    <div class="pudge-section rst">
      <pre>'rdbhost'</pre>
    </div>
  </div>
    <a name="methods"></a>
    <h2>Methods</h2>
    <div class="pudge-member routine ">
    <a name="__init__"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.rdbhost.rdbhostconnection.RdbhostConnection.html#__init__" class="pudge-obj-link">__init__</a>(self, dsn=None, host=None, port=None, db=None, user=None, password=None, unicodeCols=False, driver='rdbhost', **kw)</tt>
      <a href="sqlobject/rdbhost/rdbhostconnection.py.html?f=17&amp;l=77#17" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div><div class="pudge-member routine alias">
    <a name="__del__"></a>
    <h4 class="pudge-member-name"><span class="prefix">f</span>
      <tt><a href="class-sqlobject.rdbhost.rdbhostconnection.RdbhostConnection.html#__del__" class="pudge-obj-link">__del__</a>(self)</tt>
      <a href="sqlobject/dbconnection.py.html?f=705&amp;l=707#705" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
    </div>
  </div>
  <p>
    <small>
    See 
    <a href="sqlobject/rdbhost/rdbhostconnection.py.html?f=11&amp;l=77#11" title="sqlobject/rdbhost/rdbhostconnection.py:11">the source</a>
    for more information.
    </small>
  </p>