Searched refs:logTableSchema (Results 1 – 1 of 1) sorted by relevance
66 std::vector<std::string> logTableSchema; in CreateRelationalLogTable() local67 logTableSchema.emplace_back(createTableSql); in CreateRelationalLogTable()68 GetIndexSql(table, logTableSchema); in CreateRelationalLogTable()70 for (const auto &sql : logTableSchema) { in CreateRelationalLogTable()