oskari_wfs_parser_config

-1 rows


Description

Configuration for WFS parser describing parsing instructions for complex features

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('oskari_wfs_parser_config_id_seq'::regclass)
name varchar 128 null
type varchar 64 null
request_template text 2147483647 null
response_template text 2147483647 null
parse_config text 2147483647 null
sld_style text 2147483647 null
title text 2147483647 'Parser'::text

Indexes

Constraint Name Type Sort Column(s)
oskari_wfs_parser_config_pkey Primary key Asc id