63.6.1 type(...)

This method returns the current type of the odb_Union object.
Prototype
odb_UnionType type();
The type of the odb_Union object. Possible values are odb_UNION_INT, odb_UNION_FLOAT, odb_UNION_DOUBLE, odb_UNION_BOOL, and odb_UNION_STRING.
None.