Searched refs:oriDbSchema (Results 1 – 1 of 1) sorted by relevance
86 std::string oriDbSchema; in RestoreSchemaObjectFromDatabase() local87 …int errCode = GetDatabaseSchema(oriDbSchema); // If no schema in db should return E_OK with an emp… in RestoreSchemaObjectFromDatabase()91 if (!oriDbSchema.empty()) { in RestoreSchemaObjectFromDatabase()92 errCode = outOriSchema.ParseFromSchemaString(oriDbSchema); in RestoreSchemaObjectFromDatabase()