- getCondition() - Method in interface org.jnosql.query.Where
-
The condition
- getConditions() - Method in interface org.jnosql.query.InsertQuery
-
The list of changes as conditions.
- getConditions() - Method in interface org.jnosql.query.UpdateQuery
-
The list of changes as conditions.
- getEntity() - Method in interface org.jnosql.query.DeleteQuery
-
The entity name
- getEntity() - Method in interface org.jnosql.query.InsertQuery
-
The entity name
- getEntity() - Method in interface org.jnosql.query.SelectQuery
-
The entity name
- getEntity() - Method in interface org.jnosql.query.UpdateQuery
-
The entity name
- getFields() - Method in interface org.jnosql.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 org.jnosql.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 org.jnosql.query.PutQuery
-
The key
- getKeys() - Method in interface org.jnosql.query.GetQuery
-
The keys to being retrieved from the query
- getKeys() - Method in interface org.jnosql.query.RemoveQuery
-
The keys to being removed from the query
- getLimit() - Method in interface org.jnosql.query.SelectQuery
-
Statement limits the number of rows returned by a query,
- getName() - Method in interface org.jnosql.query.Condition
-
the data source or target, to apply the operator
- getName() - Method in interface org.jnosql.query.Function
-
The function name
- getName() - Method in interface org.jnosql.query.Sort
-
The name
- getOperator() - Method in interface org.jnosql.query.Condition
-
that defines comparing process between the name and the value.
- getOrderBy() - Method in interface org.jnosql.query.SelectQuery
-
The list of orders, it is used to sort the result-set in ascending or descending order.
- getParams() - Method in interface org.jnosql.query.Function
-
The params of this function
- GetQuery - Interface in org.jnosql.query
-
To retrieve one or more entities use the GET statement.
- GetQuerySupplier - Interface in org.jnosql.query
-
- getSkip() - Method in interface org.jnosql.query.SelectQuery
-
Statement defines where the query should start
- getSupplier() - Static method in interface org.jnosql.query.DeleteQuerySupplier
-
- getSupplier() - Static method in interface org.jnosql.query.GetQuerySupplier
-
- getSupplier() - Static method in interface org.jnosql.query.InsertQuerySupplier
-
- getSupplier() - Static method in interface org.jnosql.query.PutQuerySupplier
-
- getSupplier() - Static method in interface org.jnosql.query.RemoveQuerySupplier
-
- getSupplier() - Static method in interface org.jnosql.query.SelectQuerySupplier
-
- getSupplier() - Static method in interface org.jnosql.query.UpdateQuerySupplier
-
- getTtl() - Method in interface org.jnosql.query.InsertQuery
-
This duration set a time for data in an entity to expire.
- getTtl() - Method in interface org.jnosql.query.PutQuery
-
This duration set a time for data in an entity to expire.
- getType() - Method in interface org.jnosql.query.ArrayValue
-
- getType() - Method in interface org.jnosql.query.ConditionValue
-
- getType() - Method in interface org.jnosql.query.FunctionValue
-
- getType() - Method in interface org.jnosql.query.JSONValue
-
- getType() - Method in interface org.jnosql.query.NumberValue
-
- getType() - Method in interface org.jnosql.query.ParamValue
-
- getType() - Method in interface org.jnosql.query.Sort
-
It defines if it is either ascending or descending order.
- getType() - Method in interface org.jnosql.query.StringValue
-
- getType() - Method in interface org.jnosql.query.Value
-
Returns a value type
- getValue() - Method in interface org.jnosql.query.Condition
-
that data that receives the operation.
- getValue() - Method in interface org.jnosql.query.PutQuery
-
The value
- getWhere() - Method in interface org.jnosql.query.DeleteQuery
-
The condition at this
DeleteQuery, if the Where is empty that means will delete the whole entities.
- getWhere() - Method in interface org.jnosql.query.SelectQuery
-
The condition at this
SelectQuery, if the Where is empty that means may retrieve the whole entities.