Home > Contents > Index >
OBJECT.ISEMPTY
Determines whether a field in an object is empty.
Syntax
<OBJECT.ISEMPTY NAME="name" FIELD="field or column name" OUTPUT="variable name" />Parameters
NAME (required)
- Name used when the object was created using OBJECT.CREATE or loaded using OBJECT.LOAD .
FIELD (required)
- Name of the field or column in the object.
OUTPUT (required)
- Name of output variable.
Description
The result of this tag (held in the output variable) is either the string "true" or the string "false." If the tag results in an error, no output variable is created and errno is set.
Error Numbers
The possible values of
errno
include:
Value Description -10004 Missing required attribute. -10005 No object by specified name.Release Introduced
This tag was introduced in CS release 5.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.