|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.query.impl.basic.EqualsPredicate net.ontopia.topicmaps.query.impl.rdbms.EqualsPredicate
public class EqualsPredicate
INTERNAL: Implements the '=' predicate.
Constructor Summary | |
---|---|
EqualsPredicate()
|
Method Summary | |
---|---|
boolean |
buildQuery(QueryBuilder builder,
java.util.List expressions,
java.util.List arguments)
INTERNAL: Registers JDOExpressionsIF for this predicate with the query builder. |
boolean |
isRecursive()
INTERNAL: |
void |
prescan(QueryBuilder builder,
java.util.List arguments)
INTERNAL: This method will be called before building the query. |
Methods inherited from class net.ontopia.topicmaps.query.impl.basic.EqualsPredicate |
---|
getCost, getName, getSignature, satisfy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.ontopia.topicmaps.query.impl.basic.BasicPredicateIF |
---|
satisfy |
Methods inherited from interface net.ontopia.topicmaps.query.parser.PredicateIF |
---|
getCost, getName, getSignature |
Constructor Detail |
---|
public EqualsPredicate()
Method Detail |
---|
public boolean isRecursive()
JDOPredicateIF
isRecursive
in interface JDOPredicateIF
public void prescan(QueryBuilder builder, java.util.List arguments)
JDOPredicateIF
prescan
in interface JDOPredicateIF
public boolean buildQuery(QueryBuilder builder, java.util.List expressions, java.util.List arguments) throws InvalidQueryException
JDOPredicateIF
buildQuery
in interface JDOPredicateIF
InvalidQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |