Subversion Repositories Applications.framework

Rev

Rev 467 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
467 jpm 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
	<meta name="generator" content="ApiGen 2.8.0">
6
 
7
	<title>Class PDOStatement | TBFramework - v0.2</title>
8
 
9
	<script type="text/javascript" src="resources/combined.js?4205936287"></script>
476 jpm 10
	<script type="text/javascript" src="elementlist.js?1835392179"></script>
467 jpm 11
	<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360">
12
 
13
</head>
14
 
15
<body>
16
<div id="left">
17
	<div id="menu">
18
		<a href="index.html" title="Overview"><span>Overview</span></a>
19
 
20
 
21
		<div id="groups">
22
			<h3>Packages</h3>
23
			<ul>
24
				<li><a href="package-Framework.html">Framework</a>
25
						</li>
26
				<li class="active"><a href="package-PHP.html">PHP</a>
27
						</li>
28
			</ul>
29
		</div>
30
 
31
		<hr>
32
 
33
 
34
		<div id="elements">
35
			<h3>Classes</h3>
36
			<ul>
37
				<li class="active"><a href="class-PDOStatement.html">PDOStatement</a></li>
38
			</ul>
39
 
40
			<h3>Interfaces</h3>
41
			<ul>
42
				<li><a href="class-Traversable.html">Traversable</a></li>
43
			</ul>
44
 
45
 
46
			<h3>Exceptions</h3>
47
			<ul>
48
				<li><a href="class-Exception.html">Exception</a></li>
49
			</ul>
50
 
51
 
52
		</div>
53
	</div>
54
</div>
55
 
56
<div id="splitter"></div>
57
 
58
<div id="right">
59
<div id="rightInner">
60
	<form id="search">
61
		<input type="hidden" name="cx" value="">
62
		<input type="hidden" name="ie" value="UTF-8">
63
		<input type="text" name="q" class="text">
64
		<input type="submit" value="Search">
65
	</form>
66
 
67
	<div id="navigation">
68
		<ul>
69
			<li>
70
				<a href="index.html" title="Overview"><span>Overview</span></a>
71
			</li>
72
			<li>
73
				<a href="package-PHP.html" title="Summary of PHP"><span>Package</span></a>
74
			</li>
75
			<li class="active">
76
<span>Class</span>			</li>
77
		</ul>
78
		<ul>
79
			<li>
80
				<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
81
			</li>
82
			<li>
83
				<a href="deprecated.html" title="List of deprecated elements"><span>Deprecated</span></a>
84
			</li>
85
			<li>
86
				<a href="todo.html" title="Todo list"><span>Todo</span></a>
87
			</li>
88
		</ul>
89
		<ul>
90
		</ul>
91
	</div>
92
 
93
<div id="content" class="class">
94
	<h1>Class PDOStatement</h1>
95
 
96
 
97
 
98
	<dl class="tree">
99
		<dd style="padding-left:0px">
100
<b><span>PDOStatement</span></b>
101
			 implements
102
				<a href="class-Traversable.html"><span>Traversable</span></a>
103
 
104
 
105
		</dd>
106
	</dl>
107
 
108
 
109
 
110
 
111
 
112
 
113
 
114
 
115
	<div class="info">
116
 
117
		<b>PHP Extension:</b> <a href="http://php.net/manual/book.pdo.php" title="Go to PHP documentation">PDO</a><br>
118
 
119
 
120
 
121
		<b>Documented at</b> <a href="http://php.net/manual/class.pdostatement.php" title="Go to PHP documentation">php.net</a><br>
122
	</div>
123
 
124
 
125
 
126
	<table class="summary" id="methods">
127
	<caption>Methods summary</caption>
128
	<tr data-order="execute" id="_execute">
129
 
130
		<td class="attributes"><code>
131
			 public
132
 
133
 
134
			</code>
135
		</td>
136
 
137
		<td class="name"><div>
138
		<a class="anchor" href="#_execute">#</a>
139
		<code><a href="http://php.net/manual/pdostatement.execute.php" title="Go to PHP documentation">execute</a>( <span>mixed <var>$bound_input_params</var></span> )</code>
140
 
