API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. Struct View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Struct
Subinterfaces
Description
public interface Struct
  The standard mapping in the Java programming language for an SQL structured type.
See also:   
Methods
Hide/Show inherited methods
public Object getAttributes () throws SQLException
  Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
public Object getAttributes (Map<String, Class<Object>> map) throws SQLException
  Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
public String getSQLTypeName () throws SQLException
  Retrieves the SQL type name of the SQL structured type that this Struct object represents.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar