Interface Operator
- All Superinterfaces:
org.gvsig.expressionevaluator.Function
- All Known Subinterfaces:
BinaryOperator,UnaryOperator
- All Known Implementing Classes:
AbstractBinaryOperator,AbstractUnaryOperator,AddOperator,AndOperator,ConcatOperator,DivOperator,EqOperator,GeOperator,GtOperator,IlikeOperator,InOperator,IsOperator,LeOperator,LikeOperator,LtOperator,MulOperator,NegOperator,NeOperator,NotOperator,OrOperator,RegExpOperator,SubstOperator
public interface Operator
extends org.gvsig.expressionevaluator.Function
-
Field Summary
Fields inherited from interface org.gvsig.expressionevaluator.Function
GROUP_AGGREGATE, GROUP_BOOLEAN, GROUP_CONVERSION, GROUP_DATETIME, GROUP_NUMERIC, GROUP_OGC, GROUP_OTHER, GROUP_PROGRAMMING, GROUP_STRING -
Method Summary
Methods inherited from interface org.gvsig.expressionevaluator.Function
addAlias, aliases, allowConstantFolding, argc, call, call, description, descriptionArgs, getFullDescription, group, isHidden, isOperator, isSQLCompatible, name, returnType, template, toString, toValue, useArgumentsInsteadObjects