ATrogolo

ClientSideModel

Oct 18th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 21.17 KB | None | 0 0
  1. {
  2.   "vers": "1",
  3.   "easyQuery": {
  4.     "version": "5.2.0.12",
  5.     "token": "6R8QZO33G8B4Q586"
  6.   },
  7.   "editors": [
  8.     {
  9.       "id": "_DTE",
  10.       "tag": "EDIT",
  11.       "defval": "",
  12.       "rtype": 1
  13.     },
  14.     {
  15.       "id": "_DPDE",
  16.       "tag": "DATETIME",
  17.       "defval": "${Today}",
  18.       "rtype": 12
  19.     },
  20.     {
  21.       "id": "_DPTE",
  22.       "tag": "DATETIME",
  23.       "defval": "${Now}",
  24.       "rtype": 12
  25.     }
  26.   ],
  27.   "operators": [
  28.     {
  29.       "id": "Equal",
  30.       "cptn": "is equal to",
  31.       "caseIns": true,
  32.       "isRange": false,
  33.       "fmt": "{expr1} [[is equal to]] {expr2}",
  34.       "pcnt": 2
  35.     },
  36.     {
  37.       "id": "NotEqual",
  38.       "cptn": "is not equal to",
  39.       "caseIns": true,
  40.       "isRange": false,
  41.       "fmt": "{expr1} [[is not equal to]] {expr2}",
  42.       "pcnt": 2
  43.     },
  44.     {
  45.       "id": "LessThan",
  46.       "cptn": "is less than",
  47.       "caseIns": true,
  48.       "isRange": false,
  49.       "fmt": "{expr1} [[is less than]] {expr2}",
  50.       "pcnt": 2
  51.     },
  52.     {
  53.       "id": "LessOrEqual",
  54.       "cptn": "is less than or equal to",
  55.       "caseIns": true,
  56.       "isRange": false,
  57.       "fmt": "{expr1} [[is less than or equal to]] {expr2}",
  58.       "pcnt": 2
  59.     },
  60.     {
  61.       "id": "GreaterThan",
  62.       "cptn": "is greater than",
  63.       "caseIns": true,
  64.       "isRange": false,
  65.       "fmt": "{expr1} [[is greater than]] {expr2}",
  66.       "pcnt": 2
  67.     },
  68.     {
  69.       "id": "GreaterOrEqual",
  70.       "cptn": "is greater than or equal to",
  71.       "caseIns": true,
  72.       "isRange": false,
  73.       "fmt": "{expr1} [[is greater than or equal to]] {expr2}",
  74.       "pcnt": 2
  75.     },
  76.     {
  77.       "id": "IsNull",
  78.       "cptn": "is null",
  79.       "caseIns": true,
  80.       "isRange": false,
  81.       "fmt": "{expr1} [[is null]]",
  82.       "pcnt": 1
  83.     },
  84.     {
  85.       "id": "IsNotNull",
  86.       "cptn": "is not null",
  87.       "caseIns": true,
  88.       "isRange": false,
  89.       "fmt": "{expr1} [[is not null]]",
  90.       "pcnt": 1
  91.     },
  92.     {
  93.       "id": "IsTrue",
  94.       "cptn": "is true",
  95.       "caseIns": true,
  96.       "isRange": false,
  97.       "fmt": "{expr1} [[is true]]",
  98.       "pcnt": 1
  99.     },
  100.     {
  101.       "id": "NotTrue",
  102.       "cptn": "is not true",
  103.       "caseIns": true,
  104.       "isRange": false,
  105.       "fmt": "{expr1} [[is not true]]",
  106.       "pcnt": 1
  107.     },
  108.     {
  109.       "id": "Between",
  110.       "cptn": "is between",
  111.       "caseIns": true,
  112.       "isRange": true,
  113.       "fmt": "{expr1} [[is between]] {expr2} and {expr3}",
  114.       "pcnt": 3
  115.     },
  116.     {
  117.       "id": "NotBetween",
  118.       "cptn": "is not between",
  119.       "caseIns": true,
  120.       "isRange": true,
  121.       "fmt": "{expr1} [[is not between]] {expr2} and {expr3}",
  122.       "pcnt": 3
  123.     },
  124.     {
  125.       "id": "StartsWith",
  126.       "cptn": "starts with",
  127.       "caseIns": true,
  128.       "isRange": false,
  129.       "fmt": "{expr1} [[starts with]] {expr2}",
  130.       "pcnt": 2,
  131.       "editor": "_DTE"
  132.     },
  133.     {
  134.       "id": "NotStartsWith",
  135.       "cptn": "does not start with",
  136.       "caseIns": true,
  137.       "isRange": false,
  138.       "fmt": "{expr1} [[does not start with]] {expr2}",
  139.       "pcnt": 2,
  140.       "editor": "_DTE"
  141.     },
  142.     {
  143.       "id": "Contains",
  144.       "cptn": "contains",
  145.       "caseIns": true,
  146.       "isRange": false,
  147.       "fmt": "{expr1} [[contains]] {expr2}",
  148.       "pcnt": 2,
  149.       "editor": "_DTE"
  150.     },
  151.     {
  152.       "id": "NotContains",
  153.       "cptn": "does not contain",
  154.       "caseIns": true,
  155.       "isRange": false,
  156.       "fmt": "{expr1} [[does not start with]] {expr2}",
  157.       "pcnt": 2,
  158.       "editor": "_DTE"
  159.     },
  160.     {
  161.       "id": "DateBeforePrecise",
  162.       "cptn": "before",
  163.       "caseIns": true,
  164.       "isRange": false,
  165.       "fmt": "{expr1} [[before]] {expr2}",
  166.       "pcnt": 2,
  167.       "defOperand": {
  168.         "dtype": 0,
  169.         "kind": 0,
  170.         "val": "${Today}"
  171.       },
  172.       "editor": "_DPDE"
  173.     },
  174.     {
  175.       "id": "DateAfterPrecise",
  176.       "cptn": "after",
  177.       "caseIns": true,
  178.       "isRange": false,
  179.       "fmt": "{expr1} [[after]] {expr2}",
  180.       "pcnt": 2,
  181.       "defOperand": {
  182.         "dtype": 0,
  183.         "kind": 0,
  184.         "val": "${Today}"
  185.       },
  186.       "editor": "_DPDE"
  187.     },
  188.     {
  189.       "id": "DateEqualPrecise",
  190.       "cptn": "on",
  191.       "caseIns": true,
  192.       "isRange": false,
  193.       "fmt": "{expr1} [[on]] {expr2}",
  194.       "pcnt": 2,
  195.       "defOperand": {
  196.         "dtype": 0,
  197.         "kind": 0,
  198.         "val": "${Today}"
  199.       },
  200.       "editor": "_DPDE"
  201.     },
  202.     {
  203.       "id": "DateNotEqualPrecise",
  204.       "cptn": "not on",
  205.       "caseIns": true,
  206.       "isRange": false,
  207.       "fmt": "{expr1} [[not on]] {expr2}",
  208.       "pcnt": 2,
  209.       "defOperand": {
  210.         "dtype": 0,
  211.         "kind": 0,
  212.         "val": "${Today}"
  213.       },
  214.       "editor": "_DPDE"
  215.     },
  216.     {
  217.       "id": "TimeEqualPrecise",
  218.       "cptn": "on",
  219.       "caseIns": true,
  220.       "isRange": false,
  221.       "fmt": "{expr1} [[equal]] {expr2}",
  222.       "pcnt": 2,
  223.       "defOperand": {
  224.         "dtype": 0,
  225.         "kind": 0,
  226.         "val": "${Today}"
  227.       },
  228.       "editor": "_DPDE"
  229.     },
  230.     {
  231.       "id": "TimeNotEqualPrecise",
  232.       "cptn": "not on",
  233.       "caseIns": true,
  234.       "isRange": false,
  235.       "fmt": "{expr1} [[not equal]] {expr2}",
  236.       "pcnt": 2,
  237.       "defOperand": {
  238.         "dtype": 0,
  239.         "kind": 0,
  240.         "val": "${Today}"
  241.       },
  242.       "editor": "_DPDE"
  243.     },
  244.     {
  245.       "id": "TimeBeforePrecise",
  246.       "cptn": "before",
  247.       "caseIns": true,
  248.       "isRange": false,
  249.       "fmt": "{expr1} [[before]] {expr2}",
  250.       "pcnt": 2,
  251.       "defOperand": {
  252.         "dtype": 0,
  253.         "kind": 0,
  254.         "val": "${Today}"
  255.       },
  256.       "editor": "_DPDE"
  257.     },
  258.     {
  259.       "id": "TimeAfterPrecise",
  260.       "cptn": "after",
  261.       "caseIns": true,
  262.       "isRange": false,
  263.       "fmt": "{expr1} [[after]] {expr2}",
  264.       "pcnt": 2,
  265.       "defOperand": {
  266.         "dtype": 0,
  267.         "kind": 0,
  268.         "val": "${Today}"
  269.       },
  270.       "editor": "_DPDE"
  271.     },
  272.     {
  273.       "id": "DatePeriodPrecise",
  274.       "cptn": "custom period",
  275.       "caseIns": true,
  276.       "isRange": true,
  277.       "fmt": "{expr1} [[within]] {expr2} and {expr3}",
  278.       "pcnt": 3,
  279.       "defOperand": {
  280.         "dtype": 0,
  281.         "kind": 0,
  282.         "val": "${Today}"
  283.       },
  284.       "editor": "_DPDE",
  285.       "operands": [
  286.         {
  287.           "dtype": 0,
  288.           "kind": 0,
  289.           "val": "${FirstDayOfMonth}"
  290.         },
  291.         {
  292.           "dtype": 0,
  293.           "kind": 0,
  294.           "val": "${Today}"
  295.         }
  296.       ]
  297.     },
  298.     {
  299.       "id": "TimePeriodPrecise",
  300.       "cptn": "between",
  301.       "caseIns": true,
  302.       "isRange": true,
  303.       "fmt": "{expr1} [[between]] {expr2} and {expr3}",
  304.       "pcnt": 3,
  305.       "editor": "_DPTE",
  306.       "operands": [
  307.         {
  308.           "dtype": 0,
  309.           "kind": 0,
  310.           "val": "${HourStart}"
  311.         },
  312.         {
  313.           "dtype": 0,
  314.           "kind": 0,
  315.           "val": "${Now}"
  316.         }
  317.       ]
  318.     }
  319.   ],
  320.   "id": "DataBox_Link",
  321.   "name": "DataBox_Link",
  322.   "entroot": {
  323.     "name": "DataBox_Link",
  324.     "uir": true,
  325.     "uic": true,
  326.     "uis": true,
  327.     "ents": [
  328.       {
  329.         "name": "DataBox_Link",
  330.         "uir": true,
  331.         "uic": true,
  332.         "uis": true,
  333.         "attrs": [
  334.           {
  335.             "id": "Orders.OrderID",
  336.             "cptn": "OrderID",
  337.             "dtype": 4,
  338.             "size": 0,
  339.             "uir": true,
  340.             "uic": true,
  341.             "uis": true,
  342.             "ops": [
  343.               "Equal",
  344.               "NotEqual",
  345.               "LessThan",
  346.               "LessOrEqual",
  347.               "GreaterThan",
  348.               "GreaterOrEqual",
  349.               "Between",
  350.               "NotBetween"
  351.             ],
  352.             "sqlExpr": "Orders.OrderID",
  353.             "defOperator": "",
  354.             "lookupAttr": "OrderID"
  355.           },
  356.           {
  357.             "id": "Orders.CustomerID",
  358.             "cptn": "CustomerID",
  359.             "dtype": 16,
  360.             "size": 5,
  361.             "uir": true,
  362.             "uic": true,
  363.             "uis": true,
  364.             "ops": [
  365.               "Equal",
  366.               "NotEqual",
  367.               "StartsWith",
  368.               "NotStartsWith",
  369.               "Contains",
  370.               "NotContains"
  371.             ],
  372.             "sqlExpr": "Orders.CustomerID",
  373.             "defOperator": "",
  374.             "lookupAttr": "CustomerID"
  375.           },
  376.           {
  377.             "id": "Orders.EmployeeID",
  378.             "cptn": "EmployeeID",
  379.             "dtype": 4,
  380.             "size": 0,
  381.             "uir": true,
  382.             "uic": true,
  383.             "uis": true,
  384.             "ops": [
  385.               "Equal",
  386.               "NotEqual",
  387.               "LessThan",
  388.               "LessOrEqual",
  389.               "GreaterThan",
  390.               "GreaterOrEqual",
  391.               "Between",
  392.               "NotBetween"
  393.             ],
  394.             "sqlExpr": "Orders.EmployeeID",
  395.             "defOperator": "",
  396.             "lookupAttr": "EmployeeID"
  397.           },
  398.           {
  399.             "id": "Orders.OrderDate",
  400.             "cptn": "OrderDate",
  401.             "dtype": 12,
  402.             "size": 0,
  403.             "uir": true,
  404.             "uic": true,
  405.             "uis": true,
  406.             "ops": [
  407.               "DateBeforePrecise",
  408.               "DateAfterPrecise",
  409.               "DateEqualPrecise",
  410.               "DateNotEqualPrecise",
  411.               "TimeBeforePrecise",
  412.               "TimeAfterPrecise",
  413.               "TimeEqualPrecise",
  414.               "TimeNotEqualPrecise"
  415.             ],
  416.             "sqlExpr": "Orders.OrderDate",
  417.             "defOperator": "",
  418.             "lookupAttr": "OrderDate"
  419.           },
  420.           {
  421.             "id": "Orders.RequiredDate",
  422.             "cptn": "RequiredDate",
  423.             "dtype": 12,
  424.             "size": 0,
  425.             "uir": true,
  426.             "uic": true,
  427.             "uis": true,
  428.             "ops": [
  429.               "DateBeforePrecise",
  430.               "DateAfterPrecise",
  431.               "DateEqualPrecise",
  432.               "DateNotEqualPrecise",
  433.               "TimeBeforePrecise",
  434.               "TimeAfterPrecise",
  435.               "TimeEqualPrecise",
  436.               "TimeNotEqualPrecise"
  437.             ],
  438.             "sqlExpr": "Orders.RequiredDate",
  439.             "defOperator": "",
  440.             "lookupAttr": "RequiredDate"
  441.           },
  442.           {
  443.             "id": "Orders.ShippedDate",
  444.             "cptn": "ShippedDate",
  445.             "dtype": 12,
  446.             "size": 0,
  447.             "uir": true,
  448.             "uic": true,
  449.             "uis": true,
  450.             "ops": [
  451.               "DateBeforePrecise",
  452.               "DateAfterPrecise",
  453.               "DateEqualPrecise",
  454.               "DateNotEqualPrecise",
  455.               "TimeBeforePrecise",
  456.               "TimeAfterPrecise",
  457.               "TimeEqualPrecise",
  458.               "TimeNotEqualPrecise"
  459.             ],
  460.             "sqlExpr": "Orders.ShippedDate",
  461.             "defOperator": "",
  462.             "lookupAttr": "ShippedDate"
  463.           },
  464.           {
  465.             "id": "Orders.ShipVia",
  466.             "cptn": "ShipVia",
  467.             "dtype": 4,
  468.             "size": 0,
  469.             "uir": true,
  470.             "uic": true,
  471.             "uis": true,
  472.             "ops": [
  473.               "Equal",
  474.               "NotEqual",
  475.               "LessThan",
  476.               "LessOrEqual",
  477.               "GreaterThan",
  478.               "GreaterOrEqual",
  479.               "Between",
  480.               "NotBetween"
  481.             ],
  482.             "sqlExpr": "Orders.ShipVia",
  483.             "defOperator": "",
  484.             "lookupAttr": "ShipVia"
  485.           },
  486.           {
  487.             "id": "Orders.Freight",
  488.             "cptn": "Freight",
  489.             "dtype": 8,
  490.             "size": 0,
  491.             "uir": true,
  492.             "uic": true,
  493.             "uis": true,
  494.             "ops": [
  495.               "Equal",
  496.               "NotEqual",
  497.               "LessThan",
  498.               "LessOrEqual",
  499.               "GreaterThan",
  500.               "GreaterOrEqual",
  501.               "Between",
  502.               "NotBetween"
  503.             ],
  504.             "sqlExpr": "Orders.Freight",
  505.             "defOperator": "",
  506.             "lookupAttr": "Freight"
  507.           },
  508.           {
  509.             "id": "Orders.ShipName",
  510.             "cptn": "ShipName",
  511.             "dtype": 1,
  512.             "size": 40,
  513.             "uir": true,
  514.             "uic": true,
  515.             "uis": true,
  516.             "ops": [
  517.               "Equal",
  518.               "NotEqual",
  519.               "StartsWith",
  520.               "NotStartsWith",
  521.               "Contains",
  522.               "NotContains"
  523.             ],
  524.             "sqlExpr": "Orders.ShipName",
  525.             "defOperator": "",
  526.             "lookupAttr": "ShipName"
  527.           },
  528.           {
  529.             "id": "Orders.ShipAddress",
  530.             "cptn": "ShipAddress",
  531.             "dtype": 1,
  532.             "size": 60,
  533.             "uir": true,
  534.             "uic": true,
  535.             "uis": true,
  536.             "ops": [
  537.               "Equal",
  538.               "NotEqual",
  539.               "StartsWith",
  540.               "NotStartsWith",
  541.               "Contains",
  542.               "NotContains"
  543.             ],
  544.             "sqlExpr": "Orders.ShipAddress",
  545.             "defOperator": "",
  546.             "lookupAttr": "ShipAddress"
  547.           },
  548.           {
  549.             "id": "Orders.ShipCity",
  550.             "cptn": "ShipCity",
  551.             "dtype": 1,
  552.             "size": 15,
  553.             "uir": true,
  554.             "uic": true,
  555.             "uis": true,
  556.             "ops": [
  557.               "Equal",
  558.               "NotEqual",
  559.               "StartsWith",
  560.               "NotStartsWith",
  561.               "Contains",
  562.               "NotContains"
  563.             ],
  564.             "sqlExpr": "Orders.ShipCity",
  565.             "defOperator": "",
  566.             "lookupAttr": "ShipCity"
  567.           },
  568.           {
  569.             "id": "Orders.ShipRegion",
  570.             "cptn": "ShipRegion",
  571.             "dtype": 1,
  572.             "size": 15,
  573.             "uir": true,
  574.             "uic": true,
  575.             "uis": true,
  576.             "ops": [
  577.               "Equal",
  578.               "NotEqual",
  579.               "StartsWith",
  580.               "NotStartsWith",
  581.               "Contains",
  582.               "NotContains"
  583.             ],
  584.             "sqlExpr": "Orders.ShipRegion",
  585.             "defOperator": "",
  586.             "lookupAttr": "ShipRegion"
  587.           },
  588.           {
  589.             "id": "Orders.ShipPostalCode",
  590.             "cptn": "ShipPostalCode",
  591.             "dtype": 1,
  592.             "size": 10,
  593.             "uir": true,
  594.             "uic": true,
  595.             "uis": true,
  596.             "ops": [
  597.               "Equal",
  598.               "NotEqual",
  599.               "StartsWith",
  600.               "NotStartsWith",
  601.               "Contains",
  602.               "NotContains"
  603.             ],
  604.             "sqlExpr": "Orders.ShipPostalCode",
  605.             "defOperator": "",
  606.             "lookupAttr": "ShipPostalCode"
  607.           },
  608.           {
  609.             "id": "Orders.ShipCountry",
  610.             "cptn": "ShipCountry",
  611.             "dtype": 1,
  612.             "size": 15,
  613.             "uir": true,
  614.             "uic": true,
  615.             "uis": true,
  616.             "ops": [
  617.               "Equal",
  618.               "NotEqual",
  619.               "StartsWith",
  620.               "NotStartsWith",
  621.               "Contains",
  622.               "NotContains"
  623.             ],
  624.             "sqlExpr": "Orders.ShipCountry",
  625.             "defOperator": "",
  626.             "lookupAttr": "ShipCountry"
  627.           },
  628.           {
  629.             "id": "Orders.Price",
  630.             "cptn": "Price",
  631.             "dtype": 4,
  632.             "size": 0,
  633.             "uir": true,
  634.             "uic": true,
  635.             "uis": true,
  636.             "ops": [
  637.               "Equal",
  638.               "NotEqual",
  639.               "LessThan",
  640.               "LessOrEqual",
  641.               "GreaterThan",
  642.               "GreaterOrEqual",
  643.               "Between",
  644.               "NotBetween"
  645.             ],
  646.             "sqlExpr": "Orders.Price",
  647.             "defOperator": "",
  648.             "lookupAttr": "Price"
  649.           },
  650.           {
  651.             "id": "Orders.DateTime2",
  652.             "cptn": "DateTime2",
  653.             "dtype": 12,
  654.             "size": 0,
  655.             "uir": true,
  656.             "uic": true,
  657.             "uis": true,
  658.             "ops": [
  659.               "DateBeforePrecise",
  660.               "DateAfterPrecise",
  661.               "DateEqualPrecise",
  662.               "DateNotEqualPrecise",
  663.               "TimeBeforePrecise",
  664.               "TimeAfterPrecise",
  665.               "TimeEqualPrecise",
  666.               "TimeNotEqualPrecise"
  667.             ],
  668.             "sqlExpr": "Orders.DateTime2",
  669.             "defOperator": "",
  670.             "lookupAttr": "DateTime2"
  671.           },
  672.           {
  673.             "id": "Orders.SmallDateTimeCol",
  674.             "cptn": "SmallDateTimeCol",
  675.             "dtype": 12,
  676.             "size": 0,
  677.             "uir": true,
  678.             "uic": true,
  679.             "uis": true,
  680.             "ops": [
  681.               "DateBeforePrecise",
  682.               "DateAfterPrecise",
  683.               "DateEqualPrecise",
  684.               "DateNotEqualPrecise",
  685.               "TimeBeforePrecise",
  686.               "TimeAfterPrecise",
  687.               "TimeEqualPrecise",
  688.               "TimeNotEqualPrecise"
  689.             ],
  690.             "sqlExpr": "Orders.SmallDateTimeCol",
  691.             "defOperator": "",
  692.             "lookupAttr": "SmallDateTimeCol"
  693.           },
  694.           {
  695.             "id": "Orders.DateColumn",
  696.             "cptn": "DateColumn",
  697.             "dtype": 10,
  698.             "size": 0,
  699.             "uir": true,
  700.             "uic": true,
  701.             "uis": true,
  702.             "ops": [
  703.               "DateBeforePrecise",
  704.               "DateAfterPrecise",
  705.               "DateEqualPrecise",
  706.               "DateNotEqualPrecise",
  707.               "DatePeriodPrecise"
  708.             ],
  709.             "sqlExpr": "Orders.DateColumn",
  710.             "defOperator": "",
  711.             "lookupAttr": "DateColumn"
  712.           },
  713.           {
  714.             "id": "Orders.TimeColumn",
  715.             "cptn": "TimeColumn",
  716.             "dtype": 11,
  717.             "size": 0,
  718.             "uir": true,
  719.             "uic": true,
  720.             "uis": true,
  721.             "ops": [
  722.               "TimeEqualPrecise",
  723.               "TimeNotEqualPrecise",
  724.               "TimeBeforePrecise",
  725.               "TimeAfterPrecise",
  726.               "TimePeriodPrecise"
  727.             ],
  728.             "sqlExpr": "Orders.TimeColumn",
  729.             "defOperator": "",
  730.             "lookupAttr": "TimeColumn"
  731.           },
  732.           {
  733.             "id": "Orders.TinyIntColumn",
  734.             "cptn": "TinyIntColumn",
  735.             "dtype": 2,
  736.             "size": 0,
  737.             "uir": true,
  738.             "uic": true,
  739.             "uis": true,
  740.             "ops": [
  741.               "Equal",
  742.               "NotEqual",
  743.               "LessThan",
  744.               "LessOrEqual",
  745.               "GreaterThan",
  746.               "GreaterOrEqual",
  747.               "Between",
  748.               "NotBetween"
  749.             ],
  750.             "sqlExpr": "Orders.TinyIntColumn",
  751.             "defOperator": "",
  752.             "lookupAttr": "TinyIntColumn"
  753.           },
  754.           {
  755.             "id": "Orders.DecimalColumn",
  756.             "cptn": "DecimalColumn",
  757.             "dtype": 7,
  758.             "size": 18,
  759.             "uir": true,
  760.             "uic": true,
  761.             "uis": true,
  762.             "ops": [
  763.               "Equal",
  764.               "NotEqual",
  765.               "LessThan",
  766.               "LessOrEqual",
  767.               "GreaterThan",
  768.               "GreaterOrEqual",
  769.               "Between",
  770.               "NotBetween"
  771.             ],
  772.             "sqlExpr": "Orders.DecimalColumn",
  773.             "defOperator": "",
  774.             "lookupAttr": "DecimalColumn"
  775.           },
  776.           {
  777.             "id": "Orders.FloatColumn",
  778.             "cptn": "FloatColumn",
  779.             "dtype": 7,
  780.             "size": 0,
  781.             "uir": true,
  782.             "uic": true,
  783.             "uis": true,
  784.             "ops": [
  785.               "Equal",
  786.               "NotEqual",
  787.               "LessThan",
  788.               "LessOrEqual",
  789.               "GreaterThan",
  790.               "GreaterOrEqual",
  791.               "Between",
  792.               "NotBetween"
  793.             ],
  794.             "sqlExpr": "Orders.FloatColumn",
  795.             "defOperator": "",
  796.             "lookupAttr": "FloatColumn"
  797.           },
  798.           {
  799.             "id": "Orders.BigIntColumn",
  800.             "cptn": "BigIntColumn",
  801.             "dtype": 5,
  802.             "size": 0,
  803.             "uir": true,
  804.             "uic": true,
  805.             "uis": true,
  806.             "ops": [
  807.               "Equal",
  808.               "NotEqual",
  809.               "LessThan",
  810.               "LessOrEqual",
  811.               "GreaterThan",
  812.               "GreaterOrEqual",
  813.               "Between",
  814.               "NotBetween"
  815.             ],
  816.             "sqlExpr": "Orders.BigIntColumn",
  817.             "defOperator": "",
  818.             "lookupAttr": "BigIntColumn"
  819.           },
  820.           {
  821.             "id": "Orders.CharColumn",
  822.             "cptn": "CharColumn",
  823.             "dtype": 1,
  824.             "size": 1,
  825.             "uir": true,
  826.             "uic": true,
  827.             "uis": true,
  828.             "ops": ["Equal", "NotEqual"],
  829.             "sqlExpr": "Orders.CharColumn",
  830.             "defOperator": "",
  831.             "lookupAttr": "CharColumn"
  832.           }
  833.         ]
  834.       }
  835.     ]
  836.   }
  837. }
Advertisement
Add Comment
Please, Sign In to add comment