dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
is_parenthesis | LONG | tinyint | | | 0 | DIRECT | Indicated whether it has parenthesis; 1=Yes, 0=No; default=0 | |
left_child_id | LONG | int | | | | DIRECT | Id of the left node | |
left_child_type | LONG | tinyint | | | 0 | DIRECT | Condition of the left child; 0=none, 1=simple, 2=complex; default=0 | |
objid | LONG | int | 3 | | | DIRECT | Internal record number | |
operator | LONG | tinyint | | | 0 | DIRECT | Type of operator; 0=none, 1=not, 2=and, 3=or, 4=is; default=0 | |
parent_id | LONG | int | | | | DIRECT | Id of the parent node | |
right_child_id | LONG | int | | | | DIRECT | Id of the right node | |
right_child_type | LONG | tinyint | | | 0 | DIRECT | Condition of the right child; 0=none, 1=simple, 2=complex; default=0 | |