numAllocated, numRows, type| Constructor and Description |
|---|
DataBoolean(TypeIntf aType) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearTableData() |
void |
copy(int aStart,
int aStart2,
int aRowCount) |
boolean |
getBoolean(int aRow) |
boolean[] |
getDataBoolean() |
int |
getDefError() |
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 |
setBoolean(int aRow,
boolean aData) |
void |
setObject(int aRow,
Object aData) |
void |
setString(int aRow,
String aData) |
createDataType, deleteRows, getBigDecimal, getChar, getClassName, getDataBigDecimal, getDataBlob, getDataChar, getDataDate, getDataDouble, getDataFloat, getDataInt, getDataLong, getDataObject, getDataShort, getDataString, getDate, getDouble, getFieldType, getFloat, getInt, getLong, getNumberRows, getShort, getType, setBigDecimal, setChar, setDate, setDouble, setFloat, setInt, setLong, setRowCount, setShortpublic DataBoolean(TypeIntf aType)
public boolean[] getDataBoolean()
getDataBoolean in interface DataIntfgetDataBoolean in class Datapublic boolean getBoolean(int aRow)
getBoolean in interface DataIntfgetBoolean in class Datapublic void setBoolean(int aRow,
boolean aData)
throws DataTypeException
setBoolean in interface DataIntfsetBoolean 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.