Searched defs:querySql (Results 1 – 2 of 2) sorted by relevance
203 get querySql(): boolean { method in SpApplication207 set querySql(isShowMetric) { method in SpApplication
153 std::string querySql = "SELECT name, type from PRAGMA_table_info(\"%s\")"; in GetColumns() local