API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. SQLData View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 SQLData
Subinterfaces
Description
public interface SQLData
  The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
See also:   
Methods
Hide/Show inherited methods
public String getSQLTypeName () throws SQLException
  Returns the fully-qualified name of the SQL user-defined type that this object represents.
public void readSQL (SQLInput stream, String typeName) throws SQLException
  Populates this object with data read from the database.
public void writeSQL (SQLOutput stream) throws SQLException
  Writes this object to the given SQL data stream, converting it back to its SQL value in the data source.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar