Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfGetAttrPrimitiveTypeBN (schemaName, entityName, attributeName :

...

 STRING)  
                                    attrPrimitiveType                     : INTEGER;
                

The xpfGetAttrPrimitiveTypeBN function returns the legal primitive types of the data value that can can be assigned to the specified attribute in an instance of a type that contains this attribute. The value is returned in the argument <attrPrimitiveType>. The attribute is specified thru through the arguments <schemaName>, <entityName> and <attributeName>.

Info

In this context an attributeID also represents a view_entity attributeID. The dictionary model that defines the specified attribute must be open before this function can be successfully performed.

 

Arguments

...

TypeNameComment
STRINGschemaNamecomments
STRINGentityName 
STRINGattributeName 

Return Value

...

 

TypeNameComment
INTEGERattrPrimitiveTypeThe actual data type is returned in the argument <attrPrimitiveType> as one of the following integer constants;

xpxNUMBER, xpxINTEGER, xpxREAL, xpxSTRING, xpxBOOLEAN, xpxLOGICAL, xpxBINARY, xpxINSTANCE, xpxAGGREGATE, xpxSELECT

...

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"