protected static class SegmentLoader.RowList extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SegmentLoader.RowList.Handler |
Modifier and Type | Method and Description |
---|---|
void |
createRow(ResultSet resultSet) |
void |
first()
Moves to before the first row.
|
double |
getDouble(int columnIndex) |
int |
getInt(int columnIndex) |
Object |
getObject(int columnIndex)
Returns the object in the given column of the current row.
|
List<SqlStatement.Type> |
getTypes() |
boolean |
isNull(int columnIndex) |
void |
last()
Moves to after the last row.
|
boolean |
next()
Moves forward one row, or returns false if at the last row.
|
boolean |
previous()
Moves backward one row, or returns false if at the first row.
|
void |
setNull(int columnIndex,
boolean b) |
int |
size() |
public int size()
public void createRow(ResultSet resultSet) throws SQLException
SQLException
public List<SqlStatement.Type> getTypes()
public void first()
public void last()
public boolean next()
public boolean previous()
public Object getObject(int columnIndex)
columnIndex
- Column indexpublic int getInt(int columnIndex)
public double getDouble(int columnIndex)
public boolean isNull(int columnIndex)
public void setNull(int columnIndex, boolean b)
Copyright © 2020 Hitachi Vantara. All rights reserved.