| 
    MySQL 5.6.14 Source Code Document
    
   | 
 

Public Member Functions | |
| final boolean | equals (Object obj) | 
| final int | hashCode () | 
| String | toString () | 
Protected Member Functions | |
| Wrapper () | |
| Wrapper (Wrapper o) | |
A base class for Java peer classes representing a C/C++ object type.
This class declares only non-public members, which enable the JTie runtime to map a Java Wrapper instance to a C/C++ object.
A Java peer class extending Wrapper
Please, note that JTie provides no guarantees on the association between Wrapper instances and their underlying C/C++ objects. In particular,
Definition at line 49 of file Wrapper.java.
      
  | 
  inlineprotected | 
Creates an unattached wrapper instance.
Definition at line 89 of file Wrapper.java.

      
  | 
  inlineprotected | 
Copies a wrapper instance.
Definition at line 96 of file Wrapper.java.
      
  | 
  inline | 
Indicates whether some other object is a wrapper that refers to the same native delegate instance.
Definition at line 107 of file Wrapper.java.

      
  | 
  inline | 
Returns a hash code value for the object.
Definition at line 121 of file Wrapper.java.
      
  | 
  inline | 
Returns a string representation of the object.
Definition at line 130 of file Wrapper.java.