wiki-archive/twiki/data/TAPIR/DifferencesWithOperators.txt,v

55 lines
700 B
Plaintext

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next ;
desc
@Initial revision
@
1.1
log
@Initial revision
@
text
@---+ Differences with operators
*DiGIR*
* LOPs
* _LOP:_ and, or, *andNot*, *orNot*
* COPs
* _COP:_ equals, notEquals, lessThan, lessThanOrEquals, greaterThan, greaterThanOrEquals, like
* _MultiCOP:_ in
*BioCASE*
* LOPs
* _binaryLOP:_ and, or
* _unaryLOP:_*not*
* COPs
* _unaryCOP:_*isNull_, _isNotNull*
* _simpleCOP:_ equals, notEquals, lessThan, lessThanOrEquals, greaterThan, greaterThanOrEquals, like
* _multiCOP:_ in
@