Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:Date

404     public java.sql.Date getDate(int columnIndex) throws SQLException {
408 private java.sql.Date internalGetDate(int columnIndex,
419 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
421 return java.sql.Date.valueOf(lastg);
425 return java.sql.Date.valueOf(lastg);
427 return new java.sql.Date(SQLite.Database.long_from_julian(lastg));
436 public java.sql.Date getDate(String columnName) throws SQLException {
441 public java.sql.Date getDate(int columnIndex, java.util.Calendar cal)
446 public java.sql.Date getDate(String columnName, java.util.Calendar cal)
1090 public void updateDate(int colIndex, java.sql.Date d) throws SQLException {
1198 public void updateDate(String colName, java.sql.Date d)