このコンテンツは選択した言語では利用できません。
12.15. Namespaces for Extension Metadata
When defining the extension metadata in the case of Custom Translators, the properties on tables/views/procedures/columns can define namespace for the properties such that they will not collide with properties specific to JBoss Data Virtualization. The property should be prefixed with alias of the Namespace. Prefixes starting with teiid_ are reserved for use by JBoss Data Virtualization.
See "option namespace" in Section A.7, “Productions”.
Example 12.10. Example of Namespace
SET NAMESPACE 'http://custom.uri' AS foo CREATE VIEW MyView (...) OPTIONS ("foo:mycustom-prop" 'anyvalue')
SET NAMESPACE 'http://custom.uri' AS foo
CREATE VIEW MyView (...) OPTIONS ("foo:mycustom-prop" 'anyvalue')
Prefix
|
URI
|
Description
|
---|---|---|
teiid_rel
|
Relational extensions. Uses include function and native query metadata
| |
teiid_sf
|
Salesforce extensions.
|