Home
last modified time | relevance | path

Searched defs:getTimestamp (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/security/
DTimestamp.java104 public Date getTimestamp() { in getTimestamp() method in Timestamp
DCodeSigner.java99 public Timestamp getTimestamp() { in getTimestamp() method in CodeSigner
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java694 public Timestamp getTimestamp(int parameterIndex) throws SQLException; in getTimestamp() method
713 public Timestamp getTimestamp(int parameterIndex, Calendar cal) in getTimestamp() method
729 public Timestamp getTimestamp(String parameterName) throws SQLException; in getTimestamp() method
747 public Timestamp getTimestamp(String parameterName, Calendar cal) in getTimestamp() method
DResultSet.java984 public Timestamp getTimestamp(int columnIndex) throws SQLException; in getTimestamp() method
1000 public Timestamp getTimestamp(int columnIndex, Calendar cal) in getTimestamp() method
1014 public Timestamp getTimestamp(String columnName) throws SQLException; in getTimestamp() method
1030 public Timestamp getTimestamp(String columnName, Calendar cal) in getTimestamp() method