Package | Description |
---|---|
org.openrdf.sail.rdbms.algebra | |
org.openrdf.sail.rdbms.algebra.base | |
org.openrdf.sail.rdbms.evaluation | |
org.openrdf.sail.rdbms.optimizers |
Modifier and Type | Class and Description |
---|---|
class |
JoinItem
An SQL join.
|
class |
UnionItem
An SQL UNION expression between two
FromItem s. |
Modifier and Type | Method and Description |
---|---|
FromItem |
SelectQuery.getFrom() |
FromItem |
SelectQuery.getFromItem(String alias) |
FromItem |
UnionItem.getFromItem(String alias) |
Modifier and Type | Method and Description |
---|---|
List<FromItem> |
UnionItem.getUnion() |
Modifier and Type | Method and Description |
---|---|
void |
UnionItem.addUnion(FromItem from) |
void |
SelectQuery.setFrom(FromItem from) |
Modifier and Type | Method and Description |
---|---|
FromItem |
FromItem.clone() |
FromItem |
FromItem.getFromItem(String alias) |
FromItem |
FromItem.getFromItemNotInUnion(String alias) |
Modifier and Type | Method and Description |
---|---|
List<FromItem> |
FromItem.getJoins() |
Modifier and Type | Method and Description |
---|---|
void |
FromItem.addJoin(FromItem join) |
void |
FromItem.addJoinBefore(FromItem valueJoin,
FromItem join) |
protected void |
FromItem.joinAdded(FromItem valueJoin) |
protected void |
RdbmsQueryModelVisitorBase.meetFromItem(FromItem node) |
Modifier and Type | Method and Description |
---|---|
void |
QueryBuilder.from(FromItem from) |
Modifier and Type | Method and Description |
---|---|
void |
VarColumnLookupOptimizer.meetFromItem(FromItem node) |
void |
ValueJoinOptimizer.meetFromItem(FromItem node) |
Copyright © 2001-2013 Aduna. All Rights Reserved.