Uses of Class
net.ontopia.topicmaps.query.parser.Variable
-
Packages that use Variable Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations.net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. -
-
Uses of Variable in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type Variable Modifier and Type Method Description int
QueryMatches. getIndex(Variable var)
INTERNAL: Returns the index of the given variable in the table.Method parameters in net.ontopia.topicmaps.query.impl.basic with type arguments of type Variable Modifier and Type Method Description protected List<String>
ParsedQuery. getVariables(Collection<Variable> varnames)
-
Uses of Variable in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type Variable Modifier and Type Method Description void
QueryBuilder. addUnsupportedVariable(Variable var)
boolean
QueryBuilder. isSupportedVariable(Variable var)
-
Uses of Variable in net.ontopia.topicmaps.query.impl.utils
Fields in net.ontopia.topicmaps.query.impl.utils declared as Variable Modifier and Type Field Description protected Variable
HierarchyWalkerRulePredicate. firstvar
protected Variable
HierarchyWalkerRulePredicate. midvar
protected Variable
HierarchyWalkerRulePredicate. secondvar
Constructors in net.ontopia.topicmaps.query.impl.utils with parameters of type Variable Constructor Description HierarchyWalkerRulePredicate(RulePredicate rule, Variable firstvar, Variable secondvar, Variable midvar, PredicateClause wrapped)
PumpPredicate(TopicMapIF topicmap, List subclauses, int limit, Variable valuevar, Variable objectvar, Object literal, boolean equals, boolean bigger)
-
Uses of Variable in net.ontopia.topicmaps.query.parser
Fields in net.ontopia.topicmaps.query.parser with type parameters of type Variable Modifier and Type Field Description protected Set<Variable>
TologQuery. allVariables
protected Set<Variable>
TologQuery. countVariables
protected List<Variable>
TologQuery. variables
Methods in net.ontopia.topicmaps.query.parser with parameters of type Variable Modifier and Type Method Description void
TologQuery. addCountVariable(Variable variable)
void
TologQuery. addOrderBy(Variable variable, boolean ascending)
void
ParsedRule. addParameter(Variable var)
void
TologQuery. addVariable(Variable variable)
Method parameters in net.ontopia.topicmaps.query.parser with type arguments of type Variable Modifier and Type Method Description void
TologQuery. setSelectedVariables(List<Variable> vars)
Used to override the actual query string and set the projection from code.
-