SYSADMIN.Connections
このテーブルは、動的接続に関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | Full connection name |
| string | Connectio n name |
| string | JNDI name |
| string | Translator name (e.g. |
| string | Connection properties in the CSV format (e.g. |
| boolean | Flag to signal failed/not failed state of the connection |
| string | Connection URL (e.g. |
| string | Name of the driver (e.g. |
| string | Name of the driver class (e.g. |
| string | Username |
| string | Archive file used by the resource adapter |
| string | Class name |
| string | Additional configuration properties |
| timestamp | Timestamp and time when the connection was created |
| timestamp | Timestamp when the connection was last modified |
| string | User who created the connection |
| string | User who last modified the connection |
| string | Encrypted properties |
SYSADMIN.ConnectorProperties
このテーブルは すべての接続プロパティに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
connector | string | Full connector name |
property | string | Property name |
translator | string | Translator name |
type | string | Data type of the property |
defaultValue | string | Default value of the property |
description | string | Description of the property |
required | boolean | Indicates if the property is required |
masked | boolean | Indicates if the property is encrypted (masked) |
quoted | boolean | Indicates if the property is quoted |
SYSADMIN.CDataJdbcProperties
このテーブルは、CData ドライバーのJDBC プロパティに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | Driver name |
| string | Property name |
| string | A brief description of the property |
| string | The data type of the connection property |
| string | The default value if one is not explicitly set |
| string | A comma-separated list of possible values. A validation error is thrown if another value is specified |
| string | Assigned property value |
| boolean | Indicates if the property is required |
| string | The category of the property |
| boolean | Indicates if the property is a session property, used to save information about the current connection |
| string | The sensitivity level of the property. This informs whether the property is obfuscated in logging and authentication forms |
| string | Property name |
| integer | The index of the parameter |
| integer | The index of the parameter category |
| string | Shows dependent properties associated that need to be set alongside this one |
| boolean | Indicates if the property is visible in the connection UI |
| etc | Various miscellaneous information about the property |
SYSADMIN.CliTemplates
このテーブルは、JBoss CLI テンプレートに関する情報です。
Column Name | Type | Description |
---|---|---|
| biginteger | Template ID |
| string | Template name |
| string | CLI script which creates a data source/resource adapter |
| string | CLI script which removes a data source/resource adapter |
| timestamp | Template creation date |
| timestamp | Template last modification date |
| string | Name of the user who created the template |
| string | Name of the user who last modified the template |
| string | Comma-separated list of properties that will be stored encrypted |
SYSADMIN.DataSources
このテーブルは、ダイナミックモデルに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | Model name |
| string | Translator name (e.g. |
| string | Properties for the model (e.g. |
| string | Properties for the translator (e.g. |
| clob | DDL script for creating the schema |
| boolean | Flag to signal failed/not failed state of the data source |
| timestamp | Timestamp when the data source was created |
| timestamp | Timestamp when the data source was last modified |
| string | User who created the data source |
| string | User who modified the data source |
| string | Encrypted model properties |
| string | Encrypted translator properties |
SYSADMIN.JdbcDriverMetadata
このテーブルは、インストールされたすべてのCDataドライバーのMetadataに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | Driver name |
| string | Driver property name |
| string | Property value |
SYSADMIN.ModelProperties
このテーブルは、 すべての接続プロパティに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
translator | string | Translator name |
property | string | Model property name |
type | string | Data type of the property |
defaultValue | string | Default value of the property |
description | string | Description of the property |
display | string | How the translator property will be displayed |
required | boolean | Indicates if the property is required |
advanced | boolean | Indicates if the property is advanced |
masked | boolean | Indicates if the property is encrypted (masked) |
SYSADMIN.ModularConnectors
このテーブルは、サーバーで使用可能なモジュラー・コネクタに関する情報です。
Column Name | Type | Description |
---|---|---|
| string | Name of the modular connector required by the |
| string | Translator name of the modular connector |
| integer | Version of the modular connector |
| boolean | Flag indicating if the modular connector is deployed |
| string | Base modular connectors. Connectors required to be deployed before deploying this modular connector |
SYSADMIN.Translators
このテーブルは、ライセンス ジェネレータがallowedDatasources
プロパティで提供されたデータ ソースを検証するために使用します。
Column Name | Type | Description |
---|---|---|
| string | Translator name |
| string | Translator java class |
SYSADMIN.TranslatorProperties
このテーブルは、 すべてのトランスレータープロパティに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | Translator name |
| string | Translator property name |
type | string | Data type of the translator property |
defaultValue | string | Default value of the translator property |
description | string | Description of the translator property |
display | string | How the translator property will be displayed |
required | boolean | Flag indicating if the translator property is required |
advanced | boolean | Flag indicating if the translator property is advanced |
masked | boolean | Flag indicating if the translator property is encrypted |
SYSADMIN.SmtpConfiguration
このテーブルはSMTP 設定を保持します。
Column Name | Type | Description |
---|---|---|
| string | SMTP server hostname/address |
| integer | SMTP server port |
| boolean |
|
| boolean | |
| string | Username to connect to SMTP server if required |
| timestamp | Password to connect to SMTP server if required |
| string | Address to be used as 'from' address |