It is an input to the Warehouse Catalog Engine to instruct the Engine how to retrieve warehouse table and column information.
Public Member Functions | |
| HRESULT | CatalogSQL ([in] BSTR iSQL) |
| SQL statement template to retrieve table and column information for selected tables. | |
| HRESULT | CatalogSQL ([out, retval] BSTR *oSQL) |
| SQL statement template to retrieve table and column information for selected tables. | |
| HRESULT | Driver ([in] IDispatch *pDriver) |
| Not implemented. | |
| HRESULT | Driver ([out, retval] IDispatch ppDriver) |
| Not implemented. | |
| HRESULT | Info ([out, retval] IDSSObjectInfo ppInfo) |
| Shortcut to the IDSSObjectInfo interface. | |
| HRESULT | Restrict ([in] EnumDSSCatalogRestriction iType,[in, optional] VARIANT iValue) |
| Not implemented This method is reserved for future use and is not implemented. | |
| HRESULT | TableSQL ([in] BSTR iSQL) |
| SQL statement to retrieve all tables from warehouse database. | |
| HRESULT | TableSQL ([out, retval] BSTR *oSQL) |
| SQL statement to retrieve all tables from warehouse database. | |
| HRESULT | Update ([in] IDSSCatalog *pCatalog,[in] EnumDSSCatalogUpdateFlags Flags) |
| Update catalog information by running selected SQL. | |
| HRESULT | UpdateTables ([out, retval] IDSSDBTables ppTables) |
| A collection of tables to be updated This collection stores the tables that the callers want updated in a Table-column Update. | |
|
|
SQL statement template to retrieve table and column information for selected tables. This is the SQL statement template used to retrieve all interesting warehouse tables and their columns.
|
|
|
SQL statement template to retrieve table and column information for selected tables. This is the SQL statement template used to retrieve all interesting warehouse tables and their columns.
|
|
|
Not implemented. This method is reserved for future used and is not implemented.
|
|
|
Not implemented. This method is reserved for future used and is not implemented.
|
|
|
Shortcut to the IDSSObjectInfo interface. Shortcut to the IDSSObjectInfo interface to this object.
|
|
||||||||||||
|
Not implemented This method is reserved for future use and is not implemented.
|
|
|
SQL statement to retrieve all tables from warehouse database. This is the SQL statement template used to retrieve a list of warehouse tables that the user is interested in. No column information is retrieved with the SQL. This SQL is the first pass in a two-pass Warehouse Catalog update.
|
|
|
SQL statement to retrieve all tables from warehouse database. This is the SQL statement template used to retrieve a list of warehouse tables that the user is interested in. No column information is retrieved with the SQL. This SQL is the first pass in a two-pass Warehouse Catalog update.
|
|
||||||||||||
|
Update catalog information by running selected SQL. This method executes TableSQL and/or CatalogSQL against the warehouse database to update selected tables and/or columns. The caller controls the behavior of Update by supplying a Flags parameter. See for details.
|
|
|
A collection of tables to be updated This collection stores the tables that the callers want updated in a Table-column Update. See the Update method for explanation. This collection is not persisted in the metadata.
|