Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)
Integer intrinsic functions
Ancestors - None
Container for all integer intrinsic functions
| Name | Description |
|---|---|
| AsBinString | Returns the variable as a binary string
Result |
| AsByte | Return the variable as a byte
Result |
| AsChar | Return the variable as a character
Result |
| AsUnicodeString | Returns the variable as a Unicode string
Result |
| AsValue | Return the variable as a value if SQLNull
Result, Default |
| BitAnd | Bitwise And
Result, With |
| BitNot | Bitwise Not
Result |
| BitOr | Bitwise Or
Result, With |
| BitXor | Bitwise Xor
Result, With |
| Div | Returns the integer quotient of a division
Result, By |
| Mod | Return the modulus value
Result, By |
Febuary 18 V14SP2