API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. RowId View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 RowId
Subinterfaces
Description
public interface RowId
  The representation (mapping) in the Java programming language of an SQL ROWID value.
See also:    DatabaseMetaData
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares this RowId to the specified object.
public byte getBytes ()
  Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
public int hashCode ()
  Returns a hash code value of this RowId object.
public String toString ()
  Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar