Generated by
JDiff

Interface java.sql.SQLData

Documentation changed from old to new.

Changed Methods
String getSQLTypeName() Documentation changed from old to new.
Returns the fully-qualified name of the SQL user-defined type that this object represents.
void readSQL(SQLInput, String) Documentation changed from old to new.
Populates this object with data read from the database.
void writeSQL(SQLOutput) Documentation changed from old to new.
Writes this object to the given SQL data stream converting it back to its SQL value in the data source.