File
Doc
Category
Size
Date
Package
TimeValue.java
API Doc
Example
527
Thu Jun 28 16:14:16 BST 2001
com.ora.jsp.sql.value
TimeValue
java.lang.Object
com.ora.jsp.sql.Value
public class TimeValue extends com.ora.jsp.sql.Value
This class represents a Time value used by the SQL tags.
author
Hans Bergsten, Gefion software
version
1.0
Fields Summary
private Time
value
Constructors Summary
public TimeValue
(
Time
value)
this.value = value;
Methods Summary
public
java.lang.String
getString
()
return value.toString();
public
java.sql.Time
getTime
()
return value;
Java Code Source