Home
last modified time | relevance | path

Searched defs:theTime (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DTimestamp.java99 public Timestamp(long theTime) { in Timestamp()
288 long theTime = super.getTime(); in getTime() local
319 public void setTime(long theTime) { in setTime()
323 private void setTimeImpl(long theTime) { in setTimeImpl()
DDate.java163 public void setTime(long theTime) { in setTime()
239 private static long normalizeTime(long theTime) { in normalizeTime()
DTime.java64 public Time(long theTime) { in Time()
DSQLOutput.java163 public void writeTime(Time theTime) throws SQLException; in writeTime()
DPreparedStatement.java587 public void setTime(int parameterIndex, Time theTime) throws SQLException; in setTime()
612 public void setTime(int parameterIndex, Time theTime, Calendar cal) in setTime()
DCallableStatement.java1298 public void setTime(String parameterName, Time theTime) throws SQLException; in setTime()
1319 public void setTime(String parameterName, Time theTime, Calendar cal) in setTime()
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1604 public void setTime(int parameterIndex, Time theTime) throws SQLException; in setTime()
1623 public void setTime(int parameterIndex, Time theTime, Calendar theCalendar) in setTime()
1638 public void setTime(String parameterName, Time theTime) throws SQLException; in setTime()
1654 public void setTime(String parameterName, Time theTime, Calendar theCalendar) in setTime()