|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface for associating Timestamp instances with indicies. This interface provides both read and write access to associated Timestamps.
Timestamp| Method Summary | |
java.sql.Timestamp |
getTime(int index)
Returns the timestamp associated with a given index. |
void |
setTime(int index,
java.sql.Timestamp timestamp)
Associates a timestamp with a given index. |
| Method Detail |
public java.sql.Timestamp getTime(int index)
index - the index of the desired timestamp.
public void setTime(int index,
java.sql.Timestamp timestamp)
index - an index with which to associate the timestamp.timestamp - the target timestamp.
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||