This page was last edited on July 28, 2019, at 16:33.
Comments or questions about this documentation? Contact us for support!
Table Access objects describe database tables of a specified Format and explain how to access these tables through Database Access Points.
Filter Name | Type | Description |
---|---|---|
dbid | int | A unique identifier of a table access. If specified, configuration server will return information only about this table access. |
tenant_dbid | int | A unique identifier of the tenant. If specified, Configuration server will return information only about the table accesses that belong to this tenant. |
name | string | Name of a table access. Shall be specified as a character string. If specified, Configuration Server will return information only about the table access(es) with that name. |
type | int | A type of table (See CfgTableType). If specified, Configuration Server will return information only about the table(s) of that type. |
dbaccess_dbid | int | A unique identifier of the data base access point through which the table can be accessed. If specified, Configuration Server will return information only about the table access(es) which consists this data base access point. |
format_dbid | int | A unique identifier of format of the table. If specified, Configuration Server will return information only about the table(s) with that format. |
db_table_name | string | Name of the table. Shall be specified as a character string. If specified, Configuration Server will return information only about the table access(es) for that table. |
state | int | Current state of the table access (See CfgObjectState). If specified, Configuration Server will return information only about the table access(es) that are currently in this state. |
One TableAccess can be dedicated to several objects of CfgCallingList type.
A TableAccess cannot be deleted as long as it is associated with at least one CallingList (see CfgCallingList).
<CfgTableAccess> <DBID value="101" /> <tenantDBID value="101" /> <name value="Test_Table_Access" /> <type value="1" /> <description value="test list" /> <dbAccessDBID value="119" /> <formatDBID value="104" /> <dbTableName value="Contact" /> <isCachable value="1" /> <updateTimeout value="0" /> <state value="1" /> </CfgTableAccess>