org.dbxml.core.indexer.helpers
Class IndexQueryNBWX
java.lang.Object
|
+--org.dbxml.core.indexer.IndexQuery
|
+--org.dbxml.core.indexer.helpers.IndexQueryNBWX
- public final class IndexQueryNBWX
- extends IndexQuery
IndexQueryNBWX
Fields inherited from class org.dbxml.core.indexer.IndexQuery |
ANY, BW, BWX, EQ, GEQ, GT, IN, LEQ, LT, NBW, NBWX, NEQ, NIN, NSW, SW |
Method Summary |
int |
getOperator()
getOperator returns the operator associated with this query. |
boolean |
testValue(Value value)
testValue tests the specified value for validity against this
IndexQuery. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexQueryNBWX
public IndexQueryNBWX(IndexPattern pattern,
Value val1,
Value val2)
IndexQueryNBWX
public IndexQueryNBWX(IndexPattern pattern,
java.lang.String val1,
java.lang.String val2)
getOperator
public int getOperator()
- Description copied from class:
IndexQuery
- getOperator returns the operator associated with this query.
- Overrides:
getOperator
in class IndexQuery
- Following copied from class:
org.dbxml.core.indexer.IndexQuery
- Returns:
- The operator
testValue
public boolean testValue(Value value)
- Description copied from class:
IndexQuery
- testValue tests the specified value for validity against this
IndexQuery. The helper classes in org.dbxml.core.indexer.helpers
should be used for optimized performance.
- Overrides:
testValue
in class IndexQuery
- Following copied from class:
org.dbxml.core.indexer.IndexQuery
- Parameters:
value
- The Value to compare- Returns:
- Whether or not the value matches
Copyright (c) 1999-2001 The dbXML Group, All rights reserved