Schema
このセクションでは、本プロバイダーの接続設定で設定可能なSchema プロパティの全リストを提供します。
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。 |
| Views | レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。 |
| AllowComputedFields | Specifies whether computed fields in Odoo are exposed as columns. |
| ExpandReferences | Specifies whether multi-valued Many2Many and One2Many fields are expanded into separate rows. |
| ShowParameterizedTables | Specifies whether tables and views that require input parameters are included in the schema. |
| UseDisplayNames | Specifies whether the provider uses display names instead of API names for column labels. |