numAllocated, numRows, type| Modifier and Type | Method and Description |
|---|---|
void |
clearTableData() |
void |
copy(int aStart,
int aStart2,
int aRowCount) |
int[] |
getDataInt() |
int |
getDefError() |
int |
getInt(int aRow) |
Object |
getNullObject() |
String |
getNullString() |
Object |
getObject(int aRow) |
String |
getString(int aRow) |
void |
grow(int aNewSize) |
void |
initRow(int aRow) |
boolean |
isNull(int aRow) |
void |
setInt(int aRow,
int aData) |
void |
setObject(int aRow,
Object aData) |
void |
setString(int aRow,
String aData) |
createDataType, deleteRows, getBigDecimal, getBoolean, getChar, getClassName, getDataBigDecimal, getDataBlob, getDataBoolean, getDataChar, getDataDate, getDataDouble, getDataFloat, getDataLong, getDataObject, getDataShort, getDataString, getDate, getDouble, getFieldType, getFloat, getLong, getNumberRows, getShort, getType, setBigDecimal, setBoolean, setChar, setDate, setDouble, setFloat, setLong, setRowCount, setShortpublic DataInt(TypeIntf aType)
public int[] getDataInt()
getDataInt in interface DataIntfgetDataInt in class Datapublic int getInt(int aRow)
public void setInt(int aRow,
int aData)
throws DataTypeException
setInt in interface DataIntfsetInt in class DataDataTypeExceptionpublic boolean isNull(int aRow)
public Object getNullObject() throws DataTypeException
DataTypeExceptionpublic String getNullString() throws DataTypeException
DataTypeExceptionpublic Object getObject(int aRow) throws DataTypeException
getObject in interface DataIntfgetObject in class DataDataTypeExceptionpublic String getString(int aRow) throws DataTypeException
getString in interface DataIntfgetString in class DataDataTypeExceptionpublic void setObject(int aRow,
Object aData)
throws DataTypeException
setObject in interface DataIntfsetObject in class DataDataTypeExceptionpublic void setString(int aRow,
String aData)
throws DataTypeException
setString in interface DataIntfsetString in class DataDataTypeExceptionpublic void initRow(int aRow)
public void grow(int aNewSize)
public void clearTableData()
public int getDefError()
getDefError in class DataCopyright © 2020. All rights reserved.