141
		<div class="description short">
142
 
143
		</div>
144
 
145
		<div class="description detailed hidden">
146
 
147
 
148
 
149
 
150
 
151
 
152
 
153
 
154
		</div>
155
		</div></td>
156
	</tr>
157
	<tr data-order="fetch" id="_fetch">
158
 
159
		<td class="attributes"><code>
160
			 public
161
 
162
 
163
			</code>
164
		</td>
165
 
166
		<td class="name"><div>
167
		<a class="anchor" href="#_fetch">#</a>
168
		<code><a href="http://php.net/manual/pdostatement.fetch.php" title="Go to PHP documentation">fetch</a>( <span>mixed <var>$how</var></span>, <span>mixed <var>$orientation</var></span>, <span>mixed <var>$offset</var></span> )</code>
169
 
170
		<div class="description short">
171
 
172
		</div>
173
 
174
		<div class="description detailed hidden">
175
 
176
 
177
 
178
 
179
 
180
 
181
 
182
 
183
		</div>
184
		</div></td>
185
	</tr>
186
	<tr data-order="bindParam" id="_bindParam">
187
 
188
		<td class="attributes"><code>
189
			 public
190
 
191
 
192
			</code>
193
		</td>
194
 
195
		<td class="name"><div>
196
		<a class="anchor" href="#_bindParam">#</a>
197
		<code><a href="http://php.net/manual/pdostatement.bindparam.php" title="Go to PHP documentation">bindParam</a>( <span>mixed <var>$paramno</var></span>, <span>mixed <var>&amp; $param</var></span>, <span>mixed <var>$type</var></span>, <span>mixed <var>$maxlen</var></span>, <span>mixed <var>$driverdata</var></span> )</code>
198
 
199
		<div class="description short">
200
 
201
		</div>
202
 
203
		<div class="description detailed hidden">
204
 
205
 
206
 
207
 
208
 
209
 
210
 
211
 
212
		</div>
213
		</div></td>
214
	</tr>
215
	<tr data-order="bindColumn" id="_bindColumn">
216
 
217
		<td class="attributes"><code>
218
			 public
219
 
220
 
221
			</code>
222
		</td>
223
 
224
		<td class="name"><div>
225
		<a class="anchor" href="#_bindColumn">#</a>
226
		<code><a href="http://php.net/manual/pdostatement.bindcolumn.php" title="Go to PHP documentation">bindColumn</a>( <span>mixed <var>$column</var></span>, <span>mixed <var>&amp; $param</var></span>, <span>mixed <var>$type</var></span>, <span>mixed <var>$maxlen</var></span>, <span>mixed <var>$driverdata</var></span> )</code>
227
 
228
		<div class="description short">
229
 
230
		</div>
231
 
232
		<div class="description detailed hidden">
233
 
234
 
235
 
236
 
237
 
238
 
239
 
240
 
241
		</div>
242
		</div></td>
243
	</tr>
244
	<tr data-order="bindValue" id="_bindValue">
245
 
246
		<td class="attributes"><code>
247
			 public
248
 
249
 
250
			</code>
251
		</td>
252
 
253
		<td class="name"><div>
254
		<a class="anchor" href="#_bindValue">#</a>
255
		<code><a href="http://php.net/manual/pdostatement.bindvalue.php" title="Go to PHP documentation">bindValue</a>( <span>mixed <var>$paramno</var></span>, <span>mixed <var>$param</var></span>, <span>mixed <var>$type</var></span> )</code>
256
 
257
		<div class="description short">
258
 
259
		</div>
260
 
261
		<div class="description detailed hidden">
262
 
263
 
264
 
265
 
266
 
267
 
268
 
269
 
270
		</div>
271
		</div></td>
272
	</tr>
273
	<tr data-order="rowCount" id="_rowCount">
274
 
275
		<td class="attributes"><code>
276
			 public
277
 
278
 
279
			</code>
280
		</td>
281
 
282
		<td class="name"><div>
283
		<a class="anchor" href="#_rowCount">#</a>
284
		<code><a href="http://php.net/manual/pdostatement.rowcount.php" title="Go to PHP documentation">rowCount</a>( )</code>
