public abstract static class ComplexValue.Id extends Number
| Constructor and Description |
|---|
Id() |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
abstract int |
get()
Returns the unique identifier of this complex value (this value is unique
among all values in all rows of the main table for the complex column).
|
abstract RowId |
getRowId()
Returns the rowId of this ComplexValue within the secondary table.
|
int |
hashCode() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
toString() |
protected Object |
writeReplace() |
public short shortValue()
shortValue in class Numberpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberprotected final Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic abstract int get()
public abstract RowId getRowId()
Copyright © 2005–2016. All rights reserved.