DB2 10.5 for Linux, UNIX, and Windows

true function

The fn:true function returns the xs:boolean value true.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-fn:true()---------------------------------------------------><

Returned value

The returned value is the xs:boolean value true.

Example

Use the true function to return the value true.

fn:true()

The value true is returned.