Home
last modified time | relevance | path

Searched defs:toSqlTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/threetenbp/src/main/java/org/threeten/bp/
DDateTimeUtils.java214 public static Timestamp toSqlTimestamp(LocalDateTime dateTime) { in toSqlTimestamp() method in DateTimeUtils
249 public static Timestamp toSqlTimestamp(Instant instant) { in toSqlTimestamp() method in DateTimeUtils
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DTimestamp.java152 public java.sql.Timestamp toSqlTimestamp() { in toSqlTimestamp() method in Timestamp