|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDBValue
Represents database value with possibility to be converted to string and
parsed from string. As IDBValue extends INullable it can hold
typed null value.
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Returns string representation of current value, held in implementation. |
boolean |
parseValue(java.lang.String value)
Parses string representation of value to represented type and assigns parsed value to self. |
| Methods inherited from interface net.pleso.framework.client.dal.db.INullable |
|---|
isNull, setNull |
| Method Detail |
|---|
boolean parseValue(java.lang.String value)
null
implementation must try to set itself to null.
value - string representation of value
true if value parsed and assigned successfullyjava.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||