Boolean Intrinsic Functions (PRIM_LIBI.IBooleanIntrinsics)

Boolean intrinsic functions

Ancestors - None

Details

Container for all Boolean string intrinsic functions

Methods

Name

Description

And

And 2 Boolean variables

Result, With

AsNumber

Return the variable as a number

Result

AsString

Return the variable as a string

Result, FalseCaption, TrueCaption

AsValue

Return the variable as a value if SQLNull

Result, Default

IsFalse

Test if the variable is false

Result

IsNotSqlNull

Test if the variable is not SQLNull

Result

IsNull

Test if the variable is a LANSA null

Result

IsSqlNull

Test if the variable is SQLNull

Result

IsTrue

Test if the variable is true

Result

Not

Return the not of the variable

Result

Or

Or 2 Boolean variables

Result, With


See also

All Component Classes

Technical Reference

  • No labels