Searched refs:CREATE_TABLE_JOB_SQL (Results 1 – 1 of 1) sorted by relevance
62 const std::string CREATE_TABLE_JOB_SQL = std::string("CREATE TABLE IF NOT EXISTS job ") + variable122 store_->ExecuteSql(CREATE_TABLE_JOB_SQL); in GenerateAllTables()