Difference between revisions of "OpenDBX/C API/1.2"
From Linuxnetworks
(→Basic API Reference) |
(header hierarchy) |
||
Line 1: | Line 1: | ||
− | = Basic API Reference = | + | == Basic API Reference == |
* [[OpenDBX bind|odbx_bind]] (available since 1.1.1) | * [[OpenDBX bind|odbx_bind]] (available since 1.1.1) |
Revision as of 18:30, 6 May 2007
Basic API Reference
- odbx_bind (available since 1.1.1)
- odbx_bind_simple (deprecated)
- odbx_capabilities
- odbx_column_count
- odbx_column_name
- odbx_column_type
- odbx_error
- odbx_error_type (available since 1.1.2)
- odbx_escape
- odbx_field_length
- odbx_field_value
- odbx_finish
- odbx_get_option
- odbx_init
- odbx_query
- odbx_result
- odbx_result_free
- odbx_rows_affected
- odbx_row_fetch
- odbx_set_option
- odbx_unbind
Back to Overview