|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Field | +--xBaseJ.MemoField
Constructor Summary | |
MemoField(java.lang.String iName)
public method for creating a memo field object. |
Method Summary | |
java.lang.String |
get()
return the contents of the memo Field, variant of the field.get method |
byte[] |
getBytes()
return the contents of the memo Field via its original byte array |
char |
getType()
return the character 'M' indicating a memo field |
void |
put(java.lang.String invalue)
sets the contents of the memo Field, variant of the field.put method data not written into DBF until an update or write is issued. |
char |
type()
Deprecated. use getType |
Methods inherited from class xBaseJ.Field |
decPoint,
getDecimalPositionCount,
getLength,
getName,
length,
name |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MemoField(java.lang.String iName) throws xBaseJException, java.io.IOException
Name
- the name of the fieldField
Method Detail |
public char type()
public char getType()
public java.lang.String get()
public byte[] getBytes()
byte[]
- - if not set a null is returned.public void put(java.lang.String invalue)
invalue
- value to set Field to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |