Searched refs:StepStmt (Results 1 – 2 of 2) sorted by relevance
123 static int StepStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, bool isMemory);
458 return StepStmt(logStmt, dataStmt, isMemory); in OperateCloudData()758 int SqliteCloudKvExecutorUtils::StepStmt(sqlite3_stmt *logStmt, sqlite3_stmt *dataStmt, bool isMemo… in StepStmt() function in DistributedDB::SqliteCloudKvExecutorUtils