static class SegmentLoader.RowList.ObjectColumn extends SegmentLoader.RowList.Column
ordinal, type| Constructor and Description | 
|---|
ObjectColumn(int ordinal,
            SqlStatement.Type type,
            int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getCapacity()  | 
Object | 
getObject(int row)  | 
boolean | 
isNull(int row)  | 
void | 
populateFrom(int row,
            ResultSet resultSet)  | 
void | 
resize(int newSize)  | 
void | 
setObject(int row,
         Object value)  | 
ObjectColumn(int ordinal,
             SqlStatement.Type type,
             int size)
protected int getCapacity()
getCapacity in class SegmentLoader.RowList.Columnpublic boolean isNull(int row)
isNull in class SegmentLoader.RowList.Columnpublic 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 setObject(int row,
                      Object value)
setObject in class SegmentLoader.RowList.Columnpublic Object getObject(int row)
getObject in class SegmentLoader.RowList.Column