Connection
GetCatalogs
get a list of catalogs from the database
Calling Sequence
Parameters
Description
Examples
connection:-GetCatalogs( )
connection
-
Connection module
GetCatalogs returns an Array of catalog names (as strings) from the database connected to using connection.
The definition of the term catalog depends on the underlying database. On most systems, catalog refers to an individual database handled by the database server.
driver≔DatabaseLoadDriver⁡:
conn≔driver:-OpenConnection⁡url,name,pass:conn:-GetCatalogs⁡
Database1,Database2,Database3
See Also
Array
Database
Database[Connection]
Database[Connection][GetColumns]
Database[Connection][GetSchemas]
Database[Connection][GetTables]
Database[Driver]
Database[Driver][OpenConnection]
Database[LoadDriver]
Database[usage]
Download Help Document