Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
ODBC Type: VARCHAR
|
|
Methods | |||
---|---|---|---|
DisplayToLogical | IsValid | JSONToLogical | LogicalToDisplay |
LogicalToJSON | LogicalToOdbc | LogicalToXSD | Normalize |
OdbcToLogical | XSDToLogical |
|
The maximum allowed logical value for the data type.
The minimum allowed logical value for the data type.
|
Converts the input value %val, which represents an SQL Module in display format (String), into an SQL Module # (logical format).Returns the logical value of the input string %val.
Tests if the logical value %val, which represents an SQL Module is valid. The validation is based on the class parameter settings used for the class attribute this data type is associated with. In this case, MAXVAL and MINVAL.
Converts the value of %val, which represents an SQL Module in logical format (Integer), into an SQL Module Name (display string).Returns the display value of input string %val.
Converts the value of %val, which represents an SQL Module in logical format (Integer), into an SQL Module Name (ODBC VARCHAR).Returns the ODBC display value of input string %val.
Converts the input value %val, which represents an SQL Module in ODBC format (String), into an SQL Module # (logical format).Returns the ODBC logical value of the input string %val.