Searched refs:SpQuerySQL (Results 1 – 3 of 3) sorted by relevance
17 import {SpQuerySQL} from "../../../dist/trace/component/SpQuerySQL.js"20 let spQuerySQL= new SpQuerySQL();220 let spQuerySQL =new SpQuerySQL();
22 import {SpQuerySQL} from "./component/SpQuerySQL.js";362 …let spQuerySQL = this.shadowRoot!.querySelector<SpQuerySQL>("#sp-query-sql") as SpQuerySQL // new …
25 export class SpQuerySQL extends BaseElement { class