| Class and Description |
|---|
| Condition
Condition performs different computations or actions depending on whether a boolean query
condition evaluates to true or false.
|
| DeleteQuery
Deleting either an entity or fields uses the DELETE statement
|
| DelQuery
To delete one or more entities use the DEL statement.
|
| GetQuery
To retrieve one or more entities use the GET statement.
|
| InsertQuery
Inserting data for an entity is done using an INSERT statement.
|
| JSONQueryValue
JavaScript Object Notation is a lightweight data-interchange format.
|
| Operator
The unit that defines comparing process between the name and the value.
|
| PutQuery
To either insert or overrides values from a key-value database use the PUT statement.
|
| Query
Query languages or data query languages (DQLs) are computer languages used to make queries in databases
and information systems.
|
| QueryValue
The value is the last element in a condition, and it defines what it 'll go to be used, with an operator, in a field target.
|
| SelectQuery
The select statement reads one or more fields for one or more entities.
|
| UpdateQuery
Updating an entity is done using an UPDATE statement.
|
| ValueType
The value type
|
| Where
The WHERE clause specifies a filter to the result.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.