API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. Ref View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Ref
Subinterfaces
Description
public interface Ref
  The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
See also:    Struct
Methods
Hide/Show inherited methods
public String getBaseTypeName () throws SQLException
  Retrieves the fully-qualified SQL name of the SQL structured type that this Ref object references.
public Object getObject () throws SQLException
  Retrieves the SQL structured type instance referenced by this Ref object.
public Object getObject (Map<String, Class<Object>> map) throws SQLException
  Retrieves the referenced object and maps it to a Java type using the given type map.
public void setObject (Object value) throws SQLException
  Sets the structured type value that this Ref object references to the given instance of Object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar