Searched refs:theDate (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DDate.java61 * milliseconds time value {@code theDate}.
63 * @param theDate
70 public Date(long theDate) { argument
71 super(normalizeTime(theDate));
H A DTimestamp.java65 * @param theDate
81 public Timestamp(int theYear, int theMonth, int theDate, int theHour, argument
84 super(theYear, theMonth, theDate, theHour, theMinute, theSecond);
427 Date theDate;
429 theDate = df.parse(s, pp);
434 if (theDate == null) {
500 Timestamp theTimestamp = new Timestamp(theDate.getTime());
H A DSQLOutput.java146 * @param theDate
152 public void writeDate(Date theDate) throws SQLException; argument
H A DPreparedStatement.java312 * @param theDate
318 public void setDate(int parameterIndex, Date theDate) throws SQLException; argument
331 * @param theDate
342 public void setDate(int parameterIndex, Date theDate, Calendar cal) argument
H A DCallableStatement.java1044 * @param theDate
1049 public void setDate(String parameterName, Date theDate) throws SQLException; argument
1061 * @param theDate
1071 public void setDate(String parameterName, Date theDate, Calendar cal) argument
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java836 * @param theDate
841 public void setDate(int parameterIndex, Date theDate) throws SQLException; argument
852 * @param theDate
860 public void setDate(int parameterIndex, Date theDate, Calendar theCalendar) argument
870 * @param theDate
875 public void setDate(String parameterName, Date theDate) throws SQLException; argument
884 * @param theDate
892 public void setDate(String parameterName, Date theDate, Calendar theCalendar) argument

Completed in 86 milliseconds