GET_DEFAULT_FILE_CASING¶

Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex

This command returns the file casing standard used when creating or restructuring tables. Note that an integer is returned, mapping to a casing method. Below are the meanings of the possible returned integers.

0 - FILE_CASING_UPPER : All created or edited object names will be converted to uppercase. 1 - FILE_CASING_LOWER : All created or edited object names will be converted to lowercase. 2 - FILE_CASING_KEEP : All created or edited object names will maintain their inputed casing.

Syntax

GET_DEFAULT_FILE_CASING to {variable}

Parameter

Description

variable

Variable to hold the returned casing

Example

GET_DEFAULT_FILE_CASING TO iCasing