1 |
jonen |
1.1 |
<?xml version="1.0" encoding="iso-8859-1"?> |
2 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
4 |
|
|
<head> |
5 |
|
|
<!-- template designed by Marco Von Ballmoos --> |
6 |
|
|
<title>Docs For Class PGSQLDataListSource</title> |
7 |
|
|
<link rel="stylesheet" href="../media/stylesheet.css" /> |
8 |
|
|
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> |
9 |
|
|
</head> |
10 |
|
|
<body> |
11 |
|
|
<div class="page-body"> |
12 |
|
|
<h2 class="class-name">Class PGSQLDataListSource</h2> |
13 |
|
|
|
14 |
|
|
<a name="sec-description"></a> |
15 |
|
|
<div class="info-box"> |
16 |
|
|
<div class="info-box-title">Description</div> |
17 |
|
|
<div class="nav-bar"> |
18 |
|
|
<span class="disabled">Description</span> | |
19 |
|
|
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) |
20 |
|
|
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
21 |
|
|
|
22 |
|
|
</div> |
23 |
|
|
<div class="info-box-body"> |
24 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
25 |
|
|
<p class="short-description">This SQLDataListSource child class interacts with</p> |
26 |
|
|
<p class="description"><p>with a PostgreSQL Database using built in pg_* calls. This assumes that you have PostgreSQL support compiled into PHP</p><p>How to use? in the DataList child's get_data_source() method you pass in the result of the pg_connect() call to the constructor.</p></p> |
27 |
|
|
<ul class="tags"> |
28 |
|
|
<li><span class="field">author:</span> <p>Walter A. Boring IV <<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>></p></li> |
29 |
|
|
<li><span class="field">author:</span> <p>Aris Basic <<a href="mailto:aris.basic@silencesoftware.com">mailto:aris.basic@silencesoftware.com</a>></p></li> |
30 |
|
|
</ul> |
31 |
|
|
<p class="notes"> |
32 |
|
|
Located in <a class="field" href="_widgets_data_list_PGSQLDataListSource_inc.html">Program_Root/widgets/data_list/PGSQLDataListSource.inc</a> (line <span class="field">34</span>) |
33 |
|
|
</p> |
34 |
|
|
|
35 |
|
|
|
36 |
|
|
<pre><a href="../phpHtmlLib/DataListSource.html">DataListSource</a> |
37 |
|
|
| |
38 |
|
|
--<a href="../phpHtmlLib/SQLDataListSource.html">SQLDataListSource</a> |
39 |
|
|
| |
40 |
|
|
--PGSQLDataListSource</pre> |
41 |
|
|
|
42 |
|
|
</div> |
43 |
|
|
</div> |
44 |
|
|
|
45 |
|
|
|
46 |
|
|
<a name="sec-var-summary"></a> |
47 |
|
|
<div class="info-box"> |
48 |
|
|
<div class="info-box-title">Variable Summary</span></div> |
49 |
|
|
<div class="nav-bar"> |
50 |
|
|
<a href="#sec-description">Description</a> | |
51 |
|
|
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) |
52 |
|
|
| |
53 |
|
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
54 |
|
|
|
55 |
|
|
</div> |
56 |
|
|
<div class="info-box-body"> |
57 |
|
|
<div class="var-summary"> |
58 |
|
|
<div class="var-title"> |
59 |
|
|
<span class="var-type">mixed</span> |
60 |
|
|
<a href="#$_db" title="details" class="var-name">$_db</a> |
61 |
|
|
</div> |
62 |
|
|
<div class="var-title"> |
63 |
|
|
<span class="var-type">mixed</span> |
64 |
|
|
<a href="#$_result" title="details" class="var-name">$_result</a> |
65 |
|
|
</div> |
66 |
|
|
</div> |
67 |
|
|
</div> |
68 |
|
|
</div> |
69 |
|
|
|
70 |
|
|
<a name="sec-method-summary"></a> |
71 |
|
|
<div class="info-box"> |
72 |
|
|
<div class="info-box-title">Method Summary</span></div> |
73 |
|
|
<div class="nav-bar"> |
74 |
|
|
<a href="#sec-description">Description</a> | |
75 |
|
|
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) |
76 |
|
|
|
77 |
|
|
| |
78 |
|
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) |
79 |
|
|
</div> |
80 |
|
|
<div class="info-box-body"> |
81 |
|
|
<div class="method-summary"> |
82 |
|
|
|
83 |
|
|
<div class="method-definition"> |
84 |
|
|
<span class="method-result">void</span> |
85 |
|
|
<a href="#PGSQLDataListSource" title="details" class="method-name">PGSQLDataListSource</a> |
86 |
|
|
(<span class="var-type">result</span> <span class="var-name">$db</span>) |
87 |
|
|
</div> |
88 |
|
|
|
89 |
|
|
<div class="method-definition"> |
90 |
|
|
<span class="method-result">string</span> |
91 |
|
|
<a href="#build_limit_clause" title="details" class="method-name">build_limit_clause</a> |
92 |
|
|
(<span class="var-type">mixed</span> <span class="var-name">$offset</span>, <span class="var-type">mixed</span> <span class="var-name">$limit</span>) |
93 |
|
|
</div> |
94 |
|
|
|
95 |
|
|
<div class="method-definition"> |
96 |
|
|
<span class="method-result">int</span> |
97 |
|
|
<a href="#count" title="details" class="method-name">count</a> |
98 |
|
|
(<span class="var-type">mixed</span> <span class="var-name">$tables</span>, [<span class="var-type">string</span> <span class="var-name">$where_clause</span> = <span class="var-default">''</span>], [<span class="var-type">mixed</span> <span class="var-name">$count_clause</span> = <span class="var-default">'*'</span>], <span class="var-type">string</span> <span class="var-name">$table</span>) |
99 |
|
|
</div> |
100 |
|
|
|
101 |
|
|
<div class="method-definition"> |
102 |
|
|
<span class="method-result">void</span> |
103 |
|
|
<a href="#do_query" title="details" class="method-name">do_query</a> |
104 |
|
|
() |
105 |
|
|
</div> |
106 |
|
|
|
107 |
|
|
<div class="method-definition"> |
108 |
|
|
<span class="method-result">array()</span> |
109 |
|
|
<a href="#get_next_data_row" title="details" class="method-name">get_next_data_row</a> |
110 |
|
|
() |
111 |
|
|
</div> |
112 |
|
|
|
113 |
|
|
<div class="method-definition"> |
114 |
|
|
<span class="method-result">void</span> |
115 |
|
|
<a href="#set_db_object" title="details" class="method-name">set_db_object</a> |
116 |
|
|
(<span class="var-type">object -</span> <span class="var-name">$db</span>) |
117 |
|
|
</div> |
118 |
|
|
</div> |
119 |
|
|
</div> |
120 |
|
|
</div> |
121 |
|
|
|
122 |
|
|
<a name="sec-vars"></a> |
123 |
|
|
<div class="info-box"> |
124 |
|
|
<div class="info-box-title">Variables</div> |
125 |
|
|
<div class="nav-bar"> |
126 |
|
|
<a href="#sec-description">Description</a> | |
127 |
|
|
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) |
128 |
|
|
|
129 |
|
|
|
130 |
|
|
| |
131 |
|
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
132 |
|
|
|
133 |
|
|
</div> |
134 |
|
|
<div class="info-box-body"> |
135 |
|
|
<a name="var$_db" id="$_db"><!-- --></A> |
136 |
|
|
<div class="oddrow"> |
137 |
|
|
|
138 |
|
|
<div class="var-header"> |
139 |
|
|
<span class="var-title"> |
140 |
|
|
<span class="var-type">mixed</span> |
141 |
|
|
<span class="var-name">$_db</span> |
142 |
|
|
= <span class="var-default"> NULL</span> (line <span class="line-number">42</span>) |
143 |
|
|
</span> |
144 |
|
|
</div> |
145 |
|
|
|
146 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
147 |
|
|
<p class="short-description">This var holds the Database connection reference</p> |
148 |
|
|
<p class="description"><p>that is used to do the sql queries It is assumed that the db is already connected to and is valid postgresi connection reference</p></p> |
149 |
|
|
|
150 |
|
|
|
151 |
|
|
|
152 |
|
|
|
153 |
|
|
|
154 |
|
|
</div> |
155 |
|
|
<a name="var$_result" id="$_result"><!-- --></A> |
156 |
|
|
<div class="evenrow"> |
157 |
|
|
|
158 |
|
|
<div class="var-header"> |
159 |
|
|
<span class="var-title"> |
160 |
|
|
<span class="var-type">mixed</span> |
161 |
|
|
<span class="var-name">$_result</span> |
162 |
|
|
= <span class="var-default"> NULL</span> (line <span class="line-number">47</span>) |
163 |
|
|
</span> |
164 |
|
|
</div> |
165 |
|
|
|
166 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
167 |
|
|
<p class="short-description">Result of pg_query()</p> |
168 |
|
|
|
169 |
|
|
|
170 |
|
|
|
171 |
|
|
|
172 |
|
|
|
173 |
|
|
</div> |
174 |
|
|
<h4>Inherited Variables</h4> |
175 |
|
|
<A NAME='inherited_vars'><!-- --></A> |
176 |
|
|
<p>Inherited from <span class="classname"><a href="../phpHtmlLib/SQLDataListSource.html">SQLDataListSource</a></span></p> |
177 |
|
|
<blockquote> |
178 |
|
|
<span class="var-title"> |
179 |
|
|
<span class="var-name"><a href="../phpHtmlLib/SQLDataListSource.html#var$_db_options">SQLDataListSource::$_db_options</a></span><br> |
180 |
|
|
</span> |
181 |
|
|
<span class="var-title"> |
182 |
|
|
<span class="var-name"><a href="../phpHtmlLib/SQLDataListSource.html#var$_query">SQLDataListSource::$_query</a></span><br> |
183 |
|
|
</span> |
184 |
|
|
</blockquote> |
185 |
|
|
<p>Inherited from <span class="classname"><a href="../phpHtmlLib/DataListSource.html">DataListSource</a></span></p> |
186 |
|
|
<blockquote> |
187 |
|
|
<span class="var-title"> |
188 |
|
|
<span class="var-name"><a href="../phpHtmlLib/DataListSource.html#var$_columns">DataListSource::$_columns</a></span><br> |
189 |
|
|
</span> |
190 |
|
|
<span class="var-title"> |
191 |
|
|
<span class="var-name"><a href="../phpHtmlLib/DataListSource.html#var$_data">DataListSource::$_data</a></span><br> |
192 |
|
|
</span> |
193 |
|
|
<span class="var-title"> |
194 |
|
|
<span class="var-name"><a href="../phpHtmlLib/DataListSource.html#var$_data_index">DataListSource::$_data_index</a></span><br> |
195 |
|
|
</span> |
196 |
|
|
<span class="var-title"> |
197 |
|
|
<span class="var-name"><a href="../phpHtmlLib/DataListSource.html#var$_not_found_message">DataListSource::$_not_found_message</a></span><br> |
198 |
|
|
</span> |
199 |
|
|
<span class="var-title"> |
200 |
|
|
<span class="var-name"><a href="../phpHtmlLib/DataListSource.html#var$_query_params">DataListSource::$_query_params</a></span><br> |
201 |
|
|
</span> |
202 |
|
|
</blockquote> |
203 |
|
|
|
204 |
|
|
</div> |
205 |
|
|
</div> |
206 |
|
|
|
207 |
|
|
<a name="sec-methods"></a> |
208 |
|
|
<div class="info-box"> |
209 |
|
|
<div class="info-box-title">Methods</div> |
210 |
|
|
<div class="nav-bar"> |
211 |
|
|
<a href="#sec-description">Description</a> | |
212 |
|
|
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) |
213 |
|
|
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) |
214 |
|
|
|
215 |
|
|
</div> |
216 |
|
|
<div class="info-box-body"> |
217 |
|
|
<A NAME='method_detail'></A> |
218 |
|
|
<a name="methodPGSQLDataListSource" id="PGSQLDataListSource"><!-- --></a> |
219 |
|
|
<div class="oddrow"> |
220 |
|
|
|
221 |
|
|
<div class="method-header"> |
222 |
|
|
<span class="method-title">Constructor PGSQLDataListSource</span> (line <span class="line-number">56</span>) |
223 |
|
|
</div> |
224 |
|
|
|
225 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
226 |
|
|
<p class="short-description">The constructor is used to pass in the postgres connection reference</p> |
227 |
|
|
|
228 |
|
|
<div class="method-signature"> |
229 |
|
|
<span class="method-result">void</span> |
230 |
|
|
<span class="method-name"> |
231 |
|
|
PGSQLDataListSource |
232 |
|
|
</span> |
233 |
|
|
(<span class="var-type">result</span> <span class="var-name">$db</span>) |
234 |
|
|
</div> |
235 |
|
|
|
236 |
|
|
<ul class="parameters"> |
237 |
|
|
<li> |
238 |
|
|
<span class="var-type">result</span> |
239 |
|
|
<span class="var-name">$db</span><span class="var-description">: <p>of pg_connect()</p></span> </li> |
240 |
|
|
</ul> |
241 |
|
|
|
242 |
|
|
|
243 |
|
|
</div> |
244 |
|
|
<a name="methodbuild_limit_clause" id="build_limit_clause"><!-- --></a> |
245 |
|
|
<div class="evenrow"> |
246 |
|
|
|
247 |
|
|
<div class="method-header"> |
248 |
|
|
<span class="method-title">build_limit_clause</span> (line <span class="line-number">101</span>) |
249 |
|
|
</div> |
250 |
|
|
|
251 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
252 |
|
|
<p class="short-description">This function builds the limit clause portion of a DB query.</p> |
253 |
|
|
<ul class="tags"> |
254 |
|
|
<li><span class="field">return:</span> <p>- the limit portion of the query.</p></li> |
255 |
|
|
</ul> |
256 |
|
|
|
257 |
|
|
<div class="method-signature"> |
258 |
|
|
<span class="method-result">string</span> |
259 |
|
|
<span class="method-name"> |
260 |
|
|
build_limit_clause |
261 |
|
|
</span> |
262 |
|
|
(<span class="var-type">mixed</span> <span class="var-name">$offset</span>, <span class="var-type">mixed</span> <span class="var-name">$limit</span>) |
263 |
|
|
</div> |
264 |
|
|
|
265 |
|
|
|
266 |
|
|
<hr class="separator" /> |
267 |
|
|
<div class="notes">Redefinition of:</div> |
268 |
|
|
<dl> |
269 |
|
|
<dt><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_limit_clause">SQLDataListSource::build_limit_clause()</a></dt> |
270 |
|
|
<dd>This function builds the limit clause portion of a DB query.</dd> |
271 |
|
|
</dl> |
272 |
|
|
|
273 |
|
|
</div> |
274 |
|
|
<a name="methodcount" id="count"><!-- --></a> |
275 |
|
|
<div class="oddrow"> |
276 |
|
|
|
277 |
|
|
<div class="method-header"> |
278 |
|
|
<span class="method-title">count</span> (line <span class="line-number">122</span>) |
279 |
|
|
</div> |
280 |
|
|
|
281 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
282 |
|
|
<p class="short-description">find the number of rows to be returned from a query from a table and where clause</p> |
283 |
|
|
<ul class="tags"> |
284 |
|
|
<li><span class="field">return:</span> <p>the # of rows</p></li> |
285 |
|
|
</ul> |
286 |
|
|
|
287 |
|
|
<div class="method-signature"> |
288 |
|
|
<span class="method-result">int</span> |
289 |
|
|
<span class="method-name"> |
290 |
|
|
count |
291 |
|
|
</span> |
292 |
|
|
(<span class="var-type">mixed</span> <span class="var-name">$tables</span>, [<span class="var-type">string</span> <span class="var-name">$where_clause</span> = <span class="var-default">''</span>], [<span class="var-type">mixed</span> <span class="var-name">$count_clause</span> = <span class="var-default">'*'</span>], <span class="var-type">string</span> <span class="var-name">$table</span>) |
293 |
|
|
</div> |
294 |
|
|
|
295 |
|
|
<ul class="parameters"> |
296 |
|
|
<li> |
297 |
|
|
<span class="var-type">string</span> |
298 |
|
|
<span class="var-name">$table</span><span class="var-description">: <p>- the table to count from</p></span> </li> |
299 |
|
|
<li> |
300 |
|
|
<span class="var-type">string</span> |
301 |
|
|
<span class="var-name">$where_clause</span><span class="var-description">: <p>- a where clause</p></span> </li> |
302 |
|
|
</ul> |
303 |
|
|
|
304 |
|
|
<hr class="separator" /> |
305 |
|
|
<div class="notes">Redefinition of:</div> |
306 |
|
|
<dl> |
307 |
|
|
<dt><a href="../phpHtmlLib/SQLDataListSource.html#methodcount">SQLDataListSource::count()</a></dt> |
308 |
|
|
<dd>find the number of rows to be returned from a query from a table and where clause</dd> |
309 |
|
|
</dl> |
310 |
|
|
|
311 |
|
|
</div> |
312 |
|
|
<a name="methoddo_query" id="do_query"><!-- --></a> |
313 |
|
|
<div class="evenrow"> |
314 |
|
|
|
315 |
|
|
<div class="method-header"> |
316 |
|
|
<span class="method-title">do_query</span> (line <span class="line-number">71</span>) |
317 |
|
|
</div> |
318 |
|
|
|
319 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
320 |
|
|
|
321 |
|
|
<div class="method-signature"> |
322 |
|
|
<span class="method-result">void</span> |
323 |
|
|
<span class="method-name"> |
324 |
|
|
do_query |
325 |
|
|
</span> |
326 |
|
|
() |
327 |
|
|
</div> |
328 |
|
|
|
329 |
|
|
|
330 |
|
|
<hr class="separator" /> |
331 |
|
|
<div class="notes">Redefinition of:</div> |
332 |
|
|
<dl> |
333 |
|
|
<dt><a href="../phpHtmlLib/SQLDataListSource.html#methoddo_query">SQLDataListSource::do_query()</a></dt> |
334 |
|
|
<dd>Do the query to the DB and pull in all of the records locally.</dd> |
335 |
|
|
</dl> |
336 |
|
|
|
337 |
|
|
</div> |
338 |
|
|
<a name="methodget_next_data_row" id="get_next_data_row"><!-- --></a> |
339 |
|
|
<div class="oddrow"> |
340 |
|
|
|
341 |
|
|
<div class="method-header"> |
342 |
|
|
<span class="method-title">get_next_data_row</span> (line <span class="line-number">90</span>) |
343 |
|
|
</div> |
344 |
|
|
|
345 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
346 |
|
|
<p class="short-description">This function gets the next data row from the query()</p> |
347 |
|
|
|
348 |
|
|
<div class="method-signature"> |
349 |
|
|
<span class="method-result">array()</span> |
350 |
|
|
<span class="method-name"> |
351 |
|
|
get_next_data_row |
352 |
|
|
</span> |
353 |
|
|
() |
354 |
|
|
</div> |
355 |
|
|
|
356 |
|
|
|
357 |
|
|
<hr class="separator" /> |
358 |
|
|
<div class="notes">Redefinition of:</div> |
359 |
|
|
<dl> |
360 |
|
|
<dt><a href="../phpHtmlLib/SQLDataListSource.html#methodget_next_data_row">SQLDataListSource::get_next_data_row()</a></dt> |
361 |
|
|
<dd>This function gets the next data row from the query()</dd> |
362 |
|
|
</dl> |
363 |
|
|
|
364 |
|
|
</div> |
365 |
|
|
<a name="methodset_db_object" id="set_db_object"><!-- --></a> |
366 |
|
|
<div class="evenrow"> |
367 |
|
|
|
368 |
|
|
<div class="method-header"> |
369 |
|
|
<span class="method-title">set_db_object</span> (line <span class="line-number">67</span>) |
370 |
|
|
</div> |
371 |
|
|
|
372 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
373 |
|
|
<p class="short-description">Set the DB object we will use to talk to the DB.</p> |
374 |
|
|
|
375 |
|
|
<div class="method-signature"> |
376 |
|
|
<span class="method-result">void</span> |
377 |
|
|
<span class="method-name"> |
378 |
|
|
set_db_object |
379 |
|
|
</span> |
380 |
|
|
(<span class="var-type">object -</span> <span class="var-name">$db</span>) |
381 |
|
|
</div> |
382 |
|
|
|
383 |
|
|
<ul class="parameters"> |
384 |
|
|
<li> |
385 |
|
|
<span class="var-type">object -</span> |
386 |
|
|
<span class="var-name">$db</span><span class="var-description">: <p>the babw_db object.</p></span> </li> |
387 |
|
|
</ul> |
388 |
|
|
|
389 |
|
|
|
390 |
|
|
</div> |
391 |
|
|
<h4>Inherited Methods</h4> |
392 |
|
|
<a name='inherited_methods'><!-- --></a> |
393 |
|
|
<!-- =========== Summary =========== --> |
394 |
|
|
<p>Inherited From <span class="classname"><a href="../phpHtmlLib/SQLDataListSource.html">SQLDataListSource</a></span></p> |
395 |
|
|
<blockquote> |
396 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodadvanced_search_where_clause">SQLDataListSource::advanced_search_where_clause()</a></span><br> |
397 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_groupby_clause">SQLDataListSource::build_groupby_clause()</a></span><br> |
398 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_limit_clause">SQLDataListSource::build_limit_clause()</a></span><br> |
399 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_order_clause">SQLDataListSource::build_order_clause()</a></span><br> |
400 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_query">SQLDataListSource::build_query()</a></span><br> |
401 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_search_clause">SQLDataListSource::build_search_clause()</a></span><br> |
402 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodbuild_where_clause">SQLDataListSource::build_where_clause()</a></span><br> |
403 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodcount">SQLDataListSource::count()</a></span><br> |
404 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methoddo_prequery">SQLDataListSource::do_prequery()</a></span><br> |
405 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methoddo_query">SQLDataListSource::do_query()</a></span><br> |
406 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodget_count_column">SQLDataListSource::get_count_column()</a></span><br> |
407 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodget_db_tables">SQLDataListSource::get_db_tables()</a></span><br> |
408 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodget_db_values">SQLDataListSource::get_db_values()</a></span><br> |
409 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodget_next_data_row">SQLDataListSource::get_next_data_row()</a></span><br> |
410 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodjoin_clauses">SQLDataListSource::join_clauses()</a></span><br> |
411 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodsearch_value_filter">SQLDataListSource::search_value_filter()</a></span><br> |
412 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodsetup_db_options">SQLDataListSource::setup_db_options()</a></span><br> |
413 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodsetup_order">SQLDataListSource::setup_order()</a></span><br> |
414 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodset_count_column">SQLDataListSource::set_count_column()</a></span><br> |
415 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodset_db_groupby_clause">SQLDataListSource::set_db_groupby_clause()</a></span><br> |
416 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodset_db_tables">SQLDataListSource::set_db_tables()</a></span><br> |
417 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodset_db_values">SQLDataListSource::set_db_values()</a></span><br> |
418 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodset_db_where_clause">SQLDataListSource::set_db_where_clause()</a></span><br> |
419 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodsimple_search_where_clause">SQLDataListSource::simple_search_where_clause()</a></span><br> |
420 |
|
|
<span class="method-name"><a href="../phpHtmlLib/SQLDataListSource.html#methodsql_varchar_filter">SQLDataListSource::sql_varchar_filter()</a></span><br> |
421 |
|
|
</blockquote> |
422 |
|
|
<!-- =========== Summary =========== --> |
423 |
|
|
<p>Inherited From <span class="classname"><a href="../phpHtmlLib/DataListSource.html">DataListSource</a></span></p> |
424 |
|
|
<blockquote> |
425 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodDataListSource">DataListSource::DataListSource()</a></span><br> |
426 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodadd_column">DataListSource::add_column()</a></span><br> |
427 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methoddo_prequery">DataListSource::do_prequery()</a></span><br> |
428 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methoddo_query">DataListSource::do_query()</a></span><br> |
429 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_data_index">DataListSource::get_data_index()</a></span><br> |
430 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_limit">DataListSource::get_limit()</a></span><br> |
431 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_next_data_row">DataListSource::get_next_data_row()</a></span><br> |
432 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_not_found_message">DataListSource::get_not_found_message()</a></span><br> |
433 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_offset">DataListSource::get_offset()</a></span><br> |
434 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_orderby">DataListSource::get_orderby()</a></span><br> |
435 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_reverseorder">DataListSource::get_reverseorder()</a></span><br> |
436 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_searchby">DataListSource::get_searchby()</a></span><br> |
437 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_searchby_value">DataListSource::get_searchby_value()</a></span><br> |
438 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_search_type">DataListSource::get_search_type()</a></span><br> |
439 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_simplesearch_modifier">DataListSource::get_simplesearch_modifier()</a></span><br> |
440 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodget_total_rows">DataListSource::get_total_rows()</a></span><br> |
441 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodquery">DataListSource::query()</a></span><br> |
442 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodrow_filter">DataListSource::row_filter()</a></span><br> |
443 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_limit">DataListSource::set_limit()</a></span><br> |
444 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_not_found_message">DataListSource::set_not_found_message()</a></span><br> |
445 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_offset">DataListSource::set_offset()</a></span><br> |
446 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_orderby">DataListSource::set_orderby()</a></span><br> |
447 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_reverseorder">DataListSource::set_reverseorder()</a></span><br> |
448 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_searchby">DataListSource::set_searchby()</a></span><br> |
449 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_searchby_value">DataListSource::set_searchby_value()</a></span><br> |
450 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_search_type">DataListSource::set_search_type()</a></span><br> |
451 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_simplesearch_modifier">DataListSource::set_simplesearch_modifier()</a></span><br> |
452 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodset_total_rows">DataListSource::set_total_rows()</a></span><br> |
453 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#methodsort">DataListSource::sort()</a></span><br> |
454 |
|
|
<span class="method-name"><a href="../phpHtmlLib/DataListSource.html#method_is_column_sortable">DataListSource::_is_column_sortable()</a></span><br> |
455 |
|
|
</blockquote> |
456 |
|
|
|
457 |
|
|
</div> |
458 |
|
|
</div> |
459 |
|
|
|
460 |
|
|
<p class="notes" id="credit"> |
461 |
|
|
Documention generated on Thu, 31 Jul 2003 18:32:57 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a> |
462 |
|
|
</p> |
463 |
|
|
</div></body> |
464 |
|
|
</html> |