throw date - Search results
Mailing lists >> pgsql-interfaces >> Thread
2001-05-30 13:22:05 | Re: [JDBC] Re: Trouble with JDBC2 ResultSet.getDate() (Bruce Momjian)
Date.valueOf((s.length() == 10) ? s : s.substring(0,10)); + } catch (NumberFormatException e) { + throw new PSQLException
Mailing lists >> pgsql-interfaces >> Thread
2001-05-11 08:54:58 | Re: Trouble with JDBC2 ResultSet.getDate() (Palle Girgensohn)
Date(df.parse(s).getTime()); - } catch (ParseException e) { - throw new PSQLException("postgresql.res.baddate",new Integer
Mailing lists >> pgsql-interfaces >> Thread
2001-03-20 04:29:33 | Trouble with JDBC2 ResultSet.getDate() (Juhan-Peep Ernits)
Date(df.parse(s).getTime()); } catch (ParseException e) { throw new PSQLException("postgresql.res.baddate",new Integer