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 intQueryMatches. 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 voidQueryBuilder. addUnsupportedVariable(Variable var)booleanQueryBuilder. 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 VariableHierarchyWalkerRulePredicate. firstvarprotected VariableHierarchyWalkerRulePredicate. midvarprotected VariableHierarchyWalkerRulePredicate. secondvarConstructors 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. allVariablesprotected Set<Variable>TologQuery. countVariablesprotected List<Variable>TologQuery. variablesMethods in net.ontopia.topicmaps.query.parser with parameters of type Variable Modifier and Type Method Description voidTologQuery. addCountVariable(Variable variable)voidTologQuery. addOrderBy(Variable variable, boolean ascending)voidParsedRule. addParameter(Variable var)voidTologQuery. addVariable(Variable variable)Method parameters in net.ontopia.topicmaps.query.parser with type arguments of type Variable Modifier and Type Method Description voidTologQuery. setSelectedVariables(List<Variable> vars)Used to override the actual query string and set the projection from code.
-