| Modifier and Type | Method and Description | 
|---|---|
| Row | duplicate()Create a duplicate of the row | 
| default java.lang.Object | get(int column)Get the value in the column | 
| default byte[] | getByte(int column)Get the byte value in the column, if not a byte value throw a runtime exception | 
| java.lang.Object[] | getData() | 
| default float | getFloat4(int column)Get the float value in the column, if not a float value throw a runtime exception | 
| default double | getFloat8(int column)Get the double value in the column, if not a double value throw a runtime exception | 
| default short | getInt2(int column)Get the short value in the column, if not a short value throw a runtime exception | 
| default int | getInt4(int column)Get the int value in the column, if not a int value throw a runtime exception | 
| default long | getInt8(int column)Get the long value in the column, if not a long value throw a runtime exception | 
| default java.lang.String | getString(int column)Get the string value in the column, if not a string value throw a runtime exception | 
| default <T> T | getTypedData(int column) | 
| default int | numberOfColumns()Return the number of columns | 
default int numberOfColumns()
Row duplicate()
default java.lang.Object get(int column)
column - column indexdefault java.lang.String getString(int column)
column - column indexdefault int getInt4(int column)
column - column indexdefault long getInt8(int column)
column - column indexdefault double getFloat8(int column)
column - column indexdefault float getFloat4(int column)
column - column indexdefault short getInt2(int column)
column - column indexdefault byte[] getByte(int column)
column - column indexjava.lang.Object[] getData()
default <T> T getTypedData(int column)