Uses of Class
net.ontopia.topicmaps.query.parser.Variable
Packages that use Variable
Package
Description
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
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 VariableModifier and TypeMethodDescriptionintINTERNAL: 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 -
Uses of Variable in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type VariableModifier and TypeMethodDescriptionvoidQueryBuilder.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 VariableModifier and TypeFieldDescriptionprotected VariableHierarchyWalkerRulePredicate.firstvarprotected VariableHierarchyWalkerRulePredicate.midvarprotected VariableHierarchyWalkerRulePredicate.secondvarConstructors in net.ontopia.topicmaps.query.impl.utils with parameters of type VariableModifierConstructorDescriptionHierarchyWalkerRulePredicate(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 VariableModifier and TypeFieldDescriptionTologQuery.allVariablesTologQuery.countVariablesTologQuery.variablesMethods in net.ontopia.topicmaps.query.parser with parameters of type VariableModifier and TypeMethodDescriptionvoidTologQuery.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 VariableModifier and TypeMethodDescriptionvoidTologQuery.setSelectedVariables(List<Variable> vars) Used to override the actual query string and set the projection from code.