SQL statement processing
The DataBlade® API provides the multiple categories of functions for processing SQL statements.
Function category | DataBlade API function | DataBlade API function |
---|---|---|
Sending SQL statements | Executable-statement functions: mi_exec() |
Prepared-statement functions: mi_close_statement() |
Obtaining statement information | Input-parameter functions: mi_parameter_count() |
Other statement functions: mi_binary_query() |
Obtaining result information | mi_get_result() |
mi_result_reference() |
Retrieving rows, row data, row types, and row-type data | Row-descriptor functions: mi_get_row_desc() |
Row-structure functions: mi_next_row() |
Retrieving columns | Column-information functions: mi_column_count() |
Column-value functions: mi_value() |
Using save sets | mi_save_set_count() |
mi_save_set_get_last() |