static class SegmentLoader.RowList.IntColumn extends SegmentLoader.RowList.NativeColumn
nullIndicatorsordinal, type| Constructor and Description | 
|---|
IntColumn(int ordinal,
         SqlStatement.Type type,
         int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getCapacity()  | 
int | 
getInt(int row)  | 
Integer | 
getObject(int row)  | 
boolean | 
isNull(int row)  | 
void | 
populateFrom(int row,
            ResultSet resultSet)  | 
void | 
resize(int newSize)  | 
void | 
setInt(int row,
      int value)  | 
getNullIndicators, setNullIntColumn(int ordinal,
          SqlStatement.Type type,
          int size)
public void resize(int newSize)
resize in class SegmentLoader.RowList.Columnpublic void populateFrom(int row,
                         ResultSet resultSet)
                  throws SQLException
populateFrom in class SegmentLoader.RowList.ColumnSQLExceptionpublic void setInt(int row,
                   int value)
setInt in class SegmentLoader.RowList.Columnpublic int getInt(int row)
getInt in class SegmentLoader.RowList.Columnpublic boolean isNull(int row)
isNull in class SegmentLoader.RowList.Columnprotected int getCapacity()
getCapacity in class SegmentLoader.RowList.Columnpublic Integer getObject(int row)
getObject in class SegmentLoader.RowList.Column