Searched defs:fieldNames (Results 1 – 3 of 3) sorted by relevance
90 …SelectAndFromClauseForRDB(const std::string &tableName, const std::vector<std::string> &fieldNames) in GetSelectAndFromClauseForRDB()919 int SqliteQueryHelper::GetRelationalMissQuerySql(const std::vector<std::string> &fieldNames, std::s… in GetRelationalMissQuerySql()938 const std::vector<std::string> &fieldNames) in GetRelationalSyncDataQuerySql()969 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement) in GetRelationalMissQueryStatement()989 std::string GetRelationalSyncDataQueryHeader(const std::vector<std::string> &fieldNames) in GetRelationalSyncDataQueryHeader()1033 …liteQueryHelper::GetRelationalSyncDataQuerySqlWithLimit(const std::vector<std::string> &fieldNames, in GetRelationalSyncDataQuerySqlWithLimit()1061 const std::vector<std::string> &fieldNames, sqlite3_stmt *&statement) in GetRelationalQueryStatement()
151 …d SQLiteSingleVerRelationalContinueToken::SetFieldNames(const std::vector<std::string> &fieldNames) in SetFieldNames()
468 std::vector<std::string> fieldNames; in GetSyncDataNext() local