Man Pages in
libopendbx1-dev
Carta.tech
Packages
libopendbx1-dev
30
Section 3:
Library calls
OpenDBX.3
Opendbx c++ api.
OpenDBX_Conn.3
Encapsulates a connection to a database.
OpenDBX_Exception.3
Exceptions thrown by the opendbx classes.
OpenDBX_Lob.3
Handling large objects if supported by the database.
OpenDBX_Result.3
Provides result sets from the database.
OpenDBX_Stmt.3
Statement object.
odbx_bind.3
User authentication for a database connection
odbx_capabilities.3
Query implemented capabilities
odbx_column_count.3
Get the number of columns in the current result set
odbx_column_name.3
Get the name of a column in the current result set
odbx_column_type.3
Returns the sql data type of a column in the current result set
odbx_error.3
Returns a human readable error message
odbx_error_type.3
Returns the severity of an error
odbx_escape.3
Prepare strings for inclusion in statements
odbx_field_length.3
Returns the length of a field value
odbx_field_value.3
Returns the data stored in a field
odbx_finish.3
Frees connection resources
odbx_get_option.3
Query backend for implemented options
odbx_init.3
Allocate per connection data structures
odbx_lo_close.3
Closes a large object reference
odbx_lo_open.3
Opens a large object in the database
odbx_lo_read.3
Reads content from a large object
odbx_lo_write.3
Writes buffer content into the large object
odbx_query.3
Send a statement to the database server
odbx_result.3
Retrieves a result set from the database server
odbx_result_finish.3
Closes the result set and frees its allocated memory
odbx_row_fetch.3
Retrieve rows from the result set
odbx_rows_affected.3
Returns the number of changed records
odbx_set_option.3
Change behaviour of the database backend
odbx_unbind.3
Disconnects from the database