tinyows 1.2.2
|
#include <ows_struct.h>
Data Fields | |
buffer * | schema |
buffer * | table |
list * | geom_columns |
list * | not_null_columns |
int | srid |
buffer * | pkey |
buffer * | pkey_sequence |
buffer * | pkey_default |
bool | is_geographic |
array * | attributes |
Definition at line 95 of file ows_struct.h.
array* Ows_layer_storage::attributes |
Definition at line 107 of file ows_struct.h.
Referenced by ows_layer_storage_free(), ows_layer_storage_init(), ows_psql_describe_table(), ows_psql_type(), and ows_storage_fill_attributes().
list* Ows_layer_storage::geom_columns |
Definition at line 98 of file ows_struct.h.
Referenced by ows_layer_storage_fill(), ows_layer_storage_free(), ows_layer_storage_init(), ows_psql_geometry_column(), and ows_psql_is_geometry_column().
bool Ows_layer_storage::is_geographic |
Definition at line 104 of file ows_struct.h.
Referenced by ows_layer_storage_fill(), ows_layer_storage_init(), and ows_srs_meter_units().
list* Ows_layer_storage::not_null_columns |
Definition at line 99 of file ows_struct.h.
Referenced by ows_layer_storage_free(), ows_layer_storage_init(), ows_psql_not_null_properties(), and ows_storage_fill_not_null().
buffer* Ows_layer_storage::pkey |
Definition at line 101 of file ows_struct.h.
Referenced by ows_layer_storage_free(), ows_layer_storage_init(), ows_psql_id_column(), ows_storage_fill_attributes(), and ows_storage_fill_pkey().
buffer* Ows_layer_storage::pkey_default |
Definition at line 103 of file ows_struct.h.
Referenced by ows_layer_storage_free(), ows_layer_storage_init(), ows_psql_generate_id(), and ows_storage_fill_pkey().
buffer* Ows_layer_storage::pkey_sequence |
Definition at line 102 of file ows_struct.h.
Referenced by ows_layer_storage_free(), ows_layer_storage_init(), ows_psql_generate_id(), and ows_storage_fill_pkey().
buffer* Ows_layer_storage::schema |
Definition at line 96 of file ows_struct.h.
Referenced by ows_layer_storage_fill(), ows_layer_storage_free(), ows_layer_storage_init(), ows_layers_storage_fill(), ows_layers_storage_flush(), ows_parse_config_layer(), ows_psql_schema_name(), ows_storage_fill_attributes(), ows_storage_fill_not_null(), and ows_storage_fill_pkey().
int Ows_layer_storage::srid |
Definition at line 100 of file ows_struct.h.
Referenced by ows_layer_storage_fill(), ows_layer_storage_init(), ows_layers_storage_flush(), and ows_srs_get_srid_from_layer().
buffer* Ows_layer_storage::table |
Definition at line 97 of file ows_struct.h.
Referenced by ows_layer_storage_fill(), ows_layer_storage_free(), ows_layer_storage_init(), ows_layers_storage_fill(), ows_layers_storage_flush(), ows_parse_config_layer(), ows_psql_table_name(), ows_storage_fill_attributes(), ows_storage_fill_not_null(), and ows_storage_fill_pkey().