Tizen Native API  7.0
data_control_sql_response_cb Struct Reference

Public Attributes

data_control_sql_select_response_cb select_cb
data_control_sql_insert_response_cb insert_cb
data_control_sql_update_response_cb update_cb
data_control_sql_delete_response_cb delete_cb

Detailed Description

The structure type to contain the set of callback functions for handling the response events of the SQL-friendly interface based data control.

Since :
2.3
See also:
data_control_sql_select_response_cb()
data_control_sql_insert_response_cb()
data_control_sql_update_response_cb()
data_control_sql_delete_response_cb()

Member Data Documentation

This callback function is called when a response is received for a delete operation from an application using the SQL-friendly interface based data control.

This callback function is called when a response is received for an insert operation from an application using the SQL-friendly interface based data control.

This callback function is called when a response is received for an select operation from an application using the SQL-friendly interface based data control.

This callback function is called when a response is received for an update operation from an application using the SQL-friendly interface based data control.