existsCatalog
Syntax
existsCatalog(catalog)
Arguments
catalog is a string specifying the catalog name.
Details
Check whether the specified catalog exists.
Return value: A Boolean scalar.
Examples
use CATALOG cat1;
existsCatalog("cat1") // Output: true
existsCatalog("cat2") // Output: false