Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DCallableStatement.java625 public Time getTime(int parameterIndex) throws SQLException; in getTime() method
645 public Time getTime(int parameterIndex, Calendar cal) throws SQLException; in getTime() method
659 public Time getTime(String parameterName) throws SQLException; in getTime() method
678 public Time getTime(String parameterName, Calendar cal) throws SQLException; in getTime() method
DTimestamp.java287 public long getTime() { in getTime() method in Timestamp
DResultSet.java926 public Time getTime(int columnIndex) throws SQLException; in getTime() method
942 public Time getTime(int columnIndex, Calendar cal) throws SQLException; in getTime() method
955 public Time getTime(String columnName) throws SQLException; in getTime() method
971 public Time getTime(String columnName, Calendar cal) throws SQLException; in getTime() method
/libcore/luni/src/main/java/java/util/zip/
DZipEntry.java174 public long getTime() { in getTime() method in ZipEntry
/libcore/luni/src/main/java/java/util/
DDate.java312 public long getTime() { in getTime() method in Date
DCalendar.java1032 public final Date getTime() { in getTime() method in Calendar