data_control_sql_insert_response_cb typedef
data_control_sql_insert_response_cb = Pointer<NativeFunction<data_control_sql_insert_response_cbFunction> >
@brief Called when a response is received for an insert operation from an application using the SQL-friendly interface based data control. @since_tizen 2.3
@paramin
request_id The request ID
@paramin
provider The provider handle. @a provider is valid only inside this function \n
@a provider should not be destroyed
@paramin
inserted_row_id The inserted row ID set by the data control
@paramin
provider_result Set to @c true if the data control provider successfully processed, \n
otherwise set to @c false
@paramin
error The error message from the data control provider
@paramin
user_data The user data passed from the register function
Implementation
typedef data_control_sql_insert_response_cb = ffi
.Pointer<ffi.NativeFunction<data_control_sql_insert_response_cbFunction>>;