Searched defs:getDate (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DInvalidityDate.java49 public Date getDate() { method in class:InvalidityDate
/libcore/luni/src/main/java/java/sql/
H A DTime.java78 public int getDate() { method in class:Time
H A DCallableStatement.java286 public Date getDate(int parameterIndex) throws SQLException; method in interface:CallableStatement
307 public Date getDate(int parameterIndex, Calendar cal) throws SQLException; method in interface:CallableStatement
321 public Date getDate(String parameterName) throws SQLException; method in interface:CallableStatement
341 public Date getDate(String parameterName, Calendar cal) throws SQLException; method in interface:CallableStatement
H A DResultSet.java54 * data from columns in the current row, such as {@code getDate} and {@code
559 public Date getDate(int columnIndex) throws SQLException; method in interface:ResultSet
574 public Date getDate(int columnIndex, Calendar cal) throws SQLException; method in interface:ResultSet
587 public Date getDate(String columnName) throws SQLException; method in interface:ResultSet
602 public Date getDate(String columnName, Calendar cal) throws SQLException; method in interface:ResultSet
/libcore/luni/src/main/java/java/security/cert/
H A DPKIXParameters.java321 public Date getDate() { method in class:PKIXParameters
/libcore/luni/src/main/java/java/util/
H A DDate.java242 public int getDate() { method in class:Date
/libcore/luni/src/main/java/java/net/
H A DURLConnection.java336 public long getDate() { method in class:URLConnection

Completed in 718 milliseconds