Home > Contents > Index >
IsColumn
Tests for the existence of a column in a list.
Syntax
IsColumn.listName.columnName
Returns
Returns
true
if the column exists; returnsfalse
if the counter does not exist.Example
<SELECTTO FROM="mytable" LIST="mylist" WHAT="*"/> <IF COND="IsColumn.mylist.title=true"> <THEN> Column exists.<br/> </THEN> <ELSE> Column 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.