IPrimaryPostgresSPLD.CaseSensitive

Fore Syntax

CaseSensitive: Boolean;

Fore.NET Syntax

CaseSensitive: Boolean;

Description

The CaseSensitive property determines whether the case is taken into account on working with repository on the PostgreSQL server.

Comments

If the CaseSensitive property is set to True, case is taken into account on working with repository in DBMS repository name, object identifiers and their fields.

If the property is set to False, on addressing of the platform to the PostgreSQL server, names and identifiers will be converted into lowercase in all queries.

See also:

IPrimaryPostgresSPLD