285
 
286
		<div class="description short">
287
 
288
		</div>
289
 
290
		<div class="description detailed hidden">
291
 
292
 
293
 
294
 
295
 
296
 
297
 
298
 
299
		</div>
300
		</div></td>
301
	</tr>
302
	<tr data-order="fetchColumn" id="_fetchColumn">
303
 
304
		<td class="attributes"><code>
305
			 public
306
 
307
 
308
			</code>
309
		</td>
310
 
311
		<td class="name"><div>
312
		<a class="anchor" href="#_fetchColumn">#</a>
313
		<code><a href="http://php.net/manual/pdostatement.fetchcolumn.php" title="Go to PHP documentation">fetchColumn</a>( <span>mixed <var>$column_number</var></span> )</code>
314
 
315
		<div class="description short">
316
 
317
		</div>
318
 
319
		<div class="description detailed hidden">
320
 
321
 
322
 
323
 
324
 
325
 
326
 
327
 
328
		</div>
329
		</div></td>
330
	</tr>
331
	<tr data-order="fetchAll" id="_fetchAll">
332
 
333
		<td class="attributes"><code>
334
			 public
335
 
336
 
337
			</code>
338
		</td>
339
 
340
		<td class="name"><div>
341
		<a class="anchor" href="#_fetchAll">#</a>
342
		<code><a href="http://php.net/manual/pdostatement.fetchall.php" title="Go to PHP documentation">fetchAll</a>( <span>mixed <var>$how</var></span>, <span>mixed <var>$class_name</var></span>, <span>mixed <var>$ctor_args</var></span> )</code>
343
 
344
		<div class="description short">
345
 
346
		</div>
347
 
348
		<div class="description detailed hidden">
349
 
350
 
351
 
352
 
353
 
354
 
355
 
356
 
357
		</div>
358
		</div></td>
359
	</tr>
360
	<tr data-order="fetchObject" id="_fetchObject">
361
 
362
		<td class="attributes"><code>
363
			 public
364
 
365
 
366
			</code>
367
		</td>
368
 
369
		<td class="name"><div>
370
		<a class="anchor" href="#_fetchObject">#</a>
371
		<code><a href="http://php.net/manual/pdostatement.fetchobject.php" title="Go to PHP documentation">fetchObject</a>( <span>mixed <var>$class_name</var></span>, <span>mixed <var>$ctor_args</var></span> )</code>
372
 
373
		<div class="description short">
374
 
375
		</div>
376
 
377
		<div class="description detailed hidden">
378
 
379
 
380
 
381
 
382
 
383
 
384
 
385
 
386
		</div>
387
		</div></td>
388
	</tr>
389
	<tr data-order="errorCode" id="_errorCode">
390
 
391
		<td class="attributes"><code>
392
			 public
393
 
394
 
395
			</code>
396
		</td>
397
 
398
		<td class="name"><div>
399
		<a class="anchor" href="#_errorCode">#</a>
400
		<code><a href="http://php.net/manual/pdostatement.errorcode.php" title="Go to PHP documentation">errorCode</a>( )</code>
401
 
402
		<div class="description short">
403
 
404
		</div>
405
 
406
		<div class="description detailed hidden">
407
 
408
 
409
 
410
 
411
 
412
 
413
 
414
 
415
		</div>
416
		</div></td>
417
	</tr>
418
	<tr data-order="errorInfo" id="_errorInfo">
419
 
420
		<td class="attributes"><code>
421
			 public
422
 
423
 
424
			</code>
425
		</td>
426
 
427
		<td class="name"><div>
428
		<a class="anchor" href="#_errorInfo">#</a>
429
		<code><a href="http://php.net/manual/pdostatement.errorinfo.php" title="Go to PHP documentation">errorInfo</a>( )</code>
430
 
431
		<div class="description short">
432
 
433
		</div>
434
 
435
		<div class="description detailed hidden">
436
 
437
 
438
 
439
 
440
 
441
 
442
 
443
 
444
		</div>
445
		</div></td>
446
	</tr>
447
	<tr data-order="setAttribute" id="_setAttribute">
448
 
449
		<td class="attributes"><code>
