|
dbXML API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.dbxml.core.indexer.IndexQuery
|
+--org.dbxml.core.indexer.helpers.IndexQueryGT
IndexQueryGT
| Fields inherited from class org.dbxml.core.indexer.IndexQuery |
ANY, BW, BWX, EQ, GEQ, GT, IN, LEQ, LT, NBW, NBWX, NEQ, NIN, NSW, SW |
| Constructor Summary | |
IndexQueryGT(IndexPattern pattern,
java.lang.String val1)
|
|
IndexQueryGT(IndexPattern pattern,
Value val1)
|
|
| 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 org.dbxml.core.indexer.IndexQuery |
getLength, getPattern, getValue, getValues, testValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IndexQueryGT(IndexPattern pattern,
Value val1)
public IndexQueryGT(IndexPattern pattern,
java.lang.String val1)
| Method Detail |
public int getOperator()
IndexQuerygetOperator in class IndexQueryorg.dbxml.core.indexer.IndexQuerypublic boolean testValue(Value value)
IndexQuerytestValue in class IndexQueryorg.dbxml.core.indexer.IndexQueryvalue - The Value to compare
|
dbXML API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||