|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SQL value.
| Method Summary | |
String |
getString()
Get the value as a string. |
boolean |
isNull()
Returns true if the value is null. |
void |
set(ISQLValue v)
Set the value of this type with the specified object. |
void |
set(String v)
Set the value of this type with the specified string. |
void |
setNull(boolean flag)
Sets the null value. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public void set(ISQLValue v)
v - an object of type ISQLValue
RuntimeException - iff there is a conversion errorpublic String getString()
public void set(String v)
v - a string value
RuntimeException - iff there is a conversion errorpublic boolean isNull()
true if the value is null.
public void setNull(boolean flag)
flag - true iff value is a SQL NULL
|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||