CData Python Connector for DB2

Build 25.0.9440

IgnoreCase

Specifies whether to ignore case in SQL identifiers.

データ型

bool

デフォルト値

false

解説

When IgnoreCase is set to false (default), SQL identifiers are sent to DB2 in the same case as they appear in the query. For example, SELECT * FROM Table is sent as SELECT * FROM "Table".

When IgnoreCase is set to true, SQL identifiers are converted to uppercase before being sent to DB2. For example, SELECT * FROM Table is sent as SELECT * FROM "TABLE".

This property only takes effect when QueryPassThrough is set to false.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440