@vinctus/oql 1.1.28 → 1.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/main.js +111 -111
  3. package/main.js.map +1 -1
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ Add the following lines to your `build.sbt`:
68
68
  ```sbt
69
69
  externalResolvers += "OQL" at "https://maven.pkg.github.com/vinctustech/oql"
70
70
 
71
- libraryDependencies += "com.vinctus" %%% "-vinctus-oql" % "1.1.28"
71
+ libraryDependencies += "com.vinctus" %%% "-vinctus-oql" % "1.1.29"
72
72
 
73
73
  Compile / npmDependencies ++= Seq(
74
74
  "pg" -> "8.10.0",
package/main.js CHANGED
@@ -5467,9 +5467,25 @@ Object.defineProperty($c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.proto
5467
5467
  }),
5468
5468
  "configurable": true
5469
5469
  });
5470
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.getOne = (function() {
5471
+ return this.getOne__sjs_js_Promise()
5472
+ });
5473
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.getMany = (function() {
5474
+ return this.getMany__sjs_js_Promise()
5475
+ });
5470
5476
  $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.cond = (function(arg) {
5471
5477
  return this.cond__O__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(arg)
5472
5478
  });
5479
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.order = (function(arg, arg$2) {
5480
+ var prep0 = $as_T(arg);
5481
+ var prep1 = $as_T(arg$2);
5482
+ return this.order__T__T__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(prep0, prep1)
5483
+ });
5484
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.select = (function(arg, ...rest) {
5485
+ var prep0 = $as_T(arg);
5486
+ var prep1 = ((rest[0] === (void 0)) ? this.select$default$2__O() : rest[0]);
5487
+ return this.select__T__O__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(prep0, prep1)
5488
+ });
5473
5489
  $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.query = (function(arg, ...rest) {
5474
5490
  var prep0 = $as_T(arg);
5475
5491
  var prep1 = ((rest[0] === (void 0)) ? this.query$default$2__O() : rest[0]);
@@ -5485,28 +5501,12 @@ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.limit = (function
5485
5501
  var prep0 = $uI(arg);
5486
5502
  return this.limit__I__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(prep0)
5487
5503
  });
5488
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.getCount = (function() {
5489
- return this.getCount__sjs_js_Promise()
5490
- });
5491
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.order = (function(arg, arg$2) {
5492
- var prep0 = $as_T(arg);
5493
- var prep1 = $as_T(arg$2);
5494
- return this.order__T__T__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(prep0, prep1)
5495
- });
5496
5504
  $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.offset = (function(arg) {
5497
5505
  var prep0 = $uI(arg);
5498
5506
  return this.offset__I__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(prep0)
5499
5507
  });
5500
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.getMany = (function() {
5501
- return this.getMany__sjs_js_Promise()
5502
- });
5503
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.select = (function(arg, ...rest) {
5504
- var prep0 = $as_T(arg);
5505
- var prep1 = ((rest[0] === (void 0)) ? this.select$default$2__O() : rest[0]);
5506
- return this.select__T__O__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(prep0, prep1)
5507
- });
5508
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.getOne = (function() {
5509
- return this.getOne__sjs_js_Promise()
5508
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG.prototype.getCount = (function() {
5509
+ return this.getCount__sjs_js_Promise()
5510
5510
  });
5511
5511
  var $d_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG = new $TypeData().initClass({
5512
5512
  Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG: 0
@@ -5665,15 +5665,35 @@ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.getCount__sjs_js_Pro
5665
5665
  var f = $n($n($p_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB__check__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(this)).Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB__f_oql).count__Lcom_vinctus_oql_OQLQuery__T__Lcom_vinctus_oql_Fixed__s_concurrent_Future(this.Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB__f_q, null, this.Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB__f_com$vinctus$oql$QueryBuilder_JS_RDB$$fixed);
5666
5666
  return $m_sjs_js_JSConverters$JSRichFuture$().toJSPromise$extension__s_concurrent_Future__s_concurrent_ExecutionContext__sjs_js_Promise(f, $m_sjs_concurrent_JSExecutionContext$Implicits$().sjs_concurrent_JSExecutionContext$Implicits$__f_queue)
5667
5667
  });
5668
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.offset = (function(arg) {
5669
+ var prep0 = $uI(arg);
5670
+ return this.offset__I__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(prep0)
5671
+ });
5668
5672
  Object.defineProperty($c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype, "select$default$2", {
5669
5673
  "get": (function() {
5670
5674
  return this.select$default$2__O()
5671
5675
  }),
5672
5676
  "configurable": true
5673
5677
  });
5678
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.getOne = (function() {
5679
+ return this.getOne__sjs_js_Promise()
5680
+ });
5681
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.getMany = (function() {
5682
+ return this.getMany__sjs_js_Promise()
5683
+ });
5674
5684
  $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.cond = (function(arg) {
5675
5685
  return this.cond__O__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(arg)
5676
5686
  });
5687
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.order = (function(arg, arg$2) {
5688
+ var prep0 = $as_T(arg);
5689
+ var prep1 = $as_T(arg$2);
5690
+ return this.order__T__T__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(prep0, prep1)
5691
+ });
5692
+ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.select = (function(arg, ...rest) {
5693
+ var prep0 = $as_T(arg);
5694
+ var prep1 = ((rest[0] === (void 0)) ? this.select$default$2__O() : rest[0]);
5695
+ return this.select__T__O__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(prep0, prep1)
5696
+ });
5677
5697
  $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.query = (function(arg, ...rest) {
5678
5698
  var prep0 = $as_T(arg);
5679
5699
  var prep1 = ((rest[0] === (void 0)) ? this.query$default$2__O() : rest[0]);
@@ -5692,26 +5712,6 @@ $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.limit = (function(ar
5692
5712
  $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.getCount = (function() {
5693
5713
  return this.getCount__sjs_js_Promise()
5694
5714
  });
5695
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.order = (function(arg, arg$2) {
5696
- var prep0 = $as_T(arg);
5697
- var prep1 = $as_T(arg$2);
5698
- return this.order__T__T__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(prep0, prep1)
5699
- });
5700
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.offset = (function(arg) {
5701
- var prep0 = $uI(arg);
5702
- return this.offset__I__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(prep0)
5703
- });
5704
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.getMany = (function() {
5705
- return this.getMany__sjs_js_Promise()
5706
- });
5707
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.select = (function(arg, ...rest) {
5708
- var prep0 = $as_T(arg);
5709
- var prep1 = ((rest[0] === (void 0)) ? this.select$default$2__O() : rest[0]);
5710
- return this.select__T__O__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(prep0, prep1)
5711
- });
5712
- $c_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB.prototype.getOne = (function() {
5713
- return this.getOne__sjs_js_Promise()
5714
- });
5715
5715
  var $d_Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB = new $TypeData().initClass({
5716
5716
  Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB: 0
5717
5717
  }, false, "com.vinctus.oql.QueryBuilder_JS_RDB", {
@@ -29975,19 +29975,16 @@ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.jsBulkUpdate__sjs_js_
29975
29975
  var f$1 = this.bulkUpdate__sci_List__s_concurrent_Future($$x1);
29976
29976
  return $m_sjs_js_JSConverters$JSRichFuture$().toJSPromise$extension__s_concurrent_Future__s_concurrent_ExecutionContext__sjs_js_Promise(f$1, $m_sjs_concurrent_JSExecutionContext$Implicits$().sjs_concurrent_JSExecutionContext$Implicits$__f_queue)
29977
29977
  });
29978
- $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.delete = (function(arg) {
29979
- return this.jsDelete__sjs_js_Any__sjs_js_Promise(arg)
29980
- });
29981
29978
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.bulkUpdate = (function(arg) {
29982
29979
  return this.jsBulkUpdate__sjs_js_Array__sjs_js_Promise(arg)
29983
29980
  });
29984
- $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.update = (function(arg, arg$2) {
29985
- return this.jsUpdate__sjs_js_Any__sjs_js_Any__sjs_js_Promise(arg, arg$2)
29986
- });
29987
29981
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.unlink = (function(arg, arg$2, arg$3) {
29988
29982
  var prep1 = $as_T(arg$2);
29989
29983
  return this.jsUnlink__sjs_js_Any__T__sjs_js_Any__sjs_js_Promise(arg, prep1, arg$3)
29990
29984
  });
29985
+ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.delete = (function(arg) {
29986
+ return this.jsDelete__sjs_js_Any__sjs_js_Promise(arg)
29987
+ });
29991
29988
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.link = (function(arg, arg$2, arg$3) {
29992
29989
  var prep1 = $as_T(arg$2);
29993
29990
  return this.jsLink__sjs_js_Any__T__sjs_js_Any__sjs_js_Promise(arg, prep1, arg$3)
@@ -29995,6 +29992,9 @@ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.link = (function(arg,
29995
29992
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.insert = (function(arg) {
29996
29993
  return this.jsInsert__sjs_js_Dictionary__sjs_js_Promise(arg)
29997
29994
  });
29995
+ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG.prototype.update = (function(arg, arg$2) {
29996
+ return this.jsUpdate__sjs_js_Any__sjs_js_Any__sjs_js_Promise(arg, arg$2)
29997
+ });
29998
29998
  var $d_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG = new $TypeData().initClass({
29999
29999
  Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG: 0
30000
30000
  }, false, "com.vinctus.oql.Mutation_JS_NodePG", {
@@ -30134,19 +30134,16 @@ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.jsBulkUpdate__sjs_js_Arr
30134
30134
  var f$1 = this.bulkUpdate__sci_List__s_concurrent_Future($$x1);
30135
30135
  return $m_sjs_js_JSConverters$JSRichFuture$().toJSPromise$extension__s_concurrent_Future__s_concurrent_ExecutionContext__sjs_js_Promise(f$1, $m_sjs_concurrent_JSExecutionContext$Implicits$().sjs_concurrent_JSExecutionContext$Implicits$__f_queue)
30136
30136
  });
30137
- $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.delete = (function(arg) {
30138
- return this.jsDelete__sjs_js_Any__sjs_js_Promise(arg)
30139
- });
30140
30137
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.bulkUpdate = (function(arg) {
30141
30138
  return this.jsBulkUpdate__sjs_js_Array__sjs_js_Promise(arg)
30142
30139
  });
30143
- $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.update = (function(arg, arg$2) {
30144
- return this.jsUpdate__sjs_js_Any__sjs_js_Any__sjs_js_Promise(arg, arg$2)
30145
- });
30146
30140
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.unlink = (function(arg, arg$2, arg$3) {
30147
30141
  var prep1 = $as_T(arg$2);
30148
30142
  return this.jsUnlink__sjs_js_Any__T__sjs_js_Any__sjs_js_Promise(arg, prep1, arg$3)
30149
30143
  });
30144
+ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.delete = (function(arg) {
30145
+ return this.jsDelete__sjs_js_Any__sjs_js_Promise(arg)
30146
+ });
30150
30147
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.link = (function(arg, arg$2, arg$3) {
30151
30148
  var prep1 = $as_T(arg$2);
30152
30149
  return this.jsLink__sjs_js_Any__T__sjs_js_Any__sjs_js_Promise(arg, prep1, arg$3)
@@ -30154,6 +30151,9 @@ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.link = (function(arg, ar
30154
30151
  $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.insert = (function(arg) {
30155
30152
  return this.jsInsert__sjs_js_Dictionary__sjs_js_Promise(arg)
30156
30153
  });
30154
+ $c_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB.prototype.update = (function(arg, arg$2) {
30155
+ return this.jsUpdate__sjs_js_Any__sjs_js_Any__sjs_js_Promise(arg, arg$2)
30156
+ });
30157
30157
  var $d_Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB = new $TypeData().initClass({
30158
30158
  Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB: 0
30159
30159
  }, false, "com.vinctus.oql.Mutation_JS_RDB", {
@@ -30439,10 +30439,6 @@ $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.render__O__s_Option__T = (
30439
30439
  $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.render$default$2__s_Option = (function() {
30440
30440
  return $m_s_None$()
30441
30441
  });
30442
- $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.entity = (function(arg) {
30443
- var prep0 = $as_T(arg);
30444
- return this.entity__T__Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG(prep0)
30445
- });
30446
30442
  $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.queryMany = (function(arg, ...rest) {
30447
30443
  var prep0 = $as_T(arg);
30448
30444
  var prep1 = ((rest[0] === (void 0)) ? (void 0) : rest[0]);
@@ -30450,12 +30446,6 @@ $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.queryMany = (function(arg,
30450
30446
  var prep3 = ((rest[2] === (void 0)) ? null : rest[2]);
30451
30447
  return this.jsQueryMany__T__O__O__sjs_js_Any__sjs_js_Promise(prep0, prep1, prep2, prep3)
30452
30448
  });
30453
- $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.showQuery = (function() {
30454
- this.showQuery__V()
30455
- });
30456
- $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.queryBuilder = (function(arg, arg$2) {
30457
- return this.jsQueryBuilder__O__sjs_js_Any__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(arg, arg$2)
30458
- });
30459
30449
  $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.raw = (function(arg, arg$2) {
30460
30450
  var prep0 = $as_T(arg);
30461
30451
  return this.raw__T__O__sjs_js_Promise(prep0, arg$2)
@@ -30474,6 +30464,16 @@ $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.queryOne = (function(arg,
30474
30464
  var prep3 = ((rest[2] === (void 0)) ? null : rest[2]);
30475
30465
  return this.jsQueryOne__T__O__O__sjs_js_Any__sjs_js_Promise(prep0, prep1, prep2, prep3)
30476
30466
  });
30467
+ $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.showQuery = (function() {
30468
+ this.showQuery__V()
30469
+ });
30470
+ $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.queryBuilder = (function(arg, arg$2) {
30471
+ return this.jsQueryBuilder__O__sjs_js_Any__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fNodePG(arg, arg$2)
30472
+ });
30473
+ $c_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS.prototype.entity = (function(arg) {
30474
+ var prep0 = $as_T(arg);
30475
+ return this.entity__T__Lcom_vinctus_oql_Mutation\uff3fJS\uff3fNodePG(prep0)
30476
+ });
30477
30477
  var $d_Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS = new $TypeData().initClass({
30478
30478
  Lcom_vinctus_oql_OQL\uff3fNodePG\uff3fJS: 0
30479
30479
  }, false, "com.vinctus.oql.OQL_NodePG_JS", {
@@ -30679,13 +30679,6 @@ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.render__O__s_Option__T = (fun
30679
30679
  $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.render$default$2__s_Option = (function() {
30680
30680
  return $m_s_None$()
30681
30681
  });
30682
- $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.entity = (function(arg) {
30683
- var prep0 = $as_T(arg);
30684
- return this.entity__T__Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB(prep0)
30685
- });
30686
- $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.create = (function() {
30687
- return this.jsCreate__sjs_js_Promise()
30688
- });
30689
30682
  $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.queryMany = (function(arg, ...rest) {
30690
30683
  var prep0 = $as_T(arg);
30691
30684
  var prep1 = ((rest[0] === (void 0)) ? (void 0) : rest[0]);
@@ -30693,16 +30686,6 @@ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.queryMany = (function(arg, ..
30693
30686
  var prep3 = ((rest[2] === (void 0)) ? null : rest[2]);
30694
30687
  return this.jsQueryMany__T__O__O__sjs_js_Any__sjs_js_Promise(prep0, prep1, prep2, prep3)
30695
30688
  });
30696
- $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.rawMulti = (function(arg) {
30697
- var prep0 = $as_T(arg);
30698
- return this.rawMulti__T__sjs_js_Promise(prep0)
30699
- });
30700
- $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.showQuery = (function() {
30701
- this.showQuery__V()
30702
- });
30703
- $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.queryBuilder = (function(arg, arg$2) {
30704
- return this.jsQueryBuilder__O__sjs_js_Any__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(arg, arg$2)
30705
- });
30706
30689
  $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.raw = (function(arg, arg$2) {
30707
30690
  var prep0 = $as_T(arg);
30708
30691
  return this.raw__T__O__sjs_js_Promise(prep0, arg$2)
@@ -30721,6 +30704,23 @@ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.queryOne = (function(arg, ...
30721
30704
  var prep3 = ((rest[2] === (void 0)) ? null : rest[2]);
30722
30705
  return this.jsQueryOne__T__O__O__sjs_js_Any__sjs_js_Promise(prep0, prep1, prep2, prep3)
30723
30706
  });
30707
+ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.create = (function() {
30708
+ return this.jsCreate__sjs_js_Promise()
30709
+ });
30710
+ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.rawMulti = (function(arg) {
30711
+ var prep0 = $as_T(arg);
30712
+ return this.rawMulti__T__sjs_js_Promise(prep0)
30713
+ });
30714
+ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.showQuery = (function() {
30715
+ this.showQuery__V()
30716
+ });
30717
+ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.queryBuilder = (function(arg, arg$2) {
30718
+ return this.jsQueryBuilder__O__sjs_js_Any__Lcom_vinctus_oql_QueryBuilder\uff3fJS\uff3fRDB(arg, arg$2)
30719
+ });
30720
+ $c_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS.prototype.entity = (function(arg) {
30721
+ var prep0 = $as_T(arg);
30722
+ return this.entity__T__Lcom_vinctus_oql_Mutation\uff3fJS\uff3fRDB(prep0)
30723
+ });
30724
30724
  var $d_Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS = new $TypeData().initClass({
30725
30725
  Lcom_vinctus_oql_OQL\uff3fRDB\uff3fJS: 0
30726
30726
  }, false, "com.vinctus.oql.OQL_RDB_JS", {
@@ -52246,63 +52246,63 @@ $c_Lcom_vinctus_oql_OQLParser$.prototype.booleanPrimary__s_util_parsing_combinat
52246
52246
  return new $c_Lcom_vinctus_oql_PostfixOQLExpression(e$1, n)
52247
52247
  };
52248
52248
  throw new $c_s_MatchError(x$1$5)
52249
- }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n(this.expression__s_util_parsing_combinator_PackratParsers$PackratParser()).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.in__s_util_parsing_combinator_PackratParsers$PackratParser())))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expressions__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this)))))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$6) => {
52249
+ }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(",", this))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(this.expression__s_util_parsing_combinator_PackratParsers$PackratParser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => {
52250
+ var r$5 = this.kw__T__s_util_matching_Regex("OVERLAPS");
52251
+ return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(r$5, this)
52252
+ }))))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(",", this)))))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(this.expression__s_util_parsing_combinator_PackratParsers$PackratParser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this)))))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$6) => {
52250
52253
  var x$1$7 = $as_s_util_parsing_combinator_Parsers$$tilde(x$1$6);
52251
52254
  if ((x$1$7 !== null)) {
52252
52255
  $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52253
52256
  var x217 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x$1$7).s_util_parsing_combinator_Parsers$$tilde__f__1);
52254
52257
  if ((x217 !== null)) {
52255
52258
  $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52256
- var e$2 = $as_Lcom_vinctus_oql_OQLExpression($n(x217).s_util_parsing_combinator_Parsers$$tilde__f__1);
52257
- var i = $as_T($n(x217).s_util_parsing_combinator_Parsers$$tilde__f__2);
52258
- var es = $as_sci_List($n(x$1$7).s_util_parsing_combinator_Parsers$$tilde__f__2);
52259
- return new $c_Lcom_vinctus_oql_InArrayOQLExpression(e$2, i, es)
52259
+ var x220 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x217).s_util_parsing_combinator_Parsers$$tilde__f__1);
52260
+ if ((x220 !== null)) {
52261
+ $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52262
+ var ls = $as_Lcom_vinctus_oql_OQLExpression($n(x220).s_util_parsing_combinator_Parsers$$tilde__f__1);
52263
+ var le = $as_Lcom_vinctus_oql_OQLExpression($n(x220).s_util_parsing_combinator_Parsers$$tilde__f__2);
52264
+ var rs = $as_Lcom_vinctus_oql_OQLExpression($n(x217).s_util_parsing_combinator_Parsers$$tilde__f__2);
52265
+ var re = $as_Lcom_vinctus_oql_OQLExpression($n(x$1$7).s_util_parsing_combinator_Parsers$$tilde__f__2);
52266
+ return new $c_Lcom_vinctus_oql_OverlapsOQLExpression(ls, le, rs, re)
52267
+ }
52260
52268
  }
52261
52269
  };
52262
52270
  throw new $c_s_MatchError(x$1$7)
52263
- }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n(this.expression__s_util_parsing_combinator_PackratParsers$PackratParser()).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.in__s_util_parsing_combinator_PackratParsers$PackratParser())))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.query__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this)))))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$8) => {
52271
+ }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n(this.expression__s_util_parsing_combinator_PackratParsers$PackratParser()).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.in__s_util_parsing_combinator_PackratParsers$PackratParser())))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expressions__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this)))))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$8) => {
52264
52272
  var x$1$9 = $as_s_util_parsing_combinator_Parsers$$tilde(x$1$8);
52265
52273
  if ((x$1$9 !== null)) {
52266
52274
  $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52267
- var x224 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x$1$9).s_util_parsing_combinator_Parsers$$tilde__f__1);
52268
- if ((x224 !== null)) {
52275
+ var x227 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x$1$9).s_util_parsing_combinator_Parsers$$tilde__f__1);
52276
+ if ((x227 !== null)) {
52269
52277
  $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52270
- var e$3 = $as_Lcom_vinctus_oql_OQLExpression($n(x224).s_util_parsing_combinator_Parsers$$tilde__f__1);
52271
- var i$1 = $as_T($n(x224).s_util_parsing_combinator_Parsers$$tilde__f__2);
52272
- var q = $as_Lcom_vinctus_oql_OQLQuery($n(x$1$9).s_util_parsing_combinator_Parsers$$tilde__f__2);
52273
- return new $c_Lcom_vinctus_oql_InQueryOQLExpression(e$3, i$1, q)
52278
+ var e$2 = $as_Lcom_vinctus_oql_OQLExpression($n(x227).s_util_parsing_combinator_Parsers$$tilde__f__1);
52279
+ var i = $as_T($n(x227).s_util_parsing_combinator_Parsers$$tilde__f__2);
52280
+ var es = $as_sci_List($n(x$1$9).s_util_parsing_combinator_Parsers$$tilde__f__2);
52281
+ return new $c_Lcom_vinctus_oql_InArrayOQLExpression(e$2, i, es)
52274
52282
  }
52275
52283
  };
52276
52284
  throw new $c_s_MatchError(x$1$9)
52277
- }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => {
52278
- var r$5 = this.kw__T__s_util_matching_Regex("EXISTS");
52279
- return $n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(r$5, this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.query__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((query) => {
52280
- var query$1 = $as_Lcom_vinctus_oql_OQLQuery(query);
52281
- return new $c_Lcom_vinctus_oql_ExistsOQLExpression(query$1)
52282
- })))
52283
- })))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.booleanLiteral__s_util_parsing_combinator_PackratParsers$PackratParser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.qualifiedAttributeExpression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.booleanExpression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(",", this))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(this.booleanExpression__s_util_parsing_combinator_PackratParsers$PackratParser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => {
52284
- var r$6 = this.kw__T__s_util_matching_Regex("OVERLAPS");
52285
- return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(r$6, this)
52286
- }))))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.booleanExpression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(",", this)))))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(this.booleanExpression__s_util_parsing_combinator_PackratParsers$PackratParser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this)))))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$10) => {
52285
+ }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n(this.expression__s_util_parsing_combinator_PackratParsers$PackratParser()).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.in__s_util_parsing_combinator_PackratParsers$PackratParser())))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.query__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this)))))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$10) => {
52287
52286
  var x$1$11 = $as_s_util_parsing_combinator_Parsers$$tilde(x$1$10);
52288
52287
  if ((x$1$11 !== null)) {
52289
52288
  $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52290
- var x231 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x$1$11).s_util_parsing_combinator_Parsers$$tilde__f__1);
52291
- if ((x231 !== null)) {
52289
+ var x234 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x$1$11).s_util_parsing_combinator_Parsers$$tilde__f__1);
52290
+ if ((x234 !== null)) {
52292
52291
  $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52293
- var x234 = $as_s_util_parsing_combinator_Parsers$$tilde($n(x231).s_util_parsing_combinator_Parsers$$tilde__f__1);
52294
- if ((x234 !== null)) {
52295
- $n(this.$tilde__s_util_parsing_combinator_Parsers$$tilde$());
52296
- var ls = $as_Lcom_vinctus_oql_OQLExpression($n(x234).s_util_parsing_combinator_Parsers$$tilde__f__1);
52297
- var le = $as_Lcom_vinctus_oql_OQLExpression($n(x234).s_util_parsing_combinator_Parsers$$tilde__f__2);
52298
- var rs = $as_Lcom_vinctus_oql_OQLExpression($n(x231).s_util_parsing_combinator_Parsers$$tilde__f__2);
52299
- var re = $as_Lcom_vinctus_oql_OQLExpression($n(x$1$11).s_util_parsing_combinator_Parsers$$tilde__f__2);
52300
- return new $c_Lcom_vinctus_oql_OverlapsOQLExpression(ls, le, rs, re)
52301
- }
52292
+ var e$3 = $as_Lcom_vinctus_oql_OQLExpression($n(x234).s_util_parsing_combinator_Parsers$$tilde__f__1);
52293
+ var i$1 = $as_T($n(x234).s_util_parsing_combinator_Parsers$$tilde__f__2);
52294
+ var q = $as_Lcom_vinctus_oql_OQLQuery($n(x$1$11).s_util_parsing_combinator_Parsers$$tilde__f__2);
52295
+ return new $c_Lcom_vinctus_oql_InQueryOQLExpression(e$3, i$1, q)
52302
52296
  }
52303
52297
  };
52304
52298
  throw new $c_s_MatchError(x$1$11)
52305
- }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.booleanExpression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((expr) => {
52299
+ }))))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => {
52300
+ var r$6 = this.kw__T__s_util_matching_Regex("EXISTS");
52301
+ return $n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(r$6, this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.query__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((query) => {
52302
+ var query$1 = $as_Lcom_vinctus_oql_OQLQuery(query);
52303
+ return new $c_Lcom_vinctus_oql_ExistsOQLExpression(query$1)
52304
+ })))
52305
+ })))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.booleanLiteral__s_util_parsing_combinator_PackratParsers$PackratParser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.qualifiedAttributeExpression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1("(", this).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.booleanExpression__s_util_parsing_combinator_PackratParsers$PackratParser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(")", this))))).$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((expr) => {
52306
52306
  var expr$1 = $as_Lcom_vinctus_oql_OQLExpression(expr);
52307
52307
  return new $c_Lcom_vinctus_oql_GroupedOQLExpression(expr$1)
52308
52308
  }))))))));