Project

General

Profile

1
INSERT INTO dsm_api(
2
	id,
3
	protocol, 
4
	baseurl,
5
	datasource,
6
	contentdescription,
7
	typology,
8
	compatibility,
9
	metadata_identifier_path,
10
	removable
11
) VALUES (
12
	:apiId,
13
	:protocol, 
14
	:baseUrl,
15
	:dsId,
16
	:contentDescription,
17
	:typology,
18
	:compatibility,
19
	:metadataIdentifierPath,
20
	:removable
21
)
(7-7/22)