| java.lang.Object org.h2.index.IndexCondition
IndexCondition | public class IndexCondition (Code) | | A index condition object is made for each condition that can potentially use
an index. This class does not extend expression, but in general there is one
expression that maps to each index condition.
|
EQUALITYSTARTENDRANGEALWAYS_FALSE | final public static int EQUALITYSTARTENDRANGEALWAYS_FALSE(Code) | | |
getMask | public int getMask()(Code) | | |
isAlwaysFalse | public boolean isAlwaysFalse()(Code) | | |
isEnd | public boolean isEnd()(Code) | | |
isEvaluatable | public boolean isEvaluatable()(Code) | | |
isStart | public boolean isStart()(Code) | | |
|
|