450
			 public
451
 
452
 
453
			</code>
454
		</td>
455
 
456
		<td class="name"><div>
457
		<a class="anchor" href="#_setAttribute">#</a>
458
		<code><a href="http://php.net/manual/pdostatement.setattribute.php" title="Go to PHP documentation">setAttribute</a>( <span>mixed <var>$attribute</var></span>, <span>mixed <var>$value</var></span> )</code>
459
 
460
		<div class="description short">
461
 
462
		</div>
463
 
464
		<div class="description detailed hidden">
465
 
466
 
467
 
468
 
469
 
470
 
471
 
472
 
473
		</div>
474
		</div></td>
475
	</tr>
476
	<tr data-order="getAttribute" id="_getAttribute">
477
 
478
		<td class="attributes"><code>
479
			 public
480
 
481
 
482
			</code>
483
		</td>
484
 
485
		<td class="name"><div>
486
		<a class="anchor" href="#_getAttribute">#</a>
487
		<code><a href="http://php.net/manual/pdostatement.getattribute.php" title="Go to PHP documentation">getAttribute</a>( <span>mixed <var>$attribute</var></span> )</code>
488
 
489
		<div class="description short">
490
 
491
		</div>
492
 
493
		<div class="description detailed hidden">
494
 
495
 
496
 
497
 
498
 
499
 
500
 
501
 
502
		</div>
503
		</div></td>
504
	</tr>
505
	<tr data-order="columnCount" id="_columnCount">
506
 
507
		<td class="attributes"><code>
508
			 public
509
 
510
 
511
			</code>
512
		</td>
513
 
514
		<td class="name"><div>
515
		<a class="anchor" href="#_columnCount">#</a>
516
		<code><a href="http://php.net/manual/pdostatement.columncount.php" title="Go to PHP documentation">columnCount</a>( )</code>
517
 
518
		<div class="description short">
519
 
520
		</div>
521
 
522
		<div class="description detailed hidden">
523
 
524
 
525
 
526
 
527
 
528
 
529
 
530
 
531
		</div>
532
		</div></td>
533
	</tr>
534
	<tr data-order="getColumnMeta" id="_getColumnMeta">
535
 
536
		<td class="attributes"><code>
537
			 public
538
 
539
 
540
			</code>
541
		</td>
542
 
543
		<td class="name"><div>
544
		<a class="anchor" href="#_getColumnMeta">#</a>
545
		<code><a href="http://php.net/manual/pdostatement.getcolumnmeta.php" title="Go to PHP documentation">getColumnMeta</a>( <span>mixed <var>$column</var></span> )</code>
546
 
547
		<div class="description short">
548
 
549
		</div>
550
 
551
		<div class="description detailed hidden">
552
 
553
 
554
 
555
 
556
 
557
 
558
 
559
 
560
		</div>
561
		</div></td>
562
	</tr>
563
	<tr data-order="setFetchMode" id="_setFetchMode">
564
 
565
		<td class="attributes"><code>
566
			 public
567
 
568
 
569
			</code>
570
		</td>
571
 
572
		<td class="name"><div>
573
		<a class="anchor" href="#_setFetchMode">#</a>
574
		<code><a href="http://php.net/manual/pdostatement.setfetchmode.php" title="Go to PHP documentation">setFetchMode</a>( <span>mixed <var>$mode</var></span>, <span>mixed <var>$params</var></span> )</code>
575
 
576
		<div class="description short">
577
 
578
		</div>
579
 
580
		<div class="description detailed hidden">
581
 
582
 
583
 
584
 
585
 
586
 
587
 
588
 
589
		</div>
590
		</div></td>
591
	</tr>
592
	<tr data-order="nextRowset" id="_nextRowset">
593
 
594
		<td class="attributes"><code>
595
			 public
596
 
597
 
598
			</code>
599
		</td>
600
 
601
		<td class="name"><div>
602
		<a class="anchor" href="#_nextRowset">#</a>
603
		<code><a href="http://php.net/manual/pdostatement.nextrowset.php" title="Go to PHP documentation">nextRowset</a>( )</code>
604
 
605
		<div class="description short">
606
 
