Searched defs:zSql (Results 1 – 2 of 2) sorted by relevance
87 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local113 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local141 string zSql = "SELECT * FROM metric_n111 ORDER BY elapsedTimestampNs"; in TEST_F() local168 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local194 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local226 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local264 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local290 string zSql = "DROP TABLE metric_111"; in TEST_F() local311 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local341 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local[all …]
146 string zSql = getCreateSqlString(metricId, event); in createTableIfNeeded() local163 string zSql = StringPrintf("PRAGMA table_info(metric_%s);", reformatMetricId(metricId).c_str()); in isEventCompatible() local197 string zSql = StringPrintf("DROP TABLE metric_%s", reformatMetricId(metricId).c_str()); in deleteTable() local314 bool query(const ConfigKey& key, const string& zSql, vector<vector<string>>& rows, in query()365 string zSql = StringPrintf("DELETE FROM %s%s WHERE %s <= %lld", TABLE_NAME_PREFIX.c_str(), in flushTtl() local385 string zSql = "PRAGMA integrity_check"; in verifyIntegrityAndDeleteIfNecessary() local