|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectru.smartflex.tools.dbf.DbfRecord
public class DbfRecord
The class DbfRecord
represents xBase record.
Constructor Summary | |
---|---|
protected |
DbfRecord(byte[] record,
DbfHeader dbfHeader)
|
Method Summary | |
---|---|
java.math.BigDecimal |
getBigDecimal(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a BigDecimal in the Java programming
language. |
boolean |
getBoolean(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a boolean in the Java programming
language. |
java.util.Date |
getDate(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a Date in the Java programming
language. |
float |
getFloat(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a float in the Java programming
language. |
int |
getInt(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a int in the Java programming
language. |
short |
getShort(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a short in the Java programming
language. |
java.lang.String |
getString(java.lang.String colName)
Retrieves the value of the designated column in the current record of this DbfRecord object as a String in the Java programming
language. |
boolean |
isDeleted()
Returns true is dbf record marked as deleted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DbfRecord(byte[] record, DbfHeader dbfHeader)
Method Detail |
---|
public java.lang.String getString(java.lang.String colName)
DbfRecord
object as a String
in the Java programming
language.
colName
- xBase field name
public int getInt(java.lang.String colName)
DbfRecord
object as a int
in the Java programming
language.
colName
- xBase field name
public short getShort(java.lang.String colName)
DbfRecord
object as a short
in the Java programming
language.
colName
- xBase field name
public boolean getBoolean(java.lang.String colName)
DbfRecord
object as a boolean
in the Java programming
language.
colName
- xBase field name
public java.math.BigDecimal getBigDecimal(java.lang.String colName)
DbfRecord
object as a BigDecimal
in the Java programming
language.
colName
- xBase field name
public float getFloat(java.lang.String colName)
DbfRecord
object as a float
in the Java programming
language.
colName
- xBase field name
public java.util.Date getDate(java.lang.String colName)
DbfRecord
object as a Date
in the Java programming
language.
colName
- xBase field name
public boolean isDeleted()
true
is dbf record marked as deleted.
true
is dbf record marked as deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |