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 sp430_client_types(client_type_no)Â
foreign key (server_type_no) references 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. |