delimident

Delimit all database object names.

USYS$INF_PARAMS delimident {lower | only}

Arguments

  • lower—database object names are converted to lowercase and placed within quotes.

  • only—database object names are placed within quotes, but are not converted to lowercase.

Use

The delimident connector option cannot be used in combination with the Load Definitions utility.

Description

With delimited identifiers, you can use SQL reserved keywords as database object names. To use this feature, set the Informix DELIMIDENT environment variable.

When this option is not present, the connector does not delimit database object names, but does convert them to lowercase.

For more information on delimited identifiers, see your Informix documentation.