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