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 |
|
tenant_dbid | int |
|
name | string |
|
type | int |
CFGTableType ). If
specified, Configuration Server will return information only about
the table(s) of that type.
|
dbaccess_dbid | int |
|
format_dbid | int |
|
db_table_name | string |
|
state | int |
CfgObjectState ). If specified, Configuration
Server will return information only about the table access(es) that
are currently in this state.
|
DBID
—
tenantDBID
—
CfgTenant
to which this table access is allocated. Mandatory. Once specified,
cannot be changed.
name
—
type
—
CfgTableType
of
User Defined Variable Types. Mandatory. Once specified, cannot be
changed.
description
—
dbAccessDBID
—
CfgApplication
of type CFGDBServer
(DB Access Point) through which the table can be accessed.
Mandatory.
tenantDBID
reference
in
DatabaseAccessPoint
when the DatabaseAccessPoint
is
assigned for CfgTableAccess
.
formatDBID
—
CfgFormat
of this table. Once specified cannot be changed. The property is
mandatory for all table types except
CFGTTLogTable
. See CfgTableType
.
dbTableName
—
isCachable
—
CfgFlag
.
updateTimeout
—
isCachable
set
to true only.
state
—
CfgObjectState
userProperties
—
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
).
Note: This XML was created using the Configuration Server 7.5 schema.
<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>