Searched defs:zSql (Results 1 – 2 of 2) sorted by relevance
85 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local111 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local139 string zSql = "SELECT * FROM metric_n111 ORDER BY elapsedTimestampNs"; in TEST_F() local166 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local192 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local224 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local262 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local288 string zSql = "DROP TABLE metric_111"; in TEST_F() local309 string zSql = "SELECT * FROM metric_111 ORDER BY elapsedTimestampNs"; in TEST_F() local339 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