/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 393 …private native void _patch(String collection, String patch, long id, boolean upsert) throws EJDB2E… in _patch() argument
|
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/ |
D | SwiftEjdb2FlutterPlugin.swift | 439 let upsert = asBoolean(mc.args[4]) in patch() variable 440 if upsert { in patch()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 504 …private native void _patch(String collection, String patch, long id, boolean upsert) throws EJDB2E… in _patch() argument
|
/third_party/ejdb/src/jql/ |
D | README.md | 52 APPLY = { 'apply' | 'upsert' } { PLACEHOLDER | json_object | json_array } | 'del' 325 APPLY = ({'apply' | `upsert`} { PLACEHOLDER | json_object | json_array }) | 'del' 352 `upsert` updates existing document by given json argument used as merge patch 356 /[firstName = John] | upsert {"firstName": "John", "address":{"city":"New York"}}
|
D | jqp.leg | 98 UPSERT = "upsert" __ ( PLACEHOLDER | OBJJ | ARRJ )
|
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/ |
D | Ejdb2FlutterPlugin.java | 359 boolean upsert = asBoolean(mc.args[4], false); in patch() 360 if (upsert) { in patch()
|
/third_party/ejdb/src/bindings/ejdb2_flutter/lib/ |
D | ejdb2_flutter.dart | 374 Future<void> patch(String collection, dynamic json, int id, [bool upsert = false]) => 380 upsert
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.dart | 389 Future<void> patch(String collection, dynamic patchObj, int id, [bool upsert = false]) { 410 upsert
|
D | ejdb2_dart.c | 1083 bool upsert = cobject_bool(msg->value.as_array.values[c++], true, &rc); in ejd_patch_wrapped() local 1086 if (upsert) { in ejd_patch_wrapped()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 524 jboolean upsert) { in Java_com_softmotions_ejdb2_EJDB2__1patch() argument 536 if (upsert) { in Java_com_softmotions_ejdb2_EJDB2__1patch()
|
/third_party/ejdb/ |
D | README.md | 224 APPLY = { 'apply' | 'upsert' } { PLACEHOLDER | json_object | json_array } | 'del' 497 APPLY = ({'apply' | `upsert`} { PLACEHOLDER | json_object | json_array }) | 'del' 524 `upsert` updates existing document by given json argument used as merge patch 528 /[firstName = John] | upsert {"firstName": "John", "address":{"city":"New York"}}
|
D | Changelog | 84 * Added JQL `upsert` operation
|
/third_party/ejdb/src/ |
D | ejdb2.c | 1262 EJDB db, const char *coll, int64_t id, bool upsert, in _jb_patch() argument 1281 if (upsert && (rc == IWKV_ERROR_NOTFOUND)) { in _jb_patch()
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | application.c33a9706.js | 35 …tor.prototype.insert=function(e,t){this.upsert(e,t,function(){throw"duplicate index"})},D.Vector.p… method in D.Vector 56 …&(o[P]=D.Set.complete)),c.presence!=D.Query.presence.PROHIBITED){if(r[P].upsert(w,c.boost,function…
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 767 static napi_value jn_put_patch(napi_env env, napi_callback_info info, bool patch, bool upsert) { in jn_put_patch() argument
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 110775 - /* 255 */ "upsert", 110816 + /* 256 */ "upsert", 110972 - /* 266 */ "trigger_cmd ::= scanpt insert_cmd INTO trnm idlist_opt select upsert scanpt", 111131 + /* 269 */ "trigger_cmd ::= scanpt insert_cmd INTO trnm idlist_opt select upsert scanpt", 111512 - 175, /* (159) cmd ::= with insert_cmd INTO xfullname idlist_opt select upsert */ 111514 - 255, /* (161) upsert ::= */ 111515 - 255, /* (162) upsert ::= RETURNING selcollist */ 111516 - 255, /* (163) upsert ::= ON CONFLICT LP sortlist RP where_opt DO UPDATE SET setlist where_opt … 111517 - 255, /* (164) upsert ::= ON CONFLICT LP sortlist RP where_opt DO NOTHING upsert */ 111518 - 255, /* (165) upsert ::= ON CONFLICT DO NOTHING returning */ [all …]
|