public interface DataIntf
| Modifier and Type | Method and Description |
|---|---|
void |
clearTableData() |
void |
deleteRows(int aStart,
int aNum) |
BigDecimal |
getBigDecimal(int aRow) |
boolean |
getBoolean(int aRow) |
char |
getChar(int aRow) |
String |
getClassName() |
BigDecimal[] |
getDataBigDecimal() |
byte[][] |
getDataBlob() |
boolean[] |
getDataBoolean() |
char[] |
getDataChar() |
Date[] |
getDataDate() |
double[] |
getDataDouble() |
float[] |
getDataFloat() |
int[] |
getDataInt() |
long[] |
getDataLong() |
Object[] |
getDataObject() |
short[] |
getDataShort() |
String[] |
getDataString() |
Date |
getDate(int aRow) |
double |
getDouble(int aRow) |
int |
getFieldType() |
float |
getFloat(int aRow) |
int |
getInt(int aRow) |
long |
getLong(int aRow) |
Object |
getNullObject() |
int |
getNumberRows() |
Object |
getObject(int aRow) |
short |
getShort(int aRow) |
String |
getString(int aRow) |
TypeIntf |
getType() |
void |
grow(int aNewSize) |
boolean |
isNull(int aRow) |
void |
setBigDecimal(int aRow,
BigDecimal aData) |
void |
setBoolean(int aRow,
boolean aData) |
void |
setChar(int aRow,
char aData) |
void |
setDate(int aRow,
Date aData) |
void |
setDouble(int aRow,
double aData) |
void |
setFloat(int aRow,
float aData) |
void |
setInt(int aRow,
int aData) |
void |
setLong(int aRow,
long aData) |
void |
setObject(int aRow,
Object aData) |
void |
setShort(int aRow,
short aData) |
void |
setString(int aRow,
String aData) |
TypeIntf getType()
String getClassName()
int getFieldType()
Object getNullObject() throws DataTypeException
DataTypeExceptionboolean isNull(int aRow)
Object getObject(int aRow) throws DataTypeException
DataTypeExceptionboolean getBoolean(int aRow)
throws DataTypeException
DataTypeExceptionchar getChar(int aRow)
throws DataTypeException
DataTypeExceptionDate getDate(int aRow) throws DataTypeException
DataTypeExceptiondouble getDouble(int aRow)
throws DataTypeException
DataTypeExceptionBigDecimal getBigDecimal(int aRow) throws DataTypeException
DataTypeExceptionfloat getFloat(int aRow)
throws DataTypeException
DataTypeExceptionshort getShort(int aRow)
throws DataTypeException
DataTypeExceptionlong getLong(int aRow)
throws DataTypeException
DataTypeExceptionint getInt(int aRow)
throws DataTypeException
DataTypeExceptionString getString(int aRow) throws DataTypeException
DataTypeExceptionvoid setObject(int aRow,
Object aData)
throws DataTypeException
DataTypeExceptionvoid setBoolean(int aRow,
boolean aData)
throws DataTypeException
DataTypeExceptionvoid setChar(int aRow,
char aData)
throws DataTypeException
DataTypeExceptionvoid setDate(int aRow,
Date aData)
throws DataTypeException
DataTypeExceptionvoid setDouble(int aRow,
double aData)
throws DataTypeException
DataTypeExceptionvoid setFloat(int aRow,
float aData)
throws DataTypeException
DataTypeExceptionvoid setShort(int aRow,
short aData)
throws DataTypeException
DataTypeExceptionvoid setLong(int aRow,
long aData)
throws DataTypeException
DataTypeExceptionvoid setInt(int aRow,
int aData)
throws DataTypeException
DataTypeExceptionvoid setString(int aRow,
String aData)
throws DataTypeException
DataTypeExceptionvoid setBigDecimal(int aRow,
BigDecimal aData)
throws DataTypeException
DataTypeExceptionObject[] getDataObject() throws DataTypeException
DataTypeExceptionboolean[] getDataBoolean()
throws DataTypeException
DataTypeExceptionchar[] getDataChar()
throws DataTypeException
DataTypeExceptionDate[] getDataDate() throws DataTypeException
DataTypeExceptiondouble[] getDataDouble()
throws DataTypeException
DataTypeExceptionBigDecimal[] getDataBigDecimal() throws DataTypeException
DataTypeExceptionfloat[] getDataFloat()
throws DataTypeException
DataTypeExceptionshort[] getDataShort()
throws DataTypeException
DataTypeExceptionlong[] getDataLong()
throws DataTypeException
DataTypeExceptionint[] getDataInt()
throws DataTypeException
DataTypeExceptionString[] getDataString() throws DataTypeException
DataTypeExceptionbyte[][] getDataBlob()
throws DataTypeException
DataTypeExceptionint getNumberRows()
void deleteRows(int aStart,
int aNum)
void grow(int aNewSize)
void clearTableData()
Copyright © 2020. All rights reserved.