Searched refs:SpQuerySQL (Results 1 – 3 of 3) sorted by relevance
16 import { SpQuerySQL } from '../../../src/trace/component/SpQuerySQL';29 let spQuerySQL = new SpQuerySQL();71 let spQuerySql = document.getElementById('query-sql') as SpQuerySQL;
31 export class SpQuerySQL extends BaseElement { class
22 import { SpQuerySQL } from './component/SpQuerySQL';119 private spQuerySQL: SpQuerySQL | undefined | null;277 …this.spQuerySQL = this.shadowRoot!.querySelector<SpQuerySQL>('#sp-query-sql') as SpQuerySQL; // ne…