|
| _.Library.String | DisplayToLogical (_, _.Library.String val) |
| | Converts the input value val, which represents an SQL Module in display format (String), into an SQL Module # (logical format). More...
|
| |
| _.Library.Status | IsValid (_, _.Library.RawString val) |
| | Tests if the logical value val, which represents an SQL Module is valid. More...
|
| |
| _.Library.String | LogicalToDisplay (_, _.Library.String val) |
| | Converts the value of val, which represents an SQL Module in logical format (Integer), into an SQL Module Name (display string). More...
|
| |
| _.Library.String | LogicalToOdbc (_, _.Library.String val) |
| | Converts the value of val, which represents an SQL Module in logical format (Integer), into an SQL Module Name (ODBC VARCHAR). More...
|
| |
| _.Library.String | OdbcToLogical (_, _.Library.String val) |
| | Converts the input value val, which represents an SQL Module in ODBC format (String), into an SQL Module # (logical format). More...
|
| |