Lines Matching refs:Timestamp

2147                 long sec = ((java.sql.Timestamp)value).getTime();
2210 long sec = ((java.sql.Timestamp)value).getTime();
2234 * <code>java.sql.Timestamp</code> object.
2244 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException {
2270 return (java.sql.Timestamp)value;
2274 return new java.sql.Timestamp(sec);
2278 return new java.sql.Timestamp(sec);
2285 return ((java.sql.Timestamp)(tf.parse(value.toString())));
2710 * of the current row as a <code>java.sql.Timestamp</code> object.
2720 public java.sql.Timestamp getTimestamp(String columnName) throws SQLException {
4066 * <TD><code>java.sql.Timestamp</code>
4109 return new java.sql.Date(((java.sql.Timestamp)srcObj).getTime());
4115 return new Timestamp(((java.sql.Time)srcObj).getTime());
4117 return new Timestamp(((java.sql.Date)srcObj).getTime());
4121 return new Time(((java.sql.Timestamp)srcObj).getTime());
4660 * <code>Timestamp</code> object.
4682 public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException {
5263 * <code>Timestamp</code> object.
5287 public void updateTimestamp(String columnName, java.sql.Timestamp x) throws SQLException {
6157 * of this <code>CachedRowSetImpl</code> object as a <code>java.sql.Timestamp</code>
6174 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
6212 return new java.sql.Timestamp(cal.getTime().getTime());
6218 * <code>java.sql.Timestamp</code> object, using the given
6234 public java.sql.Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException {
9166 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value,
9186 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal)
9896 * Sets the designated parameter to the given <code>java.sql.Timestamp</code> value.
9910 public void setTimestamp(String parameterName, java.sql.Timestamp x)