Searched refs:spQuerySQL (Results 1 – 2 of 2) sorted by relevance
20 let spQuerySQL= new SpQuerySQL(); variable23 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 = 144 expect(spQuerySQL.initData()).toBeUndefined()48 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined()52 expect(spQuerySQL.initHtml()).toMatchInlineSnapshot(`[all …]
362 …let spQuerySQL = this.shadowRoot!.querySelector<SpQuerySQL>("#sp-query-sql") as SpQuerySQL // new …375 …let childNodes = [spSystemTrace, spRecordTrace, spWelcomePage, spMetrics, spQuerySQL, spInfoAndSta…528 if (spQuerySQL) {529 spQuerySQL.reset()532 showContent(spQuerySQL)631 if (spQuerySQL) {632 spQuerySQL.reset()635 showContent(spQuerySQL)