|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDOVariable | |
|---|---|
| net.ontopia.persistence.query.jdo | Object model for representing JDOQL queries |
| net.ontopia.persistence.query.sql | Object model for representing SQL queries. |
| net.ontopia.topicmaps.query.impl.rdbms | Contains the rdbms implementation of the query language. |
| Uses of JDOVariable in net.ontopia.persistence.query.jdo |
|---|
| Fields in net.ontopia.persistence.query.jdo declared as JDOVariable | |
|---|---|
protected JDOVariable |
JDONativeValue.root
|
| Methods in net.ontopia.persistence.query.jdo that return JDOVariable | |
|---|---|
JDOVariable |
JDONativeValue.getRoot()
|
| Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOVariable | |
|---|---|
JDOContains(JDOParameter left,
JDOVariable right)
|
|
JDOContains(JDOVariable left,
JDOValueIF right)
|
|
JDONativeValue(JDOVariable root,
String[] args,
Class value_type)
|
|
JDONativeValue(JDOVariable root,
String arg,
Class value_type)
|
|
| Uses of JDOVariable in net.ontopia.persistence.query.sql |
|---|
| Methods in net.ontopia.persistence.query.sql with parameters of type JDOVariable | |
|---|---|
protected FieldInfoIF |
SQLBuilder.getFieldInfo(JDOVariable var,
net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
|
protected SQLValueIF |
SQLBuilder.produceVariable(JDOVariable var,
List expressions,
net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
|
| Uses of JDOVariable in net.ontopia.topicmaps.query.impl.rdbms |
|---|
| Methods in net.ontopia.topicmaps.query.impl.rdbms that return JDOVariable | |
|---|---|
JDOVariable |
QueryBuilder.createJDOVariable(String prefix,
Class type)
INTERNAL: Create a temporary variable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||