Searched refs:SchemaMgr (Results 1 – 4 of 4) sorted by relevance
26 SchemaMgr::SchemaMgr() in SchemaMgr() function in DistributedDB::SchemaMgr30 int SchemaMgr::ChkSchema(const TableName &tableName, RelationalSchemaObject &localSchema) in ChkSchema()59 int SchemaMgr::CompareFieldSchema(std::map<int, FieldName> &primaryKeys, FieldInfoMap &localFields, in CompareFieldSchema()102 bool SchemaMgr::IsAssetPrimaryField(const Field &cloudField) in IsAssetPrimaryField()107 bool SchemaMgr::CompareType(const FieldInfo &localField, const Field &cloudField) in CompareType()131 bool SchemaMgr::CompareNullable(const FieldInfo &localField, const Field &cloudField) in CompareNullable()176 void SchemaMgr::SetCloudDbSchema(const DataBaseSchema &schema) in SetCloudDbSchema()199 std::shared_ptr<DataBaseSchema> SchemaMgr::GetCloudDbSchema() in GetCloudDbSchema()204 int SchemaMgr::GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema) in GetCloudTableSchema()218 bool SchemaMgr::IsSharedTable(const std::string &tableName) in IsSharedTable()[all …]
27 class SchemaMgr {29 explicit SchemaMgr();30 ~SchemaMgr() =default;
45 std::unique_ptr<SchemaMgr> g_schemaMgr = nullptr;65 g_schemaMgr = std::make_unique<SchemaMgr>(); in SetUp()
318 SchemaMgr schemaMgr_;