%SYS
ModuleName Class Reference
Inheritance diagram for ModuleName:
Collaboration diagram for ModuleName:

Static Public Member Functions

_.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...
 

Static Public Attributes

 MAXVAL = None
 The maximum allowed logical value for the data type.
 
 MINVAL = None
 The minimum allowed logical value for the data type.
 

Member Function Documentation

◆ DisplayToLogical()

_.Library.String DisplayToLogical (   _,
_.Library.String  val 
)
static

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.

◆ IsValid()

_.Library.Status IsValid (   _,
_.Library.RawString  val 
)
static

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.

◆ LogicalToDisplay()

_.Library.String LogicalToDisplay (   _,
_.Library.String  val 
)
static

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.

◆ LogicalToOdbc()

_.Library.String LogicalToOdbc (   _,
_.Library.String  val 
)
static

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.

◆ OdbcToLogical()

_.Library.String OdbcToLogical (   _,
_.Library.String  val 
)
static

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.