ISchemaImporter.GetDatabaseMetadata Method
Reads the current schema from the database and populates the given metadata object.
Syntax
Unit: Aurelius.Schema.Interfaces
procedure ISchemaImporter.GetDatabaseMetadata(Connection: IDBConnection; Database: TDatabaseMetadata); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Connection | IDBConnection | The active database connection used to query system catalogs. | |
| Database | TDatabaseMetadata | The TDatabaseMetadata instance to populate. Any previously held data is replaced with the schema read from the live database. |