JDBC Driver for Couchbase

Build 22.0.8462

DataverseSeparator

The character or characters used to denote Analytics dataverses and scopes/collections.

Data Type

string

Default Value

"."

Remarks

When using the Analytics serivce, the driver will scan all datasets from all available dataverses. To avoid potential name conflicts, it will include the dataverse name and the dataset name in the generated table name.

By default this is set to ".", so that if there is a dataset called "users" on the "Default" dataverse, then the table generated will be "Default.users".

This property is also used when generating table names for collections (on both N1QL and Analytics) on Couchbase 7 and later. For example, a bucket called "users" that has two collections called "active" and "inactive" under the "status" scope would be detected as the tables "users.status.active" and "users.status.inactive".

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462