#include "sqlsync_user_notification.h"
#include "sqlsync_def.h"
Functions | |
void | sqlsync_send_user_notification_init () |
void | sqlsync_send_user_notification_free () |
void | sqlsync_user_lib_notification (sqlsync_user_message message, sqlsync_user_data *data) |
void | sqlsync_send_user_notification (sqlsync_user_message message, sqlsync_user_data *data) |
void | sqlsync_send_error_notification (c_string_elem_ptr error) |
void | sqlsync_send_error_notification2 (char *data) |
void | sqlsync_send_info_notification (c_string_elem_ptr error) |
void | sqlsync_send_info_notification2 (char *data) |
void | sqlsync_send_string_notification (sqlsync_user_message message, c_string_elem_ptr data) |
void | sqlsync_send_query_notification (sqlsync_user_message message, c_string_elem_ptr query, uint32 idx, uint32 size) |
void sqlsync_send_error_notification | ( | c_string_elem_ptr | error | ) |
void sqlsync_send_error_notification2 | ( | char * | data | ) |
void sqlsync_send_info_notification | ( | c_string_elem_ptr | error | ) |
void sqlsync_send_info_notification2 | ( | char * | data | ) |
void sqlsync_send_query_notification | ( | sqlsync_user_message | message, | |
c_string_elem_ptr | query, | |||
uint32 | idx, | |||
uint32 | size | |||
) |
void sqlsync_send_string_notification | ( | sqlsync_user_message | message, | |
c_string_elem_ptr | data | |||
) |
void sqlsync_send_user_notification | ( | sqlsync_user_message | message, | |
sqlsync_user_data * | data | |||
) |
void sqlsync_send_user_notification_free | ( | ) |
void sqlsync_send_user_notification_init | ( | ) |
void sqlsync_user_lib_notification | ( | sqlsync_user_message | message, | |
sqlsync_user_data * | data | |||
) |