Class InPredicate

java.lang.Object
net.ontopia.topicmaps.query.impl.basic.InPredicate
net.ontopia.topicmaps.query.impl.rdbms.InPredicate
All Implemented Interfaces:
BasicPredicateIF, JDOPredicateIF, PredicateIF

public class InPredicate extends InPredicate implements JDOPredicateIF
INTERNAL: The implementation of the 'in(var, e1, ..., eN)' predicate.
  • Field Details

  • Constructor Details

    • InPredicate

      public InPredicate(TopicMapIF topicmap)
  • Method Details