~ubuntu-branches/ubuntu/trusty/libdbi/trusty

« back to all changes in this revision

Viewing changes to doc/programmers-guide/reference.html

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS), Laszlo Boszormenyi (GCS), Prach Pongpanich
  • Date: 2014-01-20 21:19:50 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140120211950-zyd6ykii7rd4vm7x
Tags: 0.9.0-1
[ Laszlo Boszormenyi (GCS) ]
* Correct debian/copyright .

[ Prach Pongpanich ]
* Imported Upstream version 0.9.0 (Closes: #708115, #717437)
* Use debhelper short rules with autoreconf (Closes: #565558)
* Add -dbg package
* Update symbols file for new symbols
* Add multiarch support
* Bump Standards-Version to 3.9.5
* Change Vcs fields to point to collab-maint
* Adopt package (Closes: #635659)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
TITLE="Database Independent Abstraction Layer for C"
11
11
HREF="index.html"><LINK
12
12
REL="PREVIOUS"
13
 
TITLE="Error numbers"
14
 
HREF="errornumbers.html"><LINK
 
13
TITLE="Determining the library version at runtime"
 
14
HREF="version-at-runtime.html"><LINK
15
15
REL="NEXT"
16
 
TITLE="Core Library Functions"
 
16
TITLE="Instance Infrastructure"
17
17
HREF="reference-core.html"></HEAD
18
18
><BODY
19
19
CLASS="CHAPTER"
42
42
ALIGN="left"
43
43
VALIGN="bottom"
44
44
><A
45
 
HREF="errornumbers.html"
 
45
HREF="version-at-runtime.html"
46
46
ACCESSKEY="P"
47
47
>Prev</A
48
48
></TD
71
71
><A
72
72
NAME="REFERENCE"
73
73
></A
74
 
>Chapter 4. libdbi API Reference</H1
 
74
>Chapter 7. libdbi API Reference</H1
75
75
><DIV
76
76
CLASS="TOC"
77
77
><DL
80
80
>Table of Contents</B
81
81
></DT
82
82
><DT
83
 
>4.1. <A
 
83
>7.1. <A
84
84
HREF="reference-core.html"
85
 
>Core Library Functions</A
 
85
>Instance Infrastructure</A
86
86
></DT
87
87
><DD
88
88
><DL
89
89
><DT
90
 
>4.1.1. <A
 
90
>7.1.1. <A
 
91
HREF="reference-core.html#DBI-INITIALIZE-R"
 
92
>dbi_initialize_r</A
 
93
></DT
 
94
><DT
 
95
>7.1.2. <A
91
96
HREF="reference-core.html#DBI-INITIALIZE"
92
97
>dbi_initialize</A
93
98
></DT
94
99
><DT
95
 
>4.1.2. <A
 
100
>7.1.3. <A
 
101
HREF="reference-core.html#DBI-SHUTDOWN-R"
 
102
>dbi_shutdown_r</A
 
103
></DT
 
104
><DT
 
105
>7.1.4. <A
96
106
HREF="reference-core.html#DBI-SHUTDOWN"
97
107
>dbi_shutdown</A
98
108
></DT
99
109
><DT
100
 
>4.1.3. <A
 
110
>7.1.5. <A
 
111
HREF="reference-core.html#DBI-SET-VERBOSITY-R"
 
112
>dbi_set_verbosity_r</A
 
113
></DT
 
114
><DT
 
115
>7.1.6. <A
 
116
HREF="reference-core.html#DBI-SET-VERBOSITY"
 
117
>dbi_set_verbosity</A
 
118
></DT
 
119
><DT
 
120
>7.1.7. <A
101
121
HREF="reference-core.html#DBI-VERSION"
102
122
>dbi_version</A
103
123
></DT
 
124
><DT
 
125
>7.1.8. <A
 
126
HREF="reference-core.html#DBI-VERSION-NUMERIC"
 
127
>dbi_version_numeric</A
 
128
></DT
104
129
></DL
105
130
></DD
106
131
><DT
107
 
>4.2. <A
 
132
>7.2. <A
108
133
HREF="reference-driver.html"
109
134
>Driver Infrastructure</A
110
135
></DT
111
136
><DD
112
137
><DL
113
138
><DT
114
 
>4.2.1. <A
 
139
>7.2.1. <A
 
140
HREF="reference-driver.html#DBI-DRIVER-LIST-R"
 
141
>dbi_driver_list_r</A
 
142
></DT
 
143
><DT
 
144
>7.2.2. <A
115
145
HREF="reference-driver.html#DBI-DRIVER-LIST"
116
146
>dbi_driver_list</A
117
147
></DT
118
148
><DT
119
 
>4.2.2. <A
 
149
>7.2.3. <A
 
150
HREF="reference-driver.html#DBI-DRIVER-OPEN-R"
 
151
>dbi_driver_open_r</A
 
152
></DT
 
153
><DT
 
154
>7.2.4. <A
120
155
HREF="reference-driver.html#DBI-DRIVER-OPEN"
121
156
>dbi_driver_open</A
122
157
></DT
123
158
><DT
124
 
>4.2.3. <A
 
159
>7.2.5. <A
 
160
HREF="reference-driver.html#DBI-DRIVER-GET-INSTANCE"
 
161
>dbi_driver_get_instance</A
 
162
></DT
 
163
><DT
 
164
>7.2.6. <A
125
165
HREF="reference-driver.html#DBI-DRIVER-IS-RESERVED-WORD"
126
166
>dbi_driver_is_reserved_word</A
127
167
></DT
128
168
><DT
129
 
>4.2.4. <A
 
169
>7.2.7. <A
130
170
HREF="reference-driver.html#DBI-DRIVER-SPECIFIC-FUNCTION"
131
171
>dbi_driver_specific_function</A
132
172
></DT
133
173
><DT
134
 
>4.2.5. <A
 
174
>7.2.8. <A
135
175
HREF="reference-driver.html#DBI-DRIVER-QUOTE-STRING"
136
176
>dbi_driver_quote_string</A
137
177
></DT
138
178
><DT
139
 
>4.2.6. <A
 
179
>7.2.9. <A
140
180
HREF="reference-driver.html#DBI-DRIVER-QUOTE-STRING-COPY"
141
181
>dbi_driver_quote_string_copy</A
142
182
></DT
143
183
><DT
144
 
>4.2.7. <A
 
184
>7.2.10. <A
145
185
HREF="reference-driver.html#DBI-DRIVER-ENCODING-FROM-IANA"
146
186
>dbi_driver_encoding_from_iana</A
147
187
></DT
148
188
><DT
149
 
>4.2.8. <A
 
189
>7.2.11. <A
150
190
HREF="reference-driver.html#DBI-DRIVER-ENCODING-TO-IANA"
151
191
>dbi_driver_encoding_to_iana</A
152
192
></DT
153
193
><DT
154
 
>4.2.9. <A
 
194
>7.2.12. <A
155
195
HREF="reference-driver.html#REFERENCE-DRIVER-INFO"
156
196
>Driver Information</A
157
197
></DT
158
198
><DD
159
199
><DL
160
200
><DT
161
 
>4.2.9.1. <A
 
201
>7.2.12.1. <A
162
202
HREF="reference-driver.html#DBI-DRIVER-GET-NAME"
163
203
>dbi_driver_get_name</A
164
204
></DT
165
205
><DT
166
 
>4.2.9.2. <A
 
206
>7.2.12.2. <A
167
207
HREF="reference-driver.html#DBI-DRIVER-GET-FILENAME"
168
208
>dbi_driver_get_filename</A
169
209
></DT
170
210
><DT
171
 
>4.2.9.3. <A
 
211
>7.2.12.3. <A
172
212
HREF="reference-driver.html#DBI-DRIVER-GET-DESCRIPTION"
173
213
>dbi_driver_get_description</A
174
214
></DT
175
215
><DT
176
 
>4.2.9.4. <A
 
216
>7.2.12.4. <A
177
217
HREF="reference-driver.html#DBI-DRIVER-GET-MAINTAINER"
178
218
>dbi_driver_get_maintainer</A
179
219
></DT
180
220
><DT
181
 
>4.2.9.5. <A
 
221
>7.2.12.5. <A
182
222
HREF="reference-driver.html#DBI-DRIVER-GET-URL"
183
223
>dbi_driver_get_url</A
184
224
></DT
185
225
><DT
186
 
>4.2.9.6. <A
 
226
>7.2.12.6. <A
187
227
HREF="reference-driver.html#DBI-DRIVER-GET-VERSION"
188
228
>dbi_driver_get_version</A
189
229
></DT
190
230
><DT
191
 
>4.2.9.7. <A
 
231
>7.2.12.7. <A
192
232
HREF="reference-driver.html#DBI-DRIVER-GET-DATE-COMPILED"
193
233
>dbi_driver_get_date_compiled</A
194
234
></DT
195
 
></DL
196
 
></DD
197
 
></DL
198
 
></DD
199
 
><DT
200
 
>4.3. <A
 
235
><DT
 
236
>7.2.12.8. <A
 
237
HREF="reference-driver.html#DBI-DRIVER-CAP-GET"
 
238
>dbi_driver_cap_get</A
 
239
></DT
 
240
></DL
 
241
></DD
 
242
></DL
 
243
></DD
 
244
><DT
 
245
>7.3. <A
201
246
HREF="reference-conn.html"
202
247
>Connection Infrastructure</A
203
248
></DT
204
249
><DD
205
250
><DL
206
251
><DT
207
 
>4.3.1. <A
 
252
>7.3.1. <A
 
253
HREF="reference-conn.html#DBI-CONN-NEW-R"
 
254
>dbi_conn_new_r</A
 
255
></DT
 
256
><DT
 
257
>7.3.2. <A
208
258
HREF="reference-conn.html#DBI-CONN-NEW"
209
259
>dbi_conn_new</A
210
260
></DT
211
261
><DT
212
 
>4.3.2. <A
 
262
>7.3.3. <A
213
263
HREF="reference-conn.html#DBI-CONN-OPEN"
214
264
>dbi_conn_open</A
215
265
></DT
216
266
><DT
217
 
>4.3.3. <A
 
267
>7.3.4. <A
218
268
HREF="reference-conn.html#DBI-CONN-CLOSE"
219
269
>dbi_conn_close</A
220
270
></DT
221
271
><DT
222
 
>4.3.4. <A
 
272
>7.3.5. <A
223
273
HREF="reference-conn.html#DBI-CONN-GET-DRIVER"
224
274
>dbi_conn_get_driver</A
225
275
></DT
226
276
><DT
227
 
>4.3.5. <A
 
277
>7.3.6. <A
228
278
HREF="reference-conn.html#DBI-CONN-SET-OPTION"
229
279
>dbi_conn_set_option</A
230
280
></DT
231
281
><DT
232
 
>4.3.6. <A
 
282
>7.3.7. <A
233
283
HREF="reference-conn.html#DBI-CONN-SET-OPTION-NUMERIC"
234
284
>dbi_conn_set_option_numeric</A
235
285
></DT
236
286
><DT
237
 
>4.3.7. <A
 
287
>7.3.8. <A
238
288
HREF="reference-conn.html#DBI-CONN-GET-OPTION"
239
289
>dbi_conn_get_option</A
240
290
></DT
241
291
><DT
242
 
>4.3.8. <A
 
292
>7.3.9. <A
243
293
HREF="reference-conn.html#DBI-CONN-REQUIRE-OPTION"
244
294
>dbi_conn_require_option</A
245
295
></DT
246
296
><DT
247
 
>4.3.9. <A
 
297
>7.3.10. <A
248
298
HREF="reference-conn.html#DBI-CONN-GET-OPTION-NUMERIC"
249
299
>dbi_conn_get_option_numeric</A
250
300
></DT
251
301
><DT
252
 
>4.3.10. <A
 
302
>7.3.11. <A
253
303
HREF="reference-conn.html#DBI-CONN-REQUIRE-OPTION-NUMERIC"
254
304
>dbi_conn_require_option_numeric</A
255
305
></DT
256
306
><DT
257
 
>4.3.11. <A
 
307
>7.3.12. <A
258
308
HREF="reference-conn.html#DBI-CONN-GET-OPTION-LIST"
259
309
>dbi_conn_get_option_list</A
260
310
></DT
261
311
><DT
262
 
>4.3.12. <A
 
312
>7.3.13. <A
263
313
HREF="reference-conn.html#DBI-CONN-CLEAR-OPTION"
264
314
>dbi_conn_clear_option</A
265
315
></DT
266
316
><DT
267
 
>4.3.13. <A
 
317
>7.3.14. <A
268
318
HREF="reference-conn.html#DBI-CONN-CLEAR-OPTIONS"
269
319
>dbi_conn_clear_options</A
270
320
></DT
271
321
><DT
272
 
>4.3.14. <A
 
322
>7.3.15. <A
 
323
HREF="reference-conn.html#DBI-CONN-CAP-GET"
 
324
>dbi_conn_cap_get</A
 
325
></DT
 
326
><DT
 
327
>7.3.16. <A
273
328
HREF="reference-conn.html#DBI-CONN-GET-SOCKET"
274
329
>dbi_conn_get_socket</A
275
330
></DT
276
331
><DT
277
 
>4.3.15. <A
 
332
>7.3.17. <A
278
333
HREF="reference-conn.html#DBI-CONN-GET-ENCODING"
279
334
>dbi_conn_get_encoding</A
280
335
></DT
281
336
><DT
282
 
>4.3.16. <A
 
337
>7.3.18. <A
283
338
HREF="reference-conn.html#DBI-CONN-GET-ENGINE-VERSION-STRING"
284
339
>dbi_conn_get_engine_version_string</A
285
340
></DT
286
341
><DT
287
 
>4.3.17. <A
 
342
>7.3.19. <A
288
343
HREF="reference-conn.html#DBI-CONN-GET-ENGINE-VERSION"
289
344
>dbi_conn_get_engine_version</A
290
345
></DT
291
346
><DT
292
 
>4.3.18. <A
 
347
>7.3.20. <A
293
348
HREF="reference-conn.html#REFERENCE-CONN-ERROR"
294
349
>Error Handling</A
295
350
></DT
296
351
><DD
297
352
><DL
298
353
><DT
299
 
>4.3.18.1. <A
 
354
>7.3.20.1. <A
300
355
HREF="reference-conn.html#DBI-CONN-ERROR"
301
356
>dbi_conn_error</A
302
357
></DT
303
358
><DT
304
 
>4.3.18.2. <A
 
359
>7.3.20.2. <A
305
360
HREF="reference-conn.html#DBI-CONN-ERROR-HANDLER"
306
361
>dbi_conn_error_handler</A
307
362
></DT
308
363
><DT
309
 
>4.3.18.3. <A
 
364
>7.3.20.3. <A
310
365
HREF="reference-conn.html#DBI-CONN-ERROR-FLAG"
311
366
>dbi_conn_error_flag</A
312
367
></DT
313
368
><DT
314
 
>4.3.18.4. <A
 
369
>7.3.20.4. <A
315
370
HREF="reference-conn.html#DBI-CONN-SET-ERROR"
316
371
>dbi_conn_set_error</A
317
372
></DT
318
373
></DL
319
374
></DD
320
 
></DL
321
 
></DD
322
 
><DT
323
 
>4.4. <A
 
375
><DT
 
376
>7.3.21. <A
 
377
HREF="reference-conn.html#REFERENCE-CONN-TRANSACTIONS-SAVEPOINTS"
 
378
>Transactions and Savepoints</A
 
379
></DT
 
380
><DD
 
381
><DL
 
382
><DT
 
383
>7.3.21.1. <A
 
384
HREF="reference-conn.html#DBI-CONN-TRANSACTION-BEGIN"
 
385
>dbi_conn_transaction_begin</A
 
386
></DT
 
387
><DT
 
388
>7.3.21.2. <A
 
389
HREF="reference-conn.html#DBI-CONN-TRANSACTION-COMMIT"
 
390
>dbi_conn_transaction_commit</A
 
391
></DT
 
392
><DT
 
393
>7.3.21.3. <A
 
394
HREF="reference-conn.html#DBI-CONN-TRANSACTION-ROLLBACK"
 
395
>dbi_conn_transaction_rollback</A
 
396
></DT
 
397
><DT
 
398
>7.3.21.4. <A
 
399
HREF="reference-conn.html#DBI-CONN-SAVEPOINT"
 
400
>dbi_conn_savepoint</A
 
401
></DT
 
402
><DT
 
403
>7.3.21.5. <A
 
404
HREF="reference-conn.html#DBI-CONN-ROLLBACK-TO-SAVEPOINT"
 
405
>dbi_conn_rollback_to_savepoint</A
 
406
></DT
 
407
><DT
 
408
>7.3.21.6. <A
 
409
HREF="reference-conn.html#DBI-CONN-RELEASE-SAVEPOINT"
 
410
>dbi_conn_release_savepoint</A
 
411
></DT
 
412
></DL
 
413
></DD
 
414
></DL
 
415
></DD
 
416
><DT
 
417
>7.4. <A
324
418
HREF="reference-database.html"
325
419
>SQL and Database Infrastructure</A
326
420
></DT
327
421
><DD
328
422
><DL
329
423
><DT
330
 
>4.4.1. <A
 
424
>7.4.1. <A
331
425
HREF="reference-database.html#DBI-CONN-CONNECT"
332
426
>dbi_conn_connect</A
333
427
></DT
334
428
><DT
335
 
>4.4.2. <A
 
429
>7.4.2. <A
336
430
HREF="reference-database.html#DBI-CONN-GET-DB-LIST"
337
431
>dbi_conn_get_db_list</A
338
432
></DT
339
433
><DT
340
 
>4.4.3. <A
 
434
>7.4.3. <A
341
435
HREF="reference-database.html#DBI-CONN-GET-TABLE-LIST"
342
436
>dbi_conn_get_table_list</A
343
437
></DT
344
438
><DT
345
 
>4.4.4. <A
 
439
>7.4.4. <A
346
440
HREF="reference-database.html#DBI-CONN-SELECT-DB"
347
441
>dbi_conn_select_db</A
348
442
></DT
349
443
></DL
350
444
></DD
351
445
><DT
352
 
>4.5. <A
 
446
>7.5. <A
353
447
HREF="reference-query.html"
354
448
>Managing Queries</A
355
449
></DT
356
450
><DD
357
451
><DL
358
452
><DT
359
 
>4.5.1. <A
 
453
>7.5.1. <A
360
454
HREF="reference-query.html#DBI-CONN-QUERY"
361
455
>dbi_conn_query</A
362
456
></DT
363
457
><DT
364
 
>4.5.2. <A
 
458
>7.5.2. <A
365
459
HREF="reference-query.html#DBI-CONN-QUERYF"
366
460
>dbi_conn_queryf</A
367
461
></DT
368
462
><DT
369
 
>4.5.3. <A
 
463
>7.5.3. <A
370
464
HREF="reference-query.html#DBI-CONN-QUERY-NULL"
371
465
>dbi_conn_query_null</A
372
466
></DT
373
467
><DT
374
 
>4.5.4. <A
 
468
>7.5.4. <A
375
469
HREF="reference-query.html#DBI-CONN-SEQUENCE-LAST"
376
470
>dbi_conn_sequence_last</A
377
471
></DT
378
472
><DT
379
 
>4.5.5. <A
 
473
>7.5.5. <A
380
474
HREF="reference-query.html#DBI-CONN-SEQUENCE-NEXT"
381
475
>dbi_conn_sequence_next</A
382
476
></DT
383
477
><DT
384
 
>4.5.6. <A
 
478
>7.5.6. <A
385
479
HREF="reference-query.html#DBI-CONN-PING"
386
480
>dbi_conn_ping</A
387
481
></DT
388
482
><DT
389
 
>4.5.7. <A
 
483
>7.5.7. <A
390
484
HREF="reference-query.html#DBI-CONN-QUOTE-STRING"
391
485
>dbi_conn_quote_string</A
392
486
></DT
393
487
><DT
394
 
>4.5.8. <A
 
488
>7.5.8. <A
395
489
HREF="reference-query.html#DBI-CONN-QUOTE-STRING-COPY"
396
490
>dbi_conn_quote_string_copy</A
397
491
></DT
398
492
><DT
399
 
>4.5.9. <A
 
493
>7.5.9. <A
400
494
HREF="reference-query.html#DBI-CONN-QUOTE-BINARY-COPY"
401
495
>dbi_conn_quote_binary_copy</A
402
496
></DT
403
497
><DT
404
 
>4.5.10. <A
 
498
>7.5.10. <A
405
499
HREF="reference-query.html#DBI-CONN-ESCAPE-STRING"
406
500
>dbi_conn_escape_string</A
407
501
></DT
408
502
><DT
409
 
>4.5.11. <A
 
503
>7.5.11. <A
410
504
HREF="reference-query.html#DBI-CONN-ESCAPE-STRING-COPY"
411
505
>dbi_conn_escape_string_copy</A
412
506
></DT
413
507
><DT
414
 
>4.5.12. <A
 
508
>7.5.12. <A
415
509
HREF="reference-query.html#DBI-CONN-ESCAPE-BINARY-COPY"
416
510
>dbi_conn_escape_binary_copy</A
417
511
></DT
418
512
></DL
419
513
></DD
420
514
><DT
421
 
>4.6. <A
 
515
>7.6. <A
422
516
HREF="reference-results.html"
423
517
>Managing Results</A
424
518
></DT
425
519
><DD
426
520
><DL
427
521
><DT
428
 
>4.6.1. <A
 
522
>7.6.1. <A
429
523
HREF="reference-results.html#DBI-RESULT-GET-CONN"
430
524
>dbi_result_get_conn</A
431
525
></DT
432
526
><DT
433
 
>4.6.2. <A
 
527
>7.6.2. <A
434
528
HREF="reference-results.html#DBI-RESULT-FREE"
435
529
>dbi_result_free</A
436
530
></DT
437
531
><DT
438
 
>4.6.3. <A
 
532
>7.6.3. <A
439
533
HREF="reference-results.html#DBI-RESULT-SEEK-ROW"
440
534
>dbi_result_seek_row</A
441
535
></DT
442
536
><DT
443
 
>4.6.4. <A
 
537
>7.6.4. <A
444
538
HREF="reference-results.html#DBI-RESULT-FIRST-ROW"
445
539
>dbi_result_first_row</A
446
540
></DT
447
541
><DT
448
 
>4.6.5. <A
 
542
>7.6.5. <A
449
543
HREF="reference-results.html#DBI-RESULT-LAST-ROW"
450
544
>dbi_result_last_row</A
451
545
></DT
452
546
><DT
453
 
>4.6.6. <A
 
547
>7.6.6. <A
454
548
HREF="reference-results.html#DBI-RESULT-PREV-ROW"
455
549
>dbi_result_prev_row</A
456
550
></DT
457
551
><DT
458
 
>4.6.7. <A
 
552
>7.6.7. <A
459
553
HREF="reference-results.html#DBI-RESULT-NEXT-ROW"
460
554
>dbi_result_next_row</A
461
555
></DT
462
556
><DT
463
 
>4.6.8. <A
 
557
>7.6.8. <A
464
558
HREF="reference-results.html#DBI-RESULT-GET-CURROW"
465
559
>dbi_result_get_currow</A
466
560
></DT
467
561
><DT
468
 
>4.6.9. <A
 
562
>7.6.9. <A
469
563
HREF="reference-results.html#DBI-RESULT-GET-NUMROWS"
470
564
>dbi_result_get_numrows</A
471
565
></DT
472
566
><DT
473
 
>4.6.10. <A
 
567
>7.6.10. <A
474
568
HREF="reference-results.html#DBI-RESULT-GET-NUMROWS-AFFECTED"
475
569
>dbi_result_get_numrows_affected</A
476
570
></DT
477
571
></DL
478
572
></DD
479
573
><DT
480
 
>4.7. <A
 
574
>7.7. <A
481
575
HREF="reference-field-meta.html"
482
576
>Retrieving Field Meta-data</A
483
577
></DT
484
578
><DD
485
579
><DL
486
580
><DT
487
 
>4.7.1. <A
 
581
>7.7.1. <A
488
582
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-LENGTH"
489
583
>dbi_result_get_field_length</A
490
584
></DT
491
585
><DT
492
 
>4.7.2. <A
 
586
>7.7.2. <A
493
587
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-LENGTH-IDX"
494
588
>dbi_result_get_field_length_idx</A
495
589
></DT
496
590
><DT
497
 
>4.7.3. <A
 
591
>7.7.3. <A
498
592
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-SIZE"
499
593
>dbi_result_get_field_size</A
500
594
></DT
501
595
><DT
502
 
>4.7.4. <A
 
596
>7.7.4. <A
503
597
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-SIZE-IDX"
504
598
>dbi_result_get_field_size_idx</A
505
599
></DT
506
600
><DT
507
 
>4.7.5. <A
 
601
>7.7.5. <A
508
602
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-IDX"
509
603
>dbi_result_get_field_idx</A
510
604
></DT
511
605
><DT
512
 
>4.7.6. <A
 
606
>7.7.6. <A
513
607
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-NAME"
514
608
>dbi_result_get_field_name</A
515
609
></DT
516
610
><DT
517
 
>4.7.7. <A
 
611
>7.7.7. <A
518
612
HREF="reference-field-meta.html#DBI-RESULT-GET-NUMFIELDS"
519
613
>dbi_result_get_numfields</A
520
614
></DT
521
615
><DT
522
 
>4.7.8. <A
 
616
>7.7.8. <A
523
617
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-TYPE"
524
618
>dbi_result_get_field_type</A
525
619
></DT
526
620
><DT
527
 
>4.7.9. <A
 
621
>7.7.9. <A
528
622
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-TYPE-IDX"
529
623
>dbi_result_get_field_type_idx</A
530
624
></DT
531
625
><DT
532
 
>4.7.10. <A
 
626
>7.7.10. <A
533
627
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-ATTRIB"
534
628
>dbi_result_get_field_attrib</A
535
629
></DT
536
630
><DT
537
 
>4.7.11. <A
 
631
>7.7.11. <A
538
632
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-ATTRIB-IDX"
539
633
>dbi_result_get_field_attrib_idx</A
540
634
></DT
541
635
><DT
542
 
>4.7.12. <A
 
636
>7.7.12. <A
543
637
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-ATTRIBS"
544
638
>dbi_result_get_field_attribs</A
545
639
></DT
546
640
><DT
547
 
>4.7.13. <A
 
641
>7.7.13. <A
548
642
HREF="reference-field-meta.html#DBI-RESULT-GET-FIELD-ATTRIBS-IDX"
549
643
>dbi_result_get_field_attribs_idx</A
550
644
></DT
551
645
><DT
552
 
>4.7.14. <A
 
646
>7.7.14. <A
553
647
HREF="reference-field-meta.html#DBI-RESULT-FIELD-IS-NULL"
554
648
>dbi_result_field_is_null</A
555
649
></DT
556
650
><DT
557
 
>4.7.15. <A
 
651
>7.7.15. <A
558
652
HREF="reference-field-meta.html#DBI-RESULT-FIELD-IS-NULL-IDX"
559
653
>dbi_result_field_is_null_idx</A
560
654
></DT
561
655
></DL
562
656
></DD
563
657
><DT
564
 
>4.8. <A
 
658
>7.8. <A
565
659
HREF="reference-field.html"
566
660
>Retrieving Field Data by Name</A
567
661
></DT
568
662
><DD
569
663
><DL
570
664
><DT
571
 
>4.8.1. <A
 
665
>7.8.1. <A
572
666
HREF="reference-field.html#DBI-RESULT-GET-FIELDS"
573
667
>dbi_result_get_fields</A
574
668
></DT
575
669
><DT
576
 
>4.8.2. <A
 
670
>7.8.2. <A
577
671
HREF="reference-field.html#DBI-RESULT-BIND-FIELDS"
578
672
>dbi_result_bind_fields</A
579
673
></DT
580
674
><DT
581
 
>4.8.3. <A
 
675
>7.8.3. <A
582
676
HREF="reference-field.html#DBI-RESULT-GET-CHAR"
583
677
>dbi_result_get_char</A
584
678
></DT
585
679
><DT
586
 
>4.8.4. <A
 
680
>7.8.4. <A
587
681
HREF="reference-field.html#DBI-RESULT-GET-UCHAR"
588
682
>dbi_result_get_uchar</A
589
683
></DT
590
684
><DT
591
 
>4.8.5. <A
 
685
>7.8.5. <A
592
686
HREF="reference-field.html#DBI-RESULT-GET-SHORT"
593
687
>dbi_result_get_short</A
594
688
></DT
595
689
><DT
596
 
>4.8.6. <A
 
690
>7.8.6. <A
597
691
HREF="reference-field.html#DBI-RESULT-GET-USHORT"
598
692
>dbi_result_get_ushort</A
599
693
></DT
600
694
><DT
601
 
>4.8.7. <A
 
695
>7.8.7. <A
602
696
HREF="reference-field.html#DBI-RESULT-GET-INT"
603
697
>dbi_result_get_int</A
604
698
></DT
605
699
><DT
606
 
>4.8.8. <A
 
700
>7.8.8. <A
607
701
HREF="reference-field.html#DBI-RESULT-GET-UINT"
608
702
>dbi_result_get_uint</A
609
703
></DT
610
704
><DT
611
 
>4.8.9. <A
 
705
>7.8.9. <A
612
706
HREF="reference-field.html#DBI-RESULT-GET-LONG"
613
707
>dbi_result_get_long</A
614
708
></DT
615
709
><DT
616
 
>4.8.10. <A
 
710
>7.8.10. <A
617
711
HREF="reference-field.html#DBI-RESULT-GET-ULONG"
618
712
>dbi_result_get_ulong</A
619
713
></DT
620
714
><DT
621
 
>4.8.11. <A
 
715
>7.8.11. <A
622
716
HREF="reference-field.html#DBI-RESULT-GET-LONGLONG"
623
717
>dbi_result_get_longlong</A
624
718
></DT
625
719
><DT
626
 
>4.8.12. <A
 
720
>7.8.12. <A
627
721
HREF="reference-field.html#DBI-RESULT-GET-ULONGLONG"
628
722
>dbi_result_get_ulonglong</A
629
723
></DT
630
724
><DT
631
 
>4.8.13. <A
 
725
>7.8.13. <A
632
726
HREF="reference-field.html#DBI-RESULT-GET-FLOAT"
633
727
>dbi_result_get_float</A
634
728
></DT
635
729
><DT
636
 
>4.8.14. <A
 
730
>7.8.14. <A
637
731
HREF="reference-field.html#DBI-RESULT-GET-DOUBLE"
638
732
>dbi_result_get_double</A
639
733
></DT
640
734
><DT
641
 
>4.8.15. <A
 
735
>7.8.15. <A
642
736
HREF="reference-field.html#DBI-RESULT-GET-STRING"
643
737
>dbi_result_get_string</A
644
738
></DT
645
739
><DT
646
 
>4.8.16. <A
 
740
>7.8.16. <A
647
741
HREF="reference-field.html#DBI-RESULT-GET-STRING-COPY"
648
742
>dbi_result_get_string_copy</A
649
743
></DT
650
744
><DT
651
 
>4.8.17. <A
 
745
>7.8.17. <A
652
746
HREF="reference-field.html#DBI-RESULT-GET-BINARY"
653
747
>dbi_result_get_binary</A
654
748
></DT
655
749
><DT
656
 
>4.8.18. <A
 
750
>7.8.18. <A
657
751
HREF="reference-field.html#DBI-RESULT-GET-BINARY-COPY"
658
752
>dbi_result_get_binary_copy</A
659
753
></DT
660
754
><DT
661
 
>4.8.19. <A
 
755
>7.8.19. <A
662
756
HREF="reference-field.html#DBI-RESULT-GET-DATETIME"
663
757
>dbi_result_get_datetime</A
664
758
></DT
665
759
><DT
666
 
>4.8.20. <A
 
760
>7.8.20. <A
 
761
HREF="reference-field.html#DBI-RESULT-GET-AS-LONGLONG"
 
762
>dbi_result_get_as_longlong</A
 
763
></DT
 
764
><DT
 
765
>7.8.21. <A
 
766
HREF="reference-field.html#DBI-RESULT-GET-AS-STRING-COPY"
 
767
>dbi_result_get_as_string_copy</A
 
768
></DT
 
769
><DT
 
770
>7.8.22. <A
667
771
HREF="reference-field.html#DBI-RESULT-BIND-CHAR"
668
772
>dbi_result_bind_char</A
669
773
></DT
670
774
><DT
671
 
>4.8.21. <A
 
775
>7.8.23. <A
672
776
HREF="reference-field.html#DBI-RESULT-BIND-UCHAR"
673
777
>dbi_result_bind_uchar</A
674
778
></DT
675
779
><DT
676
 
>4.8.22. <A
 
780
>7.8.24. <A
677
781
HREF="reference-field.html#DBI-RESULT-BIND-SHORT"
678
782
>dbi_result_bind_short</A
679
783
></DT
680
784
><DT
681
 
>4.8.23. <A
 
785
>7.8.25. <A
682
786
HREF="reference-field.html#DBI-RESULT-BIND-USHORT"
683
787
>dbi_result_bind_ushort</A
684
788
></DT
685
789
><DT
686
 
>4.8.24. <A
 
790
>7.8.26. <A
687
791
HREF="reference-field.html#DBI-RESULT-BIND-INT"
688
792
>dbi_result_bind_int</A
689
793
></DT
690
794
><DT
691
 
>4.8.25. <A
 
795
>7.8.27. <A
692
796
HREF="reference-field.html#DBI-RESULT-BIND-UINT"
693
797
>dbi_result_bind_uint</A
694
798
></DT
695
799
><DT
696
 
>4.8.26. <A
 
800
>7.8.28. <A
697
801
HREF="reference-field.html#DBI-RESULT-BIND-LONG"
698
802
>dbi_result_bind_long</A
699
803
></DT
700
804
><DT
701
 
>4.8.27. <A
 
805
>7.8.29. <A
702
806
HREF="reference-field.html#DBI-RESULT-BIND-ULONG"
703
807
>dbi_result_bind_ulong</A
704
808
></DT
705
809
><DT
706
 
>4.8.28. <A
 
810
>7.8.30. <A
707
811
HREF="reference-field.html#DBI-RESULT-BIND-LONGLONG"
708
812
>dbi_result_bind_longlong</A
709
813
></DT
710
814
><DT
711
 
>4.8.29. <A
 
815
>7.8.31. <A
712
816
HREF="reference-field.html#DBI-RESULT-BIND-ULONGLONG"
713
817
>dbi_result_bind_ulonglong</A
714
818
></DT
715
819
><DT
716
 
>4.8.30. <A
 
820
>7.8.32. <A
717
821
HREF="reference-field.html#DBI-RESULT-BIND-FLOAT"
718
822
>dbi_result_bind_float</A
719
823
></DT
720
824
><DT
721
 
>4.8.31. <A
 
825
>7.8.33. <A
722
826
HREF="reference-field.html#DBI-RESULT-BIND-DOUBLE"
723
827
>dbi_result_bind_double</A
724
828
></DT
725
829
><DT
726
 
>4.8.32. <A
 
830
>7.8.34. <A
727
831
HREF="reference-field.html#DBI-RESULT-BIND-STRING"
728
832
>dbi_result_bind_string</A
729
833
></DT
730
834
><DT
731
 
>4.8.33. <A
 
835
>7.8.35. <A
732
836
HREF="reference-field.html#DBI-RESULT-BIND-BINARY"
733
837
>dbi_result_bind_binary</A
734
838
></DT
735
839
><DT
736
 
>4.8.34. <A
 
840
>7.8.36. <A
737
841
HREF="reference-field.html#DBI-RESULT-BIND-STRING-COPY"
738
842
>dbi_result_bind_string_copy</A
739
843
></DT
740
844
><DT
741
 
>4.8.35. <A
 
845
>7.8.37. <A
742
846
HREF="reference-field.html#DBI-RESULT-BIND-BINARY-COPY"
743
847
>dbi_result_bind_binary_copy</A
744
848
></DT
745
849
><DT
746
 
>4.8.36. <A
 
850
>7.8.38. <A
747
851
HREF="reference-field.html#DBI-RESULT-BIND-DATETIME"
748
852
>dbi_result_bind_datetime</A
749
853
></DT
750
854
></DL
751
855
></DD
752
856
><DT
753
 
>4.9. <A
 
857
>7.9. <A
754
858
HREF="reference-field-idx.html"
755
859
>Retrieving Field Data by Index</A
756
860
></DT
757
861
><DD
758
862
><DL
759
863
><DT
760
 
>4.9.1. <A
 
864
>7.9.1. <A
761
865
HREF="reference-field-idx.html#DBI-RESULT-GET-CHAR-IDX"
762
866
>dbi_result_get_char_idx</A
763
867
></DT
764
868
><DT
765
 
>4.9.2. <A
 
869
>7.9.2. <A
766
870
HREF="reference-field-idx.html#DBI-RESULT-GET-UCHAR-IDX"
767
871
>dbi_result_get_uchar_idx</A
768
872
></DT
769
873
><DT
770
 
>4.9.3. <A
 
874
>7.9.3. <A
771
875
HREF="reference-field-idx.html#DBI-RESULT-GET-SHORT-IDX"
772
876
>dbi_result_get_short_idx</A
773
877
></DT
774
878
><DT
775
 
>4.9.4. <A
 
879
>7.9.4. <A
776
880
HREF="reference-field-idx.html#DBI-RESULT-GET-USHORT-IDX"
777
881
>dbi_result_get_ushort_idx</A
778
882
></DT
779
883
><DT
780
 
>4.9.5. <A
 
884
>7.9.5. <A
781
885
HREF="reference-field-idx.html#DBI-RESULT-GET-INT-IDX"
782
886
>dbi_result_get_int_idx</A
783
887
></DT
784
888
><DT
785
 
>4.9.6. <A
 
889
>7.9.6. <A
786
890
HREF="reference-field-idx.html#DBI-RESULT-GET-UINT-IDX"
787
891
>dbi_result_get_uint_idx</A
788
892
></DT
789
893
><DT
790
 
>4.9.7. <A
 
894
>7.9.7. <A
791
895
HREF="reference-field-idx.html#DBI-RESULT-GET-LONG-IDX"
792
896
>dbi_result_get_long_idx</A
793
897
></DT
794
898
><DT
795
 
>4.9.8. <A
 
899
>7.9.8. <A
796
900
HREF="reference-field-idx.html#DBI-RESULT-GET-ULONG-IDX"
797
901
>dbi_result_get_ulong_idx</A
798
902
></DT
799
903
><DT
800
 
>4.9.9. <A
 
904
>7.9.9. <A
801
905
HREF="reference-field-idx.html#DBI-RESULT-GET-LONGLONG-IDX"
802
906
>dbi_result_get_longlong_idx</A
803
907
></DT
804
908
><DT
805
 
>4.9.10. <A
 
909
>7.9.10. <A
806
910
HREF="reference-field-idx.html#DBI-RESULT-GET-ULONGLONG-IDX"
807
911
>dbi_result_get_ulonglong_idx</A
808
912
></DT
809
913
><DT
810
 
>4.9.11. <A
 
914
>7.9.11. <A
811
915
HREF="reference-field-idx.html#DBI-RESULT-GET-FLOAT-IDX"
812
916
>dbi_result_get_float_idx</A
813
917
></DT
814
918
><DT
815
 
>4.9.12. <A
 
919
>7.9.12. <A
816
920
HREF="reference-field-idx.html#DBI-RESULT-GET-DOUBLE-IDX"
817
921
>dbi_result_get_double_idx</A
818
922
></DT
819
923
><DT
820
 
>4.9.13. <A
 
924
>7.9.13. <A
821
925
HREF="reference-field-idx.html#DBI-RESULT-GET-STRING-IDX"
822
926
>dbi_result_get_string_idx</A
823
927
></DT
824
928
><DT
825
 
>4.9.14. <A
 
929
>7.9.14. <A
826
930
HREF="reference-field-idx.html#DBI-RESULT-GET-STRING-COPY-IDX"
827
931
>dbi_result_get_string_copy_idx</A
828
932
></DT
829
933
><DT
830
 
>4.9.15. <A
 
934
>7.9.15. <A
831
935
HREF="reference-field-idx.html#DBI-RESULT-GET-BINARY-IDX"
832
936
>dbi_result_get_binary_idx</A
833
937
></DT
834
938
><DT
835
 
>4.9.16. <A
 
939
>7.9.16. <A
836
940
HREF="reference-field-idx.html#DBI-RESULT-GET-BINARY-COPY-IDX"
837
941
>dbi_result_get_binary_copy_idx</A
838
942
></DT
839
943
><DT
840
 
>4.9.17. <A
 
944
>7.9.17. <A
841
945
HREF="reference-field-idx.html#DBI-RESULT-GET-DATETIME-IDX"
842
946
>dbi_result_get_datetime_idx</A
843
947
></DT
 
948
><DT
 
949
>7.9.18. <A
 
950
HREF="reference-field-idx.html#DBI-RESULT-GET-AS-LONGLONG-IDX"
 
951
>dbi_result_get_as_longlong_idx</A
 
952
></DT
 
953
><DT
 
954
>7.9.19. <A
 
955
HREF="reference-field-idx.html#DBI-RESULT-GET-AS-STRING-COPY-IDX"
 
956
>dbi_result_get_as_string_copy_idx</A
 
957
></DT
844
958
></DL
845
959
></DD
846
960
></DL
862
976
ALIGN="left"
863
977
VALIGN="top"
864
978
><A
865
 
HREF="errornumbers.html"
 
979
HREF="version-at-runtime.html"
866
980
ACCESSKEY="P"
867
981
>Prev</A
868
982
></TD
890
1004
WIDTH="33%"
891
1005
ALIGN="left"
892
1006
VALIGN="top"
893
 
>Error numbers</TD
 
1007
>Determining the library version at runtime</TD
894
1008
><TD
895
1009
WIDTH="34%"
896
1010
ALIGN="center"
900
1014
WIDTH="33%"
901
1015
ALIGN="right"
902
1016
VALIGN="top"
903
 
>Core Library Functions</TD
 
1017
>Instance Infrastructure</TD
904
1018
></TR
905
1019
></TABLE
906
1020
></DIV