The SQLData interface method support code

If you define a user-defined routine, aggregate, or cast support method that handles an opaque data type implemented in C or C++, BladeSmith generates the SQLData interface methods readSQL() and writeSQL() to translate objects from and to their internal server representation.

BladeSmith generates complete code for these methods in a file named Opaque.java, where Opaque is the name of the C or C++ opaque data type. Do not modify these methods.