A.23 Operator Constants

Type

Value

Description

FTOK_END

0

Terminates the condition expression tree.

FTOK_OR

1

OR operator.

FTOK_AND

2

AND operator.

FTOK_NOT

3

NOT operator.

FTOK_LPAREN

4

Left parenthesis for Group comparisons and relational arguments.

FTOK_RPAREN

5

Right parenthesis for Group comparisons and relational arguments.

FTOK_AVAL

6

Allows an entry to represent a value.

FTOK_EQ

7

= operator.

FTOK_GE

8

> = operator.

FTOK_LE

9

< = operator.

FTOK_APPROX

10

Approximate actually is a string matching operator.

FTOK_ANAME

14

Associates an attribute name with a value.

FTOK_PRESENT

15

Tests if attribute value is assigned.

FTOK_RDN

16

Used to search for a class without authentication.

FTOK_BASECLS

17

Used to search for a class without authentication.

FTOK_MODTIME

18

Returns objects modified since this time.

FTOK_VALTIME

19

Returns objects with this value that have been modified since this time.