607
		</div>
608
 
609
		<div class="description detailed hidden">
610
 
611
 
612
 
613
 
614
 
615
 
616
 
617
 
618
		</div>
619
		</div></td>
620
	</tr>
621
	<tr data-order="closeCursor" id="_closeCursor">
622
 
623
		<td class="attributes"><code>
624
			 public
625
 
626
 
627
			</code>
628
		</td>
629
 
630
		<td class="name"><div>
631
		<a class="anchor" href="#_closeCursor">#</a>
632
		<code><a href="http://php.net/manual/pdostatement.closecursor.php" title="Go to PHP documentation">closeCursor</a>( )</code>
633
 
634
		<div class="description short">
635
 
636
		</div>
637
 
638
		<div class="description detailed hidden">
639
 
640
 
641
 
642
 
643
 
644
 
645
 
646
 
647
		</div>
648
		</div></td>
649
	</tr>
650
	<tr data-order="debugDumpParams" id="_debugDumpParams">
651
 
652
		<td class="attributes"><code>
653
			 public
654
 
655
 
656
			</code>
657
		</td>
658
 
659
		<td class="name"><div>
660
		<a class="anchor" href="#_debugDumpParams">#</a>
661
		<code><a href="http://php.net/manual/pdostatement.debugdumpparams.php" title="Go to PHP documentation">debugDumpParams</a>( )</code>
662
 
663
		<div class="description short">
664
 
665
		</div>
666
 
667
		<div class="description detailed hidden">
668
 
669
 
670
 
671
 
672
 
673
 
674
 
675
 
676
		</div>
677
		</div></td>
678
	</tr>
679
	<tr data-order="__wakeup" id="___wakeup">
680
 
681
		<td class="attributes"><code>
682
			final public
683
 
684
 
685
			</code>
686
		</td>
687
 
688
		<td class="name"><div>
689
		<a class="anchor" href="#___wakeup">#</a>
690
		<code><a href="http://php.net/manual/pdostatement.wakeup.php" title="Go to PHP documentation">__wakeup</a>( )</code>
691
 
692
		<div class="description short">
693
 
694
		</div>
695
 
696
		<div class="description detailed hidden">
697
 
698
 
699
 
700
 
701
 
702
 
703
 
704
 
705
		</div>
706
		</div></td>
707
	</tr>
708
	<tr data-order="__sleep" id="___sleep">
709
 
710
		<td class="attributes"><code>
711
			final public
712
 
713
 
714
			</code>
715
		</td>
716
 
717
		<td class="name"><div>
718
		<a class="anchor" href="#___sleep">#</a>
719
		<code><a href="http://php.net/manual/pdostatement.sleep.php" title="Go to PHP documentation">__sleep</a>( )</code>
720
 
721
		<div class="description short">
722
 
723
		</div>
724
 
725
		<div class="description detailed hidden">
726
 
727
 
728
 
729
 
730
 
731
 
732
 
733
 
734
		</div>
735
		</div></td>
736
	</tr>
737
	</table>
738
 
739
 
740
 
741
 
742
 
743
 
744
 
745
 
746
 
747
 
748
 
749
 
750
	<table class="summary" id="properties">
751
	<caption>Properties summary</caption>
752
	<tr data-order="queryString" id="$queryString">
753
		<td class="attributes"><code>
754
			public
755
			mixed
756
		</code></td>
757
 
758
		<td class="name">
759
				<a href="http://php.net/manual/class.pdostatement.php#pdostatement.props.querystring" title="Go to PHP documentation"><var>$queryString</var></a>
760
		</td>
761
		<td class="value"><code></code></td>
762
		<td class="description"><div>
763
			<a href="#$queryString" class="anchor">#</a>
764
 
765
			<div class="description short">
766
 
767
			</div>
768
 
769
			<div class="description detailed hidden">
770
 
771
 
772
			</div>
773
		</div></td>
774
	</tr>
775
	</table>
776
 
777
 
778
 
779
 
780
 
781
 
782
</div>
783
 
784
	<div id="footer">
785
		TBFramework - v0.2 API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
786
	</div>
787
</div>
788
</div>
789
</body>
790
</html>