AceQL.Client.Api.Metadata Namespace
Classes
Class | Description | |
---|---|---|
CatalogAndSchema |
Parent of all metadata of objects: they all belong to a catalog and schema.
|
|
Column |
Class Column. A SQL Column with it's defining elements.
Implements the CatalogAndSchema
|
|
ExportedKey |
Class ExportedKey.A SQL Foreign Key.
Implements the ForeignKey
|
|
ForeignKey |
Class ForeignKey. A SQL Foreign Key.
Implements the CatalogAndSchema
|
|
ImportedKey |
Class ImportedKey. A SQL Foreign Key.
Implements the ForeignKey
|
|
Index |
Class Index. A SQL Index with it's defining elements.
Implements the CatalogAndSchema
|
|
JdbcDatabaseMetaData |
Class JdbcDatabaseMetaData. An instance contains main SQL meta info sent by the remote JDBC Driver.
The info matches the JDBC DatabaseMetaData main values.
|
|
PrimaryKey |
Class PrimaryKey. A SQL Primary Key with it's defining elements.
Implements the CatalogAndSchema
|
|
RemoteDatabaseMetaData |
Class RemoteDatabaseMetaData. Allows to retrieve metadata info of the remote SQL database:
|
|
Table |
Class Table. A SQL Table with it's defining elements.
|