|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ora.jsp.sql.Value | +--com.ora.jsp.sql.value.TimestampValue
This class represents a Timestamp value used by the SQL tags.
Field Summary | |
private java.sql.Timestamp |
value
|
Constructor Summary | |
TimestampValue(java.sql.Timestamp value)
|
Method Summary | |
java.lang.String |
getString()
This method must be implemented by all subclasses. |
java.sql.Timestamp |
getTimestamp()
|
Methods inherited from class com.ora.jsp.sql.Value |
getBigDecimal, getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getObject, getShort, getTime |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.sql.Timestamp value
Constructor Detail |
public TimestampValue(java.sql.Timestamp value)
Method Detail |
public java.sql.Timestamp getTimestamp()
getTimestamp
in class Value
public java.lang.String getString()
Value
getString
in class Value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |