|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| org.xcmis.search | |
| org.xcmis.search.model | |
| org.xcmis.search.model.column | |
| org.xcmis.search.model.source.join | |
| Uses of Column in org.xcmis.search |
|---|
| Methods in org.xcmis.search with parameters of type Column | |
|---|---|
void |
Visitors.AbstractModelVisitor.visit(Column node)
|
void |
Visitors.WalkAllVisitor.visit(Column column)
|
void |
Visitors.ReadableVisitor.visit(Column column)
|
void |
QueryObjectModelVisitor.visit(Column node)
|
| Uses of Column in org.xcmis.search.model |
|---|
| Methods in org.xcmis.search.model that return types with arguments of type Column | |
|---|---|
List<Column> |
Query.getColumns()
Return the columns defining the query results. |
| Methods in org.xcmis.search.model with parameters of type Column | |
|---|---|
Query |
Query.adding(Column... columns)
Create a copy of this query, but that returns results that include the columns specified by this query as well as the supplied columns. |
| Method parameters in org.xcmis.search.model with type arguments of type Column | |
|---|---|
Query |
Query.returning(List<Column> columns)
Create a copy of this query, but that returns results with the supplied columns. |
| Constructor parameters in org.xcmis.search.model with type arguments of type Column | |
|---|---|
Query(Source source,
Constraint constraint,
List<Ordering> orderings,
List<Column> columns,
Limit limit)
Create a new query that uses the supplied source, constraint, orderings, columns and limits. |
|
| Uses of Column in org.xcmis.search.model.column |
|---|
| Methods in org.xcmis.search.model.column that return Column | |
|---|---|
Column |
Column.with(SelectorName newSelectorName)
Create a copy of this Column except that uses the supplied selector name instead. |
| Uses of Column in org.xcmis.search.model.source.join |
|---|
| Constructors in org.xcmis.search.model.source.join with parameters of type Column | |
|---|---|
EquiJoinCondition(Column column1,
Column column2)
Create an equi-join condition, given the columns. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||