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) |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnName) |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
long |
getLong(int columnIndex) |
long |
getLong(String columnName) |
Object |
getObject(int columnIndex) |
Object |
getObject(String columnName) |
int |
getPackedDate(int columnIndex) |
int |
getPackedDate(String columnName) |
long |
getPackedDateTime(int columnIndex) |
long |
getPackedDateTime(String columnName) |
int |
getPackedTime(int columnIndex) |
int |
getPackedTime(String columnName) |
int |
getRowNumber() |
short |
getShort(int columnIndex) |
short |
getShort(String columnName) |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
String |
getText(int columnIndex) |
String |
getText(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 double getDouble(int columnIndex)
public int getInt(String columnName)
public int getInt(int columnIndex)
public long getLong(String columnName)
public long getLong(int columnIndex)
public short getShort(String columnName)
public short getShort(int columnIndex)
public float getFloat(String columnName)
public float getFloat(int columnIndex)
public String getString(int columnIndex)
public String getText(int columnIndex)
public LocalDate getDate(int columnIndex)
public int getPackedDate(String columnName)
public int getPackedDate(int columnIndex)
public LocalTime getTime(int columnIndex)
public int getPackedTime(String columnName)
public int getPackedTime(int columnIndex)
public LocalDateTime getDateTime(String columnName)
public LocalDateTime getDateTime(int columnIndex)
public long getPackedDateTime(String columnName)
public long getPackedDateTime(int columnIndex)
public boolean getBoolean(String columnName)
public boolean getBoolean(int columnIndex)
public void at(int rowNumber)
public int getRowNumber()
public Object getObject(int columnIndex)
Copyright © 2018. All rights reserved.