Next Previous Up Top Contents Index

1.8 Database introspection

catalogs

Generic function

Summary

Returns a collection of catalogs associated with a specified connection.

Signature

catalogs connection => collection-of-catalogs 

Arguments

connection
An instance of <connection>.

collection-of-catalogs

An instance of <result-set>.

Library

SQL

Module

SQL

Description

Returns a collection of catalogs for the database associated with connection. For DBMSes which do not yet support catalogs, the SQL-ODBC library will return a default catalog.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index