| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Field and Description |
|---|---|
protected From |
Clause.from |
| Modifier and Type | Method and Description |
|---|---|
From |
ObjectFactory.createFrom()
Create an instance of
From |
From |
Clause.getFrom()
Gets the value of the from property.
|
From |
Query.getFromClause() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
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) |
Copyright © 2021. All rights reserved.