DatabaseProductName
Sets the name of the database product exposed by the Avatica server. If not set, it is retrieved dynamically.
Possible Values
Auto, Phoenix, PostgreSQLデータ型
string
デフォルト値
"Auto"
解説
Specifies the name of the database product that the Avatica server is exposing. Supported values are Phoenix and PostgreSQL. This property is used to adapt API requests and behavior based on the expected product type. If not set, the connector attempts to retrieve the product name dynamically from the Avatica server.