static class SegmentLoader.RowList.LongColumn extends SegmentLoader.RowList.NativeColumn
nullIndicatorsordinal, type| Constructor and Description | 
|---|
SegmentLoader.RowList.LongColumn(int ordinal,
                                SqlStatement.Type type,
                                int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getCapacity()  | 
long | 
getLong(int row)  | 
Long | 
getObject(int row)  | 
boolean | 
isNull(int row)  | 
void | 
populateFrom(int row,
            ResultSet resultSet)  | 
void | 
resize(int newSize)  | 
void | 
setLong(int row,
       long value)  | 
getNullIndicators, setNullSegmentLoader.RowList.LongColumn(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 setLong(int row,
           long value)
setLong in class SegmentLoader.RowList.Columnpublic long getLong(int row)
public boolean isNull(int row)
isNull in class SegmentLoader.RowList.Columnprotected int getCapacity()
getCapacity in class SegmentLoader.RowList.Columnpublic Long getObject(int row)
getObject in class SegmentLoader.RowList.Column