tinyows 1.2.2
|
#include <ows_struct.h>
Data Fields | |
bool | in_not |
bool | is_numeric |
buffer * | sql |
enum fe_error_code | error_code |
Definition at line 342 of file ows_struct.h.
enum fe_error_code Filter_encoding::error_code |
Definition at line 346 of file ows_struct.h.
Referenced by fe_bbox(), fe_binary_comparison_op(), fe_comparison_op(), fe_distance_functions(), fe_envelope(), fe_error(), fe_feature_id(), fe_filter(), fe_function(), fe_logical_op(), fe_property_is_like(), fe_property_name(), fe_spatial_functions(), fe_spatial_op(), fill_fe_error(), filter_encoding_init(), wfs_delete(), wfs_delete_xml(), wfs_insert_xml(), wfs_retrieve_sql_request_list(), and wfs_update_xml().
bool Filter_encoding::in_not |
Definition at line 343 of file ows_struct.h.
Referenced by fe_bbox(), fe_binary_logical_op(), fe_unary_logical_op(), and filter_encoding_init().
bool Filter_encoding::is_numeric |
Definition at line 344 of file ows_struct.h.
Referenced by fe_expression(), fe_property_name(), and filter_encoding_init().
buffer* Filter_encoding::sql |
Definition at line 345 of file ows_struct.h.
Referenced by fe_bbox(), fe_binary_comparison_op(), fe_binary_logical_op(), fe_comparison_op(), fe_distance_functions(), fe_feature_id(), fe_filter(), fe_logical_op(), fe_property_is_between(), fe_property_is_like(), fe_property_is_null(), fe_spatial_functions(), fe_spatial_op(), fe_unary_logical_op(), filter_encoding_free(), filter_encoding_init(), wfs_delete(), wfs_delete_xml(), wfs_insert_xml(), wfs_retrieve_sql_request_list(), and wfs_update_xml().