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
|
DeleteQuery.DeleteQueryProvider |
|
DelQuery |
To delete one or more entities use the DEL statement.
|
DelQuery.DelQueryProvider |
|
GetQuery |
To retrieve one or more entities use the GET statement.
|
GetQuery.GetQueryProvider |
|
InsertQuery |
Inserting data for an entity is done using an INSERT statement.
|
InsertQuery.InsertQueryProvider |
|
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.
|
PutQuery.PutQueryProvider |
|
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.
|
SelectQuery.SelectQueryProvider |
|
UpdateQuery |
Updating an entity is done using an UPDATE statement.
|
UpdateQuery.UpdateQueryProvider |
|
ValueType |
The value type
|
Where |
The WHERE clause specifies a filter to the result.
|