MATERIALIZE
Constructor and Description |
---|
Row1(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index)
Returns the element at the specified column
|
java.lang.Object[] |
materialize()
Returns a materialized view of this row.
|
int |
size() |
java.lang.String |
toString() |
public java.lang.Object get(int index)
Row
public java.lang.Object[] materialize()
Row
materialize
in interface Row
public java.lang.String toString()
toString
in class java.lang.Object