Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts36 private isSupportSql: boolean = true; property in SpQuerySQL
118 if (!this.isSupportSql) {
242 this.isSupportSql = false;
253 this.isSupportSql = false;
366 this.isSupportSql = true;
384 if (this.isSupportSql) {
/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts34 private isSupportSql: boolean = true; property in SpQuerySQL
131 if (this.isSupportSql) {
245 this.isSupportSql = this.checkSafetySelectSql();
271 this.isSupportSql = this.checkSafetySelectSql();