Searched refs:GetTypeValByStatement (Results 1 – 2 of 2) sorted by relevance
53 static int GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);
245 int errCode = GetTypeValByStatement(stmt, cid, typeVal); in GetSelectVBucket()270 int SQLiteRelationalUtils::GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetTypeValByStatement() function in DistributedDB::SQLiteRelationalUtils