Searched refs:GetRelationalSchema (Results 1 – 3 of 3) sorted by relevance
234 int errCode = SQLiteUtils::GetRelationalSchema(db_, schemaDefine); in GetParseSchema()250 …errCode = SQLiteUtils::GetRelationalSchema(db_, trackerSchemaDefine, DBConstant::RELATIONAL_TRACKE… in GetParseSchema()
167 static int GetRelationalSchema(sqlite3 *db, std::string &schema,
1608 int SQLiteUtils::GetRelationalSchema(sqlite3 *db, std::string &schema, const std::string &key) in GetRelationalSchema() function in DistributedDB::SQLiteUtils