sourceId
, sourceName
, type
, options
, description
INSERT INTO c3gis_ol_source(sourceId
, sourceName
, type
, options
, description
)
VALUES(#{sourceId}
, #{sourceName}
, #{type}
, #{options, javaType=ObjectJSON}::jsonb
, #{description}
);
delete from c3gis_ol_source
WHERE sourceId in
#{item, javaType=java.lang.String}