SYSADMIN.VDBResources
このテーブルは、現在のVDB の内容を示しています。
Column Name | Type | Description |
---|---|---|
| string | Path to the contents |
| blob | Contents as a blob |
SYS.VirtualDatabases
このテーブルは現在接続されている仮想データベースに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | Name of the VDB |
| string | Version of the VDB |
SYS.Schemas
このテーブルは、システムスキーマ自体(System)を含む、仮想データベース内のすべてのスキーマに関する情報を提供します。
Column Name | Type | Description |
---|---|---|
| string | VDB name |
| string | Schema name |
| boolean |
|
| string | Unique ID |
| string | Description |
| string | URI for the primary meta-model describing the model used for this schema |
| integer | Unique ID |
SYS.Properties
このテーブルは、メタモデル拡張に基づくすべてのオブジェクトのユーザー定義プロパティを提供します。通常、メタモデル拡張が使用されていない場合、このテーブルは空です。
Column Name | Type | Description |
---|---|---|
| string | Extension property name |
| string | Extension property value |
| string | Key unique ID |
| integer | Unique ID |
| clob | Clob representation of value, if not |
SYSADMIN.SystemProperties
VDB ごとに保存され、他のVDB からは利用できません。
Column Name | Type | Description |
---|---|---|
| biginteger | System property unique ID |
| string | System property type |
| string | System property unique key |
| string | Property string |
| timestamp | System property creation time |
| timestamp | System property edit date, if applicable |
| string | Creator's username |
| string | Modifier's username, if applicable |
SYSADMIN_VDB.SSHTunnel
SYSADMIN_VDB.SSHTunnel
テーブルは、既存のすべてのSSH tunnelsを保持・管理します。
Field name | Field type | Mandatory | Description |
---|---|---|---|
| biginteger |
| Unique identifier |
| string(255) |
| Unique name of an SSH tunnel |
| string(255) |
| Host of a client's machine (default: |
| integer |
| Port of a client's machine |
| string(255) |
| Host of a remote machine |
| integer |
| Port of a remote machine |
| string(255) |
| Username and host used for connecting to a remote machine via SSH protocol (format: |
| string(1) |
| Type of SSH port forwarding (default: |
| integer |
| Port used by the SSH server on a remote machine (default: 22) |
| string |
| SSH comma-separated properties in CSV-like form: |
| string(255) |
| Password used for simple authentication on the SSH server (encrypted) |
| string(255) |
| Password phrase used in case of a secured private key and key authentication on the SSH server (encrypted) |
| string(4096) |
| Private key used for key authentication on the SSH server |
| string(255) |
| Proxy type |
| string(255) |
| Proxy host |
| integer |
| Proxy port |
| string(255) |
| Proxy user name. |
| string(255) |
| Proxy user password (encrypted). |
| string(128) |
| State of a particular SSH tunnel (possible values: |
| string(4096) |
| Failure reason in case a particular SSH tunnel failed |
| timestamp |
| Date of creation of the SSH tunnel |
| timestamp |
| Date of latest modification of an SSH tunnel |
| string(255) |
| Username of the person who created the SSH tunnel |
| string(255) |
| Username of the person who modified the SSH tunnel |
| integer |
| ID of a key-pair in the |
SYSADMIN_VDB.SSHCredentials
このテーブルは CData Virtuality Server が生成し、SSH Tunnel が使用するすべてのキーペアを保持・管理します:
Field name | Field type | Mandatory | Description |
---|---|---|---|
| biginteger |
| Unique identifier |
| string |
| Name of the key pair. Must be unique |
| string |
| Private key |
| string |
| Public key |
| timestamp |
| Date of creation of the key pair |
| string |
| Username of the person who created the key pair |
| timestamp |
| Date of the latest modification of the key pair |
| string |
| Username of the person who modified the key pair |