Authentication
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
Server | The host name or IP address of the server. |
Database | The name of the EnterpriseDB database. |
User | 認証で使用されるEnterpriseDB ユーザーアカウント。 |
Password | ユーザーの認証で使用されるパスワード。 |
Port | The port number of the EnterpriseDB server. |
UseSSL | Whether SSL is enabled. |
Visibility | ユーザーが許可したテーブルのメタデータを、カンマ区切りのクエリのリストとしてフィルタリングします。例えば、SELECT およびINSERT クエリの可視性を制限するには、'SELECT,INSERT' を指定します。有効な値:SELECT、INSERT、UPDATE、DELETE。 |