Home > Contents > Index >
IsCatalog
Tests a list for the existence of a table (known previously as a "catalog" in earlier verisions of the product).
Syntax
IsCatalog.catalogName
Returns
Returns
true
if the table exists; returnsfalse
if the table does not exist.Example
The following code determines whether
PotentialCatalog
is indeed a table:<IF COND="IsCatalog.PotentialCatalog=true"> <THEN> table exists.<br/> </THEN> <ELSE> table does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.