CatalogQuery constructor
CatalogQuery(
- OdbcConnectionBackend _backend,
- 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);