type(...)
This method returns the current type of the odb_Union object.
Prototype
odb_UnionType type();
Arguments
None.
Return value
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.
Exceptions
odbException