|
<< Click to Display Table of Contents >> Operator nodes, arithmetic |
![]() ![]()
|
Enumerated type |
Description |
SQL support |
canMINUS |
Unary; minus |
Not supported by all SQL drivers |
canADD |
Binary; addition |
Not supported by all SQL drivers |
canSUB |
Binary; subtraction |
Not supported by all SQL drivers |
canMUL |
Binary; multiplication |
Not supported by all SQL drivers |
canDIV |
Binary; division |
Not supported by all SQL drivers |
canMOD |
Binary; modulo division |
Not supported by all SQL drivers |
canREM |
Binary; remainder of division |
Not supported by all SQL drivers |