Modifier and Type | Method and Description |
---|---|
void |
at(int rowNumber) |
int |
columnCount() |
List<String> |
columnNames()
Returns a list containing the names of each column in the row
|
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnName) |
LocalDate |
getDate(int columnIndex) |
LocalDate |
getDate(String columnName) |
LocalDateTime |
getDateTime(int columnIndex) |
LocalDateTime |
getDateTime(String columnName) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnName) |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
PackedDate |
getPackedDate(int columnIndex) |
PackedDate |
getPackedDate(String columnName) |
PackedDateTime |
getPackedDateTime(int columnIndex) |
PackedDateTime |
getPackedDateTime(String columnName) |
PackedTime |
getPackedTime(int columnIndex) |
PackedTime |
getPackedTime(String columnName) |
int |
getRowNumber() |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
LocalTime |
getTime(int columnIndex) |
LocalTime |
getTime(String columnName) |
boolean |
hasNext() |
Row |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
public Row(Table table)
public List<String> columnNames()
public int columnCount()
public double getDouble(String columnName)
public int getInt(String columnName)
public PackedDate getPackedDate(String columnName)
public LocalDateTime getDateTime(String columnName)
public PackedTime getPackedTime(String columnName)
public PackedDateTime getPackedDateTime(String columnName)
public boolean getBoolean(String columnName)
public double getDouble(int columnIndex)
public int getInt(int columnIndex)
public String getString(int columnIndex)
public LocalDate getDate(int columnIndex)
public PackedDate getPackedDate(int columnIndex)
public LocalTime getTime(int columnIndex)
public LocalDateTime getDateTime(int columnIndex)
public PackedTime getPackedTime(int columnIndex)
public PackedDateTime getPackedDateTime(int columnIndex)
public boolean getBoolean(int columnIndex)
public void at(int rowNumber)
public int getRowNumber()
Copyright © 2018. All rights reserved.