Searched defs:setTimestamp (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DExpiringCache.java54 void setTimestamp(long timestamp) { this.timestamp = timestamp; } method in class:ExpiringCache.Entry
90 entry.setTimestamp(System.currentTimeMillis());
/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java293 void setTimestamp(int parameterIndex, java.sql.Timestamp x) method in interface:PreparedStatement
676 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) method in interface:PreparedStatement
H A DCallableStatement.java356 * @see #setTimestamp
568 * @see #setTimestamp
1026 void setTimestamp(String parameterName, java.sql.Timestamp x) method in interface:CallableStatement
1295 void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) method in interface:CallableStatement
1530 * @see #setTimestamp
1739 * @see #setTimestamp
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java854 void setTimestamp(int parameterIndex, java.sql.Timestamp x) method in interface:RowSet
872 void setTimestamp(String parameterName, java.sql.Timestamp x) method in interface:RowSet
1801 void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) method in interface:RowSet
1825 void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) method in interface:RowSet
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java212 * <code>setTime</code>, and <code>setTimestamp</code> can take a <code>Calendar</code>
2092 * <code>setTimestamp</code>
2109 public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException { method in class:BaseRowSet
2112 throw new SQLException("Set initParams() before setTimestamp");
3071 * <code>setTimestamp</code>
3100 public void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) throws SQLException { method in class:BaseRowSet
3108 throw new SQLException("Set initParams() before setTimestamp");
3470 public void setTimestamp(String parameterName, java.sql.Timestamp x) method in class:BaseRowSet
4171 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) method in class:BaseRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java6119 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) method in class:JdbcRowSetImpl
6831 public void setTimestamp(String parameterName, java.sql.Timestamp x) method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java9186 public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) method in class:CachedRowSetImpl
9910 public void setTimestamp(String parameterName, java.sql.Timestamp x) method in class:CachedRowSetImpl

Completed in 132 milliseconds