TimestampValuepublic class TimestampValue extends com.ora.jsp.sql.Value This class represents a Timestamp value used by the SQL tags. |
Fields Summary |
---|
private Timestamp | value |
Constructors Summary |
---|
public TimestampValue(Timestamp value)
this.value = value;
|
|