Long integer intrinsic functions
Ancestors - None
Container for all long integer intrinsic functions
Name | Description |
---|---|
AsBinString | Returns the variable as a binary 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