nosql.caseSensitiveNames property

Specifies whether schema and collection names are case-sensitive.

Description

Provides support for case-sensitive schema names and collection names.

Values

nosql.caseSensitiveNames
-1
Not set. Default. Schema names are converted to uppercase, but collection name case is maintained in the Db2®database. For example, if the schema name is test and the collection name is baTch, then the schema name that is created in the Db2 database is uppercase, or TEST and the collection name is maintained as baTch.
0
No. Schema names and collection names are case insensitive. Any mixture of upper and lowercase in a schema or collection name are considered the same by the Db2 database. For example, if the schema or collection name is tEst, then test, TEST, and Test are considered to be the same in the Db2 database.
1
Yes. Schema names and collection names are case sensitive. For example, if the schema name is tEst and the collection name is baTch, then the schema and collection names are maintained in the Db2 database as tEst for the schema name and baTch for the collection name.