company logo

TypeDefinition :: isElementaryType - Is type a basic data type?

The function returns true when the type name passed in sTypeName is one of the elementary ODABA data types. DATETIME is also considered as elementary type, even though it is a complex data type.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool TypeDefinition  :: isElementaryType (  )