| Package | Description |
|---|---|
| org.plasma.query.collector | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.query.visitor | |
| org.plasma.sdo.access.provider.common |
| Constructor and Description |
|---|
PropertySelectionCollector(Select select,
commonj.sdo.Type rootType)
Deprecated.
|
PropertySelectionCollector(Select select,
commonj.sdo.Type rootType,
boolean onlySingularProperties)
Deprecated.
|
SelectionCollector(Select select,
PlasmaType rootType) |
SelectionCollector(Select select,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
GroupBy groupBy,
Having having,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
GroupBy groupBy,
Having having,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
OrderBy orderBy,
PlasmaType rootType,
boolean onlySingularProperties) |
SelectionCollector(Select select,
Where where,
PlasmaType rootType) |
SelectionCollector(Select select,
Where where,
PlasmaType rootType,
boolean onlySingularProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected Select |
Clause.select |
| Modifier and Type | Method and Description |
|---|---|
Select |
ObjectFactory.createSelect()
Create an instance of
Select |
Select |
Clause.getSelect()
Gets the value of the select property.
|
Select |
Query.getSelectClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
Clause.setSelect(Select value)
Sets the value of the select property.
|
void |
QueryValidator.start(Select select)
Ensures class associated with From clause entity exists
|
void |
AbstractQueryValidator.start(Select select) |
| Constructor and Description |
|---|
Clause(Select select) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.end(Select select) |
void |
DefaultQueryVisitor.end(Select select) |
void |
QueryVisitor.start(Select select) |
void |
DefaultQueryVisitor.start(Select select) |
| Constructor and Description |
|---|
DataObjectHashKeyAssembler(Select select,
commonj.sdo.Type rootType) |
TraversalMapAssembler(Select select,
commonj.sdo.Type rootType,
org.plasma.runtime.DataAccessProviderName providerName) |
Copyright © 2021. All rights reserved.