Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DDate.java70 public Date(long theDate) { in Date() argument
71 super(normalizeTime(theDate)); in Date()
DPreparedStatement.java318 public void setDate(int parameterIndex, Date theDate) throws SQLException; in setDate() argument
342 public void setDate(int parameterIndex, Date theDate, Calendar cal) in setDate() argument
DTimestamp.java81 public Timestamp(int theYear, int theMonth, int theDate, int theHour, in Timestamp() argument
84 super(theYear, theMonth, theDate, theHour, theMinute, theSecond); in Timestamp()
DSQLOutput.java152 public void writeDate(Date theDate) throws SQLException; in writeDate() argument
DCallableStatement.java1049 public void setDate(String parameterName, Date theDate) throws SQLException; in setDate() argument
1071 public void setDate(String parameterName, Date theDate, Calendar cal) in setDate() argument
/libcore/luni/src/main/java/javax/sql/
DRowSet.java841 public void setDate(int parameterIndex, Date theDate) throws SQLException; in setDate() argument
860 public void setDate(int parameterIndex, Date theDate, Calendar theCalendar) in setDate() argument
875 public void setDate(String parameterName, Date theDate) throws SQLException; in setDate() argument
892 public void setDate(String parameterName, Date theDate, Calendar theCalendar) in setDate() argument