AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQL.Client.Api.Metadata Namespace

Classes


  Class Description
Public class CatalogAndSchema
Parent of all metadata of objects: they all belong to a catalog and schema.
Public class Column
Class Column. A SQL Column with it's defining elements. Implements the CatalogAndSchema
Public class ExportedKey
Class ExportedKey.A SQL Foreign Key. Implements the ForeignKey
Public class ForeignKey
Class ForeignKey. A SQL Foreign Key. Implements the CatalogAndSchema
Public class ImportedKey
Class ImportedKey. A SQL Foreign Key. Implements the ForeignKey
Public class Index
Class Index. A SQL Index with it's defining elements. Implements the CatalogAndSchema
Public class JdbcDatabaseMetaData
Class JdbcDatabaseMetaData. An instance contains main SQL meta info sent by the remote JDBC Driver. The info matches the JDBC DatabaseMetaData main values.
Public class PrimaryKey
Class PrimaryKey. A SQL Primary Key with it's defining elements. Implements the CatalogAndSchema
Public class RemoteDatabaseMetaData
Class RemoteDatabaseMetaData. Allows to retrieve metadata info of the remote SQL database:
  • Schema description.
  • Databases object wrappers: Tables, Columns, Indexes, etc.
Public class Table
Class Table. A SQL Table with it's defining elements.