Package | Description |
---|---|
org.apache.chemistry.opencmis.server.support.query |
Modifier and Type | Class and Description |
---|---|
class |
ColumnReference |
class |
FunctionReference |
Modifier and Type | Field and Description |
---|---|
protected Map<String,CmisSelector> |
QueryObject.colOrFuncAlias |
protected Map<Integer,CmisSelector> |
QueryObject.columnReferences |
protected List<CmisSelector> |
QueryObject.joinReferences |
protected List<CmisSelector> |
QueryObject.selectReferences |
protected List<CmisSelector> |
QueryObject.whereReferences |
Modifier and Type | Method and Description |
---|---|
CmisSelector |
QueryObject.getColumnReference(Integer token) |
CmisSelector |
QueryObject.getSelectAlias(String aliasName) |
CmisSelector |
QueryObject.SortSpec.getSelector() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,CmisSelector> |
QueryObject.getColumnReferences() |
List<CmisSelector> |
QueryObject.getJoinReferences() |
List<CmisSelector> |
QueryObject.getSelectReferences() |
List<CmisSelector> |
QueryObject.getWhereReferences() |
Modifier and Type | Method and Description |
---|---|
void |
QueryObject.addAlias(String aliasName,
CmisSelector aliasRef) |
void |
QueryObject.addJoinReference(org.antlr.runtime.tree.Tree node,
CmisSelector reference) |
void |
QueryObject.addSelectReference(org.antlr.runtime.tree.Tree node,
CmisSelector selRef) |
void |
QueryObject.addWhereReference(org.antlr.runtime.tree.Tree node,
CmisSelector reference) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.