Searched defs:getTime (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DTimestamp.java118 long thisTime = this.getTime();
119 long compareTime = theTimestamp.getTime();
150 long thisTime = this.getTime();
151 long compareTime = theTimestamp.getTime();
264 return (this.getTime() == theTimestamp.getTime())
287 public long getTime() { method in class:Timestamp
288 long theTime = super.getTime();
472 Timestamp timestamp = new Timestamp(date.getTime());
H A DCallableStatement.java625 public Time getTime(int parameterIndex) throws SQLException; method in interface:CallableStatement
645 public Time getTime(int parameterIndex, Calendar cal) throws SQLException; method in interface:CallableStatement
659 public Time getTime(String parameterName) throws SQLException; method in interface:CallableStatement
678 public Time getTime(String parameterName, Calendar cal) throws SQLException; method in interface:CallableStatement
H A DResultSet.java926 public Time getTime(int columnIndex) throws SQLException; method in interface:ResultSet
942 public Time getTime(int columnIndex, Calendar cal) throws SQLException; method in interface:ResultSet
955 public Time getTime(String columnName) throws SQLException; method in interface:ResultSet
971 public Time getTime(String columnName, Calendar cal) throws SQLException; method in interface:ResultSet
/libcore/luni/src/main/java/java/util/
H A DDate.java312 public long getTime() { method in class:Date
558 .getTime();
752 * cal.getTime().getTime();</code>
793 stream.writeLong(getTime());
H A DCalendar.java167 * {@code getTime()}, or {@code getTimeInMillis()} is made. Thus,
180 * representation that resolves to October 1, 1999 if {@code getTime()}is
182 * before the call to {@code getTime()} sets the calendar to September
1032 public final Date getTime() { method in class:Calendar
1195 setTimeInMillis(date.getTime());
/libcore/luni/src/main/java/java/util/zip/
H A DZipEntry.java174 public long getTime() { method in class:ZipEntry
181 return cal.getTime().getTime();

Completed in 120 milliseconds