|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use From | |
|---|---|
| org.plasma.query.model | PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. |
| Uses of From in org.plasma.query.model |
|---|
| Fields in org.plasma.query.model declared as From | |
|---|---|
protected From |
Clause.from
|
| Methods in org.plasma.query.model that return From | |
|---|---|
From |
ObjectFactory.createFrom()
Create an instance of From |
From |
Clause.getFrom()
Gets the value of the from property. |
From |
Query.getFromClause()
|
| Methods in org.plasma.query.model with parameters of type From | |
|---|---|
void |
Clause.setFrom(From value)
Sets the value of the from property. |
void |
QueryValidator.start(From from)
Ensures class associated with From clause entity exists |
| Constructors in org.plasma.query.model with parameters of type From | |
|---|---|
Clause(From from)
|
|
Query(Select select,
From from)
|
|
Query(Select select,
From from,
GroupBy groupBy)
|
|
Query(Select select,
From from,
OrderBy orderBy)
|
|
Query(Select select,
From from,
OrderBy orderBy,
GroupBy groupBy)
|
|
Query(Select select,
From from,
Where where)
|
|
Query(Select select,
From from,
Where where,
GroupBy groupBy)
|
|
Query(Select select,
From from,
Where where,
OrderBy orderBy)
|
|
Query(Select select,
From from,
Where where,
OrderBy orderBy,
GroupBy groupBy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||