MetaDataStore Methods |
The MetaDataStore type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddMetaData |
Adds the meta data.
|
![]() | DeserializeFromReader |
Deserializes the meta-data from the reader which is positioned at the TargetDatabases element
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAllConstraintsToDropForUpdateFromMetaData |
Gets all constraints of type typeOfElementsToRetrieve from the meta data of the database which affect a changed element. Used for update DDL SQL scripts
to be able to drop constraints before DDL SQL statements are executed. If typeofElementsToRetrieve isn't a constraint type, an empty
set is returned.
|
![]() | GetAllForeignKeyConstraints |
Gets all foreign key constraints in the container of the database with the driver ID specified.
|
![]() | GetAllMappingTargets |
Gets all the mapping targets in the metadata store of the database with the driver id specified.
|
![]() | GetAllSchemasFilteredBySyncSource |
Gets all schemas filtered by synchronize source.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMetaDataForDriverID |
Gets the meta data for driver ID.
|
![]() | GetOrCreateSequence |
Gets or creates a new sequence for the database with the driverid specified. If catalog and / or schema aren't available these are created as well.
|
![]() | GetOrCreateTable |
Gets or creates a new table for the database with the driverid specified. If catalog and / or schema aren't available these are created as well.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SerializeToWriter |
Serializes the data in this class to the serializer passed in
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |