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