|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
HierarchyWalkerRulePredicate(RulePredicate rule,
Variable firstvar,
Variable secondvar,
Variable midvar,
PredicateClause wrapped)
|
|
QueryOptimizer.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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
TologQuery.setSelectedVariables(List<Variable> vars)
Used to override the actual query string and set the projection from code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||