Home
last modified time | relevance | path

Searched refs:long_from_julian (Results 1 – 2 of 2) sorted by relevance

/libcore/sqlite-jdbc/src/main/java/SQLite/
DDatabase.java828 public static long long_from_julian(double d) { in long_from_julian() method in Database
841 public static long long_from_julian(String s) throws SQLite.Exception { in long_from_julian() method in Database
844 return long_from_julian(d); in long_from_julian()
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java319 return new java.sql.Time(SQLite.Database.long_from_julian(lastg));
327 return new java.sql.Time(SQLite.Database.long_from_julian(lastg));
368 return new java.sql.Timestamp(SQLite.Database.long_from_julian(lastg));
376 return new java.sql.Timestamp(SQLite.Database.long_from_julian(lastg));
419 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
427 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));