GetCatalogs - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Connection

  

GetCatalogs

  

get a list of catalogs from the database

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

connection:-GetCatalogs( )

Parameters

connection

-

Connection module

Description

• 

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.

Examples

driverDatabaseLoadDriver:

conndriver:-OpenConnectionurl,name,pass:conn:-GetCatalogs

Database1,Database2,Database3

(1)

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