GET_MAX_OBJECT_NAME_LENGTH¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This command returns the maximum length allowed for object names in the SQl backend. This includes table names, column names, database names etc. The maximum length in put into the specified variable.
Syntax
GET_MAX_OBJECT_NAME_LENGTH to {variable}
Parameter |
Description |
---|---|
variable |
Variable to hold the maximum length |
Example
GET_MAX_OBJECT_NAME_LENGTH to iMaxLength