TimestampColumnpublic class TimestampColumn extends com.ora.jsp.sql.Column This class represents a Timestamp column. |
Fields Summary |
---|
private Timestamp | value |
Constructors Summary |
---|
public TimestampColumn(String name, Timestamp value)
super(name);
this.value = value;
|
|