MySQL 5.6.14 Source Code Document
|
#include <jtie_tconv_object.hpp>
A root class representing Java peer classes in type mappings.
Rationale: A dedicated type, distinct from JNI's _jobject, allows for better control of template resolution (avoiding ambiguities) and instantiation (reducing clutter). To allow for pointer compatibility by static type conversion, this type derives from _jobject.
Definition at line 41 of file jtie_tconv_object.hpp.