Java java.sql RowId fields, constructors, methods, implement or subclass

Example usage for Java java.sql RowId fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql RowId.

The text is from its open source code.

Method

booleanequals(Object obj)
Compares this RowId to the specified object.
byte[]getBytes()
Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
inthashCode()
Returns a hash code value of this RowId object.
StringtoString()
Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object.