public interface UDTSQLData
extends java.sql.SQLData
This interface is an Informix extension to SQLData. The extension allows user to materialize an object other then this SQLData object represents. It is beneficial to situations where object inheritance is known only to the application but not to the database.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSQLDataObject()
Returns the desired java object
|