/
14.1 sp431_client_server_map
14.1 sp431_client_server_map
This table contains the set of different types of client and the specific types of ServiceOptimizer servers that they may communicate with.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
client_type_no | number(9) | ![]() | |
server_type_no | number(9) | ![]() |
Keys
primary key (server_type_no, client_type_no)
foreign key (client_type_no) references 14.1 sp430_client_types(client_type_no)
foreign key (server_type_no) references 14.1 sp405_component_types(type_no)
Column Descriptions
Field | Description |
---|---|
client_type_no | Identifier of client type. |
server_type_no | Server component to which this client is allowed access. |
, multiple selections available,
Related content
sp431_client_server_map
sp431_client_server_map
More like this
sp430_client_types
sp430_client_types
More like this
14.1 sp430_client_types
14.1 sp430_client_types
More like this