Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected JDOVariable |
JDONativeValue.root |
Modifier and Type | Method and Description |
---|---|
JDOVariable |
JDONativeValue.getRoot() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
protected FieldInfoIF |
SQLBuilder.getFieldInfo(JDOVariable var,
net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) |
protected SQLValueIF |
SQLBuilder.produceVariable(JDOVariable var,
List<SQLExpressionIF> expressions,
net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) |
Modifier and Type | Method and Description |
---|---|
JDOVariable |
QueryBuilder.createJDOVariable(String prefix,
Class type)
INTERNAL: Create a temporary variable.
|