A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
StructuredQuery.PropertyFilter.eq(String property,
boolean value)
StructuredQuery.PropertyFilter.eq(String property,
double value)
StructuredQuery.PropertyFilter.eq(String property,
long value)
StructuredQuery.PropertyFilter.eq(String property,
Blob value)
StructuredQuery.PropertyFilter.eq(String property,
Key value)
StructuredQuery.PropertyFilter.eq(String property,
Value<?> value)
StructuredQuery.PropertyFilter.eq(String property,
com.google.cloud.Timestamp value)
StructuredQuery.PropertyFilter.ge(String property,
boolean value)
StructuredQuery.PropertyFilter.ge(String property,
double value)
StructuredQuery.PropertyFilter.ge(String property,
long value)
StructuredQuery.PropertyFilter.ge(String property,
Blob value)
StructuredQuery.PropertyFilter.ge(String property,
Key value)
StructuredQuery.PropertyFilter.ge(String property,
Value<?> value)
StructuredQuery.PropertyFilter.ge(String property,
com.google.cloud.Timestamp value)
StructuredQuery.PropertyFilter.gt(String property,
boolean value)
StructuredQuery.PropertyFilter.gt(String property,
double value)
StructuredQuery.PropertyFilter.gt(String property,
long value)
StructuredQuery.PropertyFilter.gt(String property,
Blob value)
StructuredQuery.PropertyFilter.gt(String property,
Key value)
StructuredQuery.PropertyFilter.gt(String property,
Value<?> value)
StructuredQuery.PropertyFilter.gt(String property,
com.google.cloud.Timestamp value)
StructuredQuery.PropertyFilter.le(String property,
boolean value)
StructuredQuery.PropertyFilter.le(String property,
double value)
StructuredQuery.PropertyFilter.le(String property,
long value)
StructuredQuery.PropertyFilter.le(String property,
Blob value)
StructuredQuery.PropertyFilter.le(String property,
Key value)
StructuredQuery.PropertyFilter.le(String property,
Value<?> value)
StructuredQuery.PropertyFilter.le(String property,
com.google.cloud.Timestamp value)
StructuredQuery.PropertyFilter.lt(String property,
boolean value)
StructuredQuery.PropertyFilter.lt(String property,
double value)
StructuredQuery.PropertyFilter.lt(String property,
long value)
StructuredQuery.PropertyFilter.lt(String property,
Blob value)
StructuredQuery.PropertyFilter.lt(String property,
Key value)
StructuredQuery.PropertyFilter.lt(String property,
Value<?> value)
StructuredQuery.PropertyFilter.lt(String property,
com.google.cloud.Timestamp value)
StructuredQuery.PropertyFilter.neq(String property,
boolean value)
StructuredQuery.PropertyFilter.neq(String property,
double value)
StructuredQuery.PropertyFilter.neq(String property,
long value)
StructuredQuery.PropertyFilter.neq(String property,
Key value)
StructuredQuery.PropertyFilter.neq(String property,
com.google.cloud.Timestamp value)