| Package | Description |
|---|---|
| org.verdictdb.core.sqlobject |
Logical representation of SQL-like queries.
|
| Modifier and Type | Method and Description |
|---|---|
static JoinTable.JoinType |
JoinTable.JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinTable.JoinType[] |
JoinTable.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinTable.JoinType> |
JoinTable.getJoinTypeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinTable.addJoinTable(AbstractRelation joinTable,
JoinTable.JoinType joinType,
UnnamedColumn conditon) |
| Modifier and Type | Method and Description |
|---|---|
static JoinTable |
JoinTable.create(List<AbstractRelation> joinList,
List<JoinTable.JoinType> joinTypeList,
List<UnnamedColumn> condition) |
static JoinTable |
JoinTable.createBase(AbstractRelation joinBaseTable,
List<JoinTable.JoinType> joinTypeList,
List<UnnamedColumn> condition) |
Copyright © 2018 University of Michigan. All rights reserved.