SQL-Unit
1.6
|
The boolean user defined type. More...
Typedefs | |
typedef bit | Bool |
The boolean type. | |
typedef varchar[5] | BoolDisplayString |
The type for the boolean as a string. | |
Functions | |
tinyint | False () |
The boolean constant for 'false'. | |
True () | |
The boolean constant for 'true'. | |
ssunit::BoolDisplayString | Bool_ToString (Bool @value) |
The function to convert the enumeration value into a string. |
The boolean user defined type.
typedef bit Bool |
The boolean type.
typedef varchar [5] BoolDisplayString |
The type for the boolean as a string.
ssunit::BoolDisplayString Bool_ToString | ( | Bool @ | value | ) |
The function to convert the enumeration value into a string.
value | The value. |
tinyint False | ( | ) |
The boolean constant for 'false'.
True | ( | ) |
The boolean constant for 'true'.