- getCondition() - Method in interface jakarta.nosql.query.Where
-
The condition
- getConditions() - Method in interface jakarta.nosql.query.InsertQuery
-
The list of changes as conditions.
- getConditions() - Method in interface jakarta.nosql.query.UpdateQuery
-
The list of changes as conditions.
- getEntity() - Method in interface jakarta.nosql.query.DeleteQuery
-
The entity name
- getEntity() - Method in interface jakarta.nosql.query.InsertQuery
-
The entity name
- getEntity() - Method in interface jakarta.nosql.query.SelectQuery
-
The entity name
- getEntity() - Method in interface jakarta.nosql.query.UpdateQuery
-
The entity name
- getFields() - Method in interface jakarta.nosql.query.DeleteQuery
-
The fields that will delete in this query, if this fields is empty, this query will remove the whole entity.
- getFields() - Method in interface jakarta.nosql.query.SelectQuery
-
The fields that will retrieve in this query, if this fields is empty, this query will retrieve the whole entity.
- getKey() - Method in interface jakarta.nosql.query.PutQuery
-
The key
- getKeys() - Method in interface jakarta.nosql.query.DelQuery
-
The keys to being removed from the query
- getKeys() - Method in interface jakarta.nosql.query.GetQuery
-
The keys to being retrieved from the query
- getLimit() - Method in interface jakarta.nosql.query.SelectQuery
-
Statement limits the number of rows returned by a query,
- getName() - Method in interface jakarta.nosql.query.Condition
-
the data source or target, to apply the operator
- getName() - Method in interface jakarta.nosql.query.Function
-
The function name
- getOperator() - Method in interface jakarta.nosql.query.Condition
-
that defines comparing process between the name and the value.
- getOrderBy() - Method in interface jakarta.nosql.query.SelectQuery
-
The list of orders, it is used to sort the result-set in ascending or descending order.
- getParams() - Method in interface jakarta.nosql.query.Function
-
The params of this function
- GetQuery - Interface in jakarta.nosql.query
-
To retrieve one or more entities use the GET statement.
- GetQuery.GetQueryProvider - Interface in jakarta.nosql.query
-
- getSkip() - Method in interface jakarta.nosql.query.SelectQuery
-
Statement defines where the query should start
- getTtl() - Method in interface jakarta.nosql.query.InsertQuery
-
This duration set a time for data in an entity to expire.
- getTtl() - Method in interface jakarta.nosql.query.PutQuery
-
This duration set a time for data in an entity to expire.
- getType() - Method in interface jakarta.nosql.query.ArrayQueryValue
-
- getType() - Method in interface jakarta.nosql.query.ConditionQueryValue
-
- getType() - Method in interface jakarta.nosql.query.FunctionQueryValue
-
- getType() - Method in interface jakarta.nosql.query.JSONQueryValue
-
- getType() - Method in interface jakarta.nosql.query.NumberQueryValue
-
- getType() - Method in interface jakarta.nosql.query.ParamQueryValue
-
- getType() - Method in interface jakarta.nosql.query.QueryValue
-
Returns a value type
- getType() - Method in interface jakarta.nosql.query.StringQueryValue
-
- getValue() - Method in interface jakarta.nosql.query.Condition
-
that data that receives the operation.
- getValue() - Method in interface jakarta.nosql.query.InsertQuery
-
Returns the value to insert when the query uses JSON value instead of Conditions.
- getValue() - Method in interface jakarta.nosql.query.PutQuery
-
The value
- getValue() - Method in interface jakarta.nosql.query.UpdateQuery
-
Returns the value to update when the query uses JSON value instead of Conditions.
- getWhere() - Method in interface jakarta.nosql.query.DeleteQuery
-
The condition at this
DeleteQuery, if the Where is empty that means will delete the whole entities.
- getWhere() - Method in interface jakarta.nosql.query.SelectQuery
-
The condition at this
SelectQuery, if the Where is empty that means may retrieve the whole entities.