Package mondrian.rolap.agg
Class SegmentLoader.RowList.IntColumn
- java.lang.Object
-
- mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
-
- mondrian.rolap.agg.SegmentLoader.RowList.IntColumn
-
- Enclosing class:
- SegmentLoader.RowList
static class SegmentLoader.RowList.IntColumn extends SegmentLoader.RowList.NativeColumn
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
nullIndicators
-
Fields inherited from class mondrian.rolap.agg.SegmentLoader.RowList.Column
ordinal, type
-
-
Constructor Summary
Constructors Constructor Description IntColumn(int ordinal, SqlStatement.Type type, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetCapacity()intgetInt(int row)IntegergetObject(int row)booleanisNull(int row)voidpopulateFrom(int row, ResultSet resultSet)voidresize(int newSize)voidsetInt(int row, int value)-
Methods inherited from class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
getNullIndicators, setNull
-
-
-
-
Constructor Detail
-
IntColumn
IntColumn(int ordinal, SqlStatement.Type type, int size)
-
-
Method Detail
-
resize
public void resize(int newSize)
- Specified by:
resizein classSegmentLoader.RowList.Column
-
populateFrom
public void populateFrom(int row, ResultSet resultSet) throws SQLException- Specified by:
populateFromin classSegmentLoader.RowList.Column- Throws:
SQLException
-
setInt
public void setInt(int row, int value)- Overrides:
setIntin classSegmentLoader.RowList.Column
-
getInt
public int getInt(int row)
- Overrides:
getIntin classSegmentLoader.RowList.Column
-
isNull
public boolean isNull(int row)
- Specified by:
isNullin classSegmentLoader.RowList.Column
-
getCapacity
protected int getCapacity()
- Specified by:
getCapacityin classSegmentLoader.RowList.Column
-
getObject
public Integer getObject(int row)
- Overrides:
getObjectin classSegmentLoader.RowList.Column
-
-