DBDocumentBuilder |
DBDocumentBuilder.add(BigDecimal value) |
DBDocumentBuilder |
DBDocumentBuilder.add(boolean value) |
DBDocumentBuilder |
DBDocumentBuilder.add(byte value) |
DBDocumentBuilder |
DBDocumentBuilder.add(byte[] value) |
DBDocumentBuilder |
DBDocumentBuilder.add(byte[] value,
int off,
int len) |
DBDocumentBuilder |
DBDocumentBuilder.add(ByteBuffer value) |
DBDocumentBuilder |
DBDocumentBuilder.add(org.ojai.Document value) |
DBDocumentBuilder |
DBDocumentBuilder.add(double value) |
DBDocumentBuilder |
DBDocumentBuilder.add(float value) |
DBDocumentBuilder |
DBDocumentBuilder.add(int value) |
DBDocumentBuilder |
DBDocumentBuilder.add(long value) |
DBDocumentBuilder |
DBDocumentBuilder.add(org.ojai.types.ODate value) |
DBDocumentBuilder |
DBDocumentBuilder.add(org.ojai.types.OInterval value) |
DBDocumentBuilder |
DBDocumentBuilder.add(org.ojai.types.OTime value) |
DBDocumentBuilder |
DBDocumentBuilder.add(org.ojai.types.OTimestamp value) |
DBDocumentBuilder |
DBDocumentBuilder.add(short value) |
DBDocumentBuilder |
DBDocumentBuilder.add(String value) |
DBDocumentBuilder |
DBDocumentBuilder.add(org.ojai.Value value) |
DBDocumentBuilder |
DBDocumentBuilder.addDate(int days) |
DBDocumentBuilder |
DBDocumentBuilder.addDecimal(byte[] unscaledValue,
int scale) |
DBDocumentBuilder |
DBDocumentBuilder.addDecimal(double decimalValue) |
DBDocumentBuilder |
DBDocumentBuilder.addDecimal(int unscaledValue,
int scale) |
DBDocumentBuilder |
DBDocumentBuilder.addDecimal(long decimalValue) |
DBDocumentBuilder |
DBDocumentBuilder.addDecimal(long unscaledValue,
int scale) |
DBDocumentBuilder |
DBDocumentBuilder.addInterval(long durationInMs) |
DBDocumentBuilder |
DBDocumentBuilder.addNewArray() |
DBDocumentBuilder |
DBDocumentBuilder.addNewMap() |
DBDocumentBuilder |
DBDocumentBuilder.addNull() |
DBDocumentBuilder |
DBDocumentBuilder.addTime(int millis) |
DBDocumentBuilder |
DBDocumentBuilder.addTimestamp(long timeMillis) |
DBDocumentBuilder |
DBDocumentBuilder.endArray() |
DBDocumentBuilder |
DBDocumentBuilder.endMap() |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
BigDecimal value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
boolean value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
byte value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
byte[] value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
byte[] value,
int off,
int len) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
ByteBuffer value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
org.ojai.Document value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
double value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
float value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
int value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
long value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
Map<String,Object> value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
org.ojai.types.ODate value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
org.ojai.types.OInterval value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
org.ojai.types.OTime value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
org.ojai.types.OTimestamp value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
short value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
String value) |
DBDocumentBuilder |
DBDocumentBuilder.put(String field,
org.ojai.Value value) |
DBDocumentBuilder |
DBDocumentBuilder.putDate(String field,
int days) |
DBDocumentBuilder |
DBDocumentBuilder.putDecimal(String field,
byte[] unscaledValue,
int scale) |
DBDocumentBuilder |
DBDocumentBuilder.putDecimal(String field,
double decimalValue) |
DBDocumentBuilder |
DBDocumentBuilder.putDecimal(String field,
int unscaledValue,
int scale) |
DBDocumentBuilder |
DBDocumentBuilder.putDecimal(String field,
long decimalValue) |
DBDocumentBuilder |
DBDocumentBuilder.putDecimal(String field,
long unscaledValue,
int scale) |
DBDocumentBuilder |
DBDocumentBuilder.putInterval(String field,
int months,
int days,
int milliseconds) |
DBDocumentBuilder |
DBDocumentBuilder.putInterval(String field,
long durationInMs) |
DBDocumentBuilder |
DBDocumentBuilder.putNewArray(String field) |
DBDocumentBuilder |
DBDocumentBuilder.putNewMap(String field) |
DBDocumentBuilder |
DBDocumentBuilder.putNull(String field) |
DBDocumentBuilder |
DBDocumentBuilder.putTime(String field,
int millis) |
DBDocumentBuilder |
DBDocumentBuilder.putTimestamp(String field,
long timeMillis) |