Package | Description |
---|---|
org.nuxeo.ecm.core.query.sql.model | |
org.nuxeo.ecm.core.storage | |
org.nuxeo.ecm.core.storage.sql.jdbc |
Modifier and Type | Field and Description |
---|---|
FromClause |
SQLQuery.from |
Modifier and Type | Method and Description |
---|---|
FromClause |
SQLQuery.getFromClause() |
Modifier and Type | Method and Description |
---|---|
void |
IVisitor.visitFromClause(FromClause node) |
void |
DefaultQueryVisitor.visitFromClause(FromClause node) |
Constructor and Description |
---|
SQLQuery(SelectClause select,
FromClause from) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
GroupByClause groupBy,
HavingClause having,
OrderByClause orderBy) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
GroupByClause groupBy,
HavingClause having,
OrderByClause orderBy,
long limit,
long offset) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
OrderByClause orderBy) |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryOptimizer.visitFromClause(FromClause node)
Finds all the types to take into account (all concrete types being a subtype of the passed types) based on the
FROM list.
|
Modifier and Type | Method and Description |
---|---|
void |
NXQLQueryMaker.QueryAnalyzer.visitFromClause(FromClause node)
Finds all the types to take into account (all concrete types being a subtype of the passed types) based on
the FROM list.
|
Copyright © 2016 Nuxeo SA. All rights reserved.