Lines Matching refs:spQuerySQL
20 let spQuerySQL= new SpQuerySQL(); variable
23 expect(spQuerySQL.checkSupportSqlAbility()).toBeFalsy()
27 expect(spQuerySQL.checkSafetySelectSql()).toBeTruthy()
31 expect(spQuerySQL.getSelectSqlField()).toBe("")
35 expect(spQuerySQL.getSelectSqlTableName()).not.toBeUndefined()
39 expect(spQuerySQL.initDataElement()).toBeUndefined()
43 spQuerySQL.statDataArray.length = 1
44 expect(spQuerySQL.initData()).toBeUndefined()
48 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined()
52 expect(spQuerySQL.initHtml()).toMatchInlineSnapshot(`
208 …expect(spQuerySQL.initDataTableStyle({children:[{length:3,style:{backgroundColor:'var(--dark-backg…
212 expect(spQuerySQL.freshTableHeadResizeStyle()).toBeUndefined();
216 expect(spQuerySQL.reset()).toBeUndefined();
220 let spQuerySQL =new SpQuerySQL(); variable
221 expect(spQuerySQL.initDataTableStyle({children:
227 expect(spQuerySQL.initDataElement()).toBeUndefined();
231 expect(spQuerySQL.connectedCallback()).toBeUndefined();
235 expect(spQuerySQL.disconnectedCallback()).toBeUndefined();
239 expect(spQuerySQL.initData()).toBeUndefined();
243 expect(spQuerySQL.attributeChangedCallback('','','')).toBeUndefined();