|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
set union
with values in val for specified array field.
set union
with values in val for specified array field.
BSONObject.put(String, Object)
but return this
BSONObject.put(String, Object)
but return this
BSONObject.ID_KEY
field)InputBuffer
from byte array
EJDBQueryBuilder.Constraint.exists(boolean)
EJDBQuery.find()
but retrieves only one matching JSON object.
EJDBQuery.find()
but retrieves only one matching JSON object.
null
otherwise
EJDBCollection.Options
query.field(field).icase().eq(value); // -> {field : {$icase : value}}
query.field(field).icase().in(value1, value2); // -> {field : {$icase : {$in : [value1, value2]}}}
true
if any bytes available to read from buffer or false
otherwise
true
fields order will be checks on equal.
true
fields order will be checks on equal.
true
if BSON supported current Java flag
$not
negatiation constraint
Example:
query.field(field).not().eq(value); // {field : { $not : value }}
query.field(field).not().bt(start, end); // {field : { $not : {$bt : [start, end]}}}
EJDBQueryBuilder.Constraint.in(Object...)
EJDBQueryBuilder.Constraint.in(java.util.Collection)
OR
joined query restrictions.
set substraction
of values for specified array field.
set substraction
of values for specified array field.
query.set(field1, value1).set(field2, value2); // -> { ..., $set : {field1 : value1, field2 : value2}}
String
to buffer as c-style string (null-terminated)
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |