GetCatalogs - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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

(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