Searched refs:notSupportList (Results 1 – 2 of 2) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpQuerySQL.ts | 30 private notSupportList: Array<string> | undefined = []; property in SpQuerySQL 49 this.notSupportList?.push('insert', 'delete', 'update', 'drop', 'alter', 'truncate', 'create'); 205 if (this.notSupportList && this.notSupportList.length > 0) { 206 for (let index = 0; index < this.notSupportList.length; index++) { 207 let regexStr = new RegExp(this.notSupportList[index], 'i');
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpQuerySQL.ts | 32 private notSupportList: Array<string> | undefined; property in SpQuerySQL 54 this.notSupportList?.push('insert', 'delete', 'update', 'drop', 'alter', 'truncate', 'create');
|