CatalogQuery constructor

CatalogQuery(
  1. OdbcConnectionBackend _backend,
  2. int _connectionId
)

Creates a new CatalogQuery instance.

The backend parameter must be a valid ODBC connection backend instance. The connectionId parameter must be a valid active connection identifier.

Implementation

CatalogQuery(this._backend, this._connectionId);