Searched refs:ExpandedSql (Results 1 – 3 of 3) sorted by relevance
175 static int ExpandedSql(sqlite3_stmt *stmt, std::string &basicString);
619 errCode = SQLiteUtils::ExpandedSql(stmt, expandedSql); in GetExpandedCheckSql()
2206 int SQLiteUtils::ExpandedSql(sqlite3_stmt *stmt, std::string &basicString) in ExpandedSql() function in DistributedDB::SQLiteUtils