public final class H2Row extends Object implements Row, Result.RowSegment
Row for an H2 database.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
<T> T |
get(int index,
Class<T> type) |
<T> T |
get(String name,
Class<T> type) |
H2RowMetadata |
getMetadata()
Returns the
H2RowMetadata associated with this Row. |
int |
hashCode() |
H2Row |
row() |
String |
toString() |
public H2RowMetadata getMetadata()
H2RowMetadata associated with this Row.getMetadata in interface RowH2RowMetadata associate with this Row.public H2Row row()
row in interface Result.RowSegmentCopyright © 2022. All rights reserved.