File: module-sqlobject.maxdb.maxdbconnection.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 (161 lines) | stat: -rw-r--r-- 6,644 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

  <h1 class="pudge-member-page-heading">
    <tt>maxdbconnection</tt>
  </h1>
  <h4 class="pudge-member-page-subheading">
    Contributed by Edigram SAS, Paris France <a href="Tel:01" class="reference external">Tel:01</a> 44 77 94 00
Ahmed MOHAMED ALI &lt;<a href="mailto:ahmedmoali@yahoo.com" class="reference external">ahmedmoali@yahoo.com</a>> 27 April 2004
  </h4>
  <p class="pudge-member-parent-link">
    <small>
    The maxdbconnection module is accessible via the
    <a href="module-sqlobject.maxdb.html">
      <tt>sqlobject.maxdb</tt>
    </a> module.
    </small>
  </p>
  <div id="pudge-section-nav">
  <ul>
    <li>
      <a href="#attributes" class="pudge-section-link">
        Attributes (2)
      </a>
    </li><li>
      <span class="pudge-missing-section-link">
        Functions
      </span>
    </li><li>
      <a href="#classes" class="pudge-section-link">
        Classes (6)
      </a>
    </li><li>
      <span class="pudge-missing-section-link">
        Modules
      </span>
    </li>
    <li>
      <a href="module-sqlobject.maxdb.maxdbconnection-index.html" class="pudge-section-link">
        Index
      </a>
    </li>
    <li>
      <a href="sqlobject/maxdb/maxdbconnection.py.html" class="pudge-section-link">
        Source
      </a>
    </li>
  </ul>
  </div>
  <div style="clear: left"></div>
  <div class="rst pudge-module-doc">
    <p>This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.</p>
<p>connection creation sample:</p>
<pre class="literal-block">
__connection__ = DBConnection.maxdbConnection(
    host=hostname, database=dbname,
    user=user_name, password=user_password, autoCommit=1, debug=1)
</pre>
  </div>
  <hr>
    <a name="attributes"></a>
    <h2>Attributes</h2>
    <div class="pudge-member name">
    <a name="__package__"></a>
    <h4 class="pudge-member-name"><span class="prefix">a</span>
      <tt><a href="module-sqlobject.maxdb.maxdbconnection.html#__package__" class="pudge-obj-link">__package__</a></tt></h4>
    <div class="pudge-section rst">
      <pre>'sqlobject.maxdb'</pre>
    </div>
  </div><div class="pudge-member name">
    <a name="SAPDBMAX_ID_LENGTH"></a>
    <h4 class="pudge-member-name"><span class="prefix">a</span>
      <tt><a href="module-sqlobject.maxdb.maxdbconnection.html#SAPDBMAX_ID_LENGTH" class="pudge-obj-link">SAPDBMAX_ID_LENGTH</a></tt></h4>
    <div class="pudge-section rst">
      <pre>32</pre>
    </div>
  </div>
    <a name="classes"></a>
    <h2>Classes</h2>
    <div class="pudge-member class ">
    <h4 class="pudge-member-name"><span class="prefix">C</span>
      <tt>
        <a href="class-sqlobject.maxdb.maxdbconnection.maxdbException.html" class="pudge-obj-link">maxdbException</a>(...)</tt>
      <a href="sqlobject/maxdb/maxdbconnection.py.html?f=22&amp;l=29#22" class="pudge-member-view-source" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
      <p class="note">
        This class contains <a href="class-sqlobject.maxdb.maxdbconnection.maxdbException.html#members">
          10 members</a>.
      </p>
    </div>
  </div><div class="pudge-member class ">
    <h4 class="pudge-member-name"><span class="prefix">C</span>
      <tt>
        <a href="class-sqlobject.maxdb.maxdbconnection.LowerBoundOfSliceIsNotSupported.html" class="pudge-obj-link">LowerBoundOfSliceIsNotSupported</a>(...)</tt>
      <a href="sqlobject/maxdb/maxdbconnection.py.html?f=31&amp;l=34#31" class="pudge-member-view-source" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
      <p class="note">
        This class contains <a href="class-sqlobject.maxdb.maxdbconnection.LowerBoundOfSliceIsNotSupported.html#members">
          10 members</a>.
      </p>
    </div>
  </div><div class="pudge-member class ">
    <h4 class="pudge-member-name"><span class="prefix">C</span>
      <tt>
        <a href="class-sqlobject.maxdb.maxdbconnection.IncorrectIDStyleError.html" class="pudge-obj-link">IncorrectIDStyleError</a>(...)</tt>
      <a href="sqlobject/maxdb/maxdbconnection.py.html?f=36&amp;l=43#36" class="pudge-member-view-source" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
      <p class="note">
        This class contains <a href="class-sqlobject.maxdb.maxdbconnection.IncorrectIDStyleError.html#members">
          10 members</a>.
      </p>
    </div>
  </div><div class="pudge-member class ">
    <h4 class="pudge-member-name"><span class="prefix">C</span>
      <tt>
        <a href="class-sqlobject.maxdb.maxdbconnection.StyleMismatchError.html" class="pudge-obj-link">StyleMismatchError</a>(...)</tt>
      <a href="sqlobject/maxdb/maxdbconnection.py.html?f=45&amp;l=51#45" class="pudge-member-view-source" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
      <p class="note">
        This class contains <a href="class-sqlobject.maxdb.maxdbconnection.StyleMismatchError.html#members">
          10 members</a>.
      </p>
    </div>
  </div><div class="pudge-member class ">
    <h4 class="pudge-member-name"><span class="prefix">C</span>
      <tt>
        <a href="class-sqlobject.maxdb.maxdbconnection.PrimaryKeyNotFounded.html" class="pudge-obj-link">PrimaryKeyNotFounded</a>(...)</tt>
      <a href="sqlobject/maxdb/maxdbconnection.py.html?f=53&amp;l=58#53" class="pudge-member-view-source" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
      <p class="note">
        This class contains <a href="class-sqlobject.maxdb.maxdbconnection.PrimaryKeyNotFounded.html#members">
          10 members</a>.
      </p>
    </div>
  </div><div class="pudge-member class ">
    <h4 class="pudge-member-name"><span class="prefix">C</span>
      <tt>
        <a href="class-sqlobject.maxdb.maxdbconnection.MaxdbConnection.html" class="pudge-obj-link">MaxdbConnection</a>(...)</tt>
      <a href="sqlobject/maxdb/maxdbconnection.py.html?f=63&amp;l=320#63" class="pudge-member-view-source" title="View Source">...</a>
    </h4>
    <div class="pudge-section rst">
      <p class="note">
        This class contains <a href="class-sqlobject.maxdb.maxdbconnection.MaxdbConnection.html#members">
          22 members</a>.
      </p>
    </div>
  </div>
  <p>
    <small>
    See 
    <a href="sqlobject/maxdb/maxdbconnection.py.html" title="sqlobject/maxdb/maxdbconnection.py:0">the source</a>
    for more information.
    </small>
  </p>