c_cmp_results Struct Reference

#include <sqlsync_compare_results.h>


Data Fields

c_string_elem_ptr table_name
c_vector_columns_ptr primary_keys
c_vector_int32_ptr primary_keys_pos
c_vector_columns_ptr columns
uint32 equals
c_vector_strings_ptr sql_query_diff
c_vector_strings_ptr sql_query_miss
c_vector_strings_ptr sql_query_add
c_grid_data_ptr row_miss
c_grid_data_ptr row_add
c_grid_data_ptr row_diff_src
c_grid_data_ptr row_diff_dst
sqlsync_server_type type


Field Documentation

c_string_elem_ptr c_cmp_results::table_name

Table name

c_vector_columns_ptr c_cmp_results::primary_keys

Primary keys names

c_vector_int32_ptr c_cmp_results::primary_keys_pos

Positions of primary keys

c_vector_columns_ptr c_cmp_results::columns

List of columns

uint32 c_cmp_results::equals

Number of rows that are equal in compared tables

c_vector_strings_ptr c_cmp_results::sql_query_diff

Queries which modifies rows

c_vector_strings_ptr c_cmp_results::sql_query_miss

Queries which adds rows to table

c_vector_strings_ptr c_cmp_results::sql_query_add

Queries which deletes rows from table

c_grid_data_ptr c_cmp_results::row_miss

Grid with missing rows

c_grid_data_ptr c_cmp_results::row_add

Grid with additional rows

c_grid_data_ptr c_cmp_results::row_diff_src

Grid with different rows from source table

c_grid_data_ptr c_cmp_results::row_diff_dst

Grid with different rows from destination table

sqlsync_server_type c_cmp_results::type

Destination server type


The documentation for this struct was generated from the following file:
Generated on Tue Apr 15 15:33:01 2008 for sqlsync by  doxygen 1.5.4