Searched refs:spQuerySQL (Results 1 – 2 of 2) sorted by relevance
29 let spQuerySQL = new SpQuerySQL(); variable32 expect(spQuerySQL.checkSafetySelectSql()).toBeFalsy();36 expect(spQuerySQL.initDataElement()).toBeUndefined();40 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined();44 expect(spQuerySQL.freshTableHeadResizeStyle()).toBeUndefined();48 expect(spQuerySQL.reset()).toBeUndefined();52 expect(spQuerySQL.initDataElement()).toBeUndefined();56 expect(spQuerySQL.connectedCallback()).toBeUndefined();60 expect(spQuerySQL.disconnectedCallback()).toBeUndefined();64 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();[all …]
136 private spQuerySQL: SpQuerySQL | undefined | null; property in SpApplication320 …this.spQuerySQL = this.shadowRoot!.querySelector<SpQuerySQL>('#sp-query-sql') as SpQuerySQL; // ne…447 this.spQuerySQL,1951 if (this.spQuerySQL) {1952 this.spQuerySQL!.reset();1957 this.showContent(this.spQuerySQL!);