type(...)
This method returns the current type of the odb_Union object. Prototypeodb_UnionType type(); ArgumentsNone. Return valueThe 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. ExceptionsodbException |