| Package | Description |
|---|---|
| org.verdictdb.core.sqlobject |
Logical representation of SQL-like queries.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnnamedColumn
Represents the column without alias.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasReference
Represents the alias name that appears in the group-by clause or in the order-by clause.
|
class |
AsteriskColumn |
class |
BaseColumn |
class |
ColumnOp |
class |
ConstantColumn |
class |
SubqueryColumn
Subquery that may appear in the where clause.
|
| Modifier and Type | Method and Description |
|---|---|
GroupingAttribute |
OrderbyAttribute.getAttribute() |
| Modifier and Type | Method and Description |
|---|---|
List<GroupingAttribute> |
SelectQuery.getGroupby() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectQuery.addGroupby(GroupingAttribute column) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectQuery.addGroupby(List<GroupingAttribute> columns) |
| Constructor and Description |
|---|
OrderbyAttribute(GroupingAttribute column) |
OrderbyAttribute(GroupingAttribute column,
String order) |
Copyright © 2018 University of Michigan. All rights reserved.