Home
last modified time | relevance | path

Searched refs:querySqlErrorText (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts38 private querySqlErrorText: string = ''; property in SpQuerySQL
147 this.querySize!.textContent = this.querySqlErrorText;
193 this.querySqlErrorText = 'Please enter a query.';
194 this.querySize!.textContent = this.querySqlErrorText;
201 this.querySqlErrorText = `Query result - (Error):
209 this.querySqlErrorText = `Query result - (Error):
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts41 private querySqlErrorText: string = ''; property in SpQuerySQL
119 this.querySize!.textContent = this.querySqlErrorText;
240 this.querySqlErrorText =
252 this.querySqlErrorText = 'Error: Incomplete query statement: ' + this.selector!.value;
353 this.querySqlErrorText = 'Please enter a query';
354 this.querySize!.textContent = this.querySqlErrorText;
388 this.querySize!.textContent = this.querySqlErrorText;