198199200201202203204205206207
} } } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055002", "short", "" + param, column, e.getMessage()), e); } return value; }
212213214215216217218219
{ ((PreparedStatement) ps).setInt(param, value); } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055001", "int", "" + value, column, e.getMessage()), e); } }
233234235236237238239240241242
} } } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055002", "int", "" + param, column, e.getMessage()), e); } return value; }
247248249250251252253254255
{ ((PreparedStatement) ps).setLong(param, value); } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055001", "short", "" + value, column, e.getMessage()), e); } }
269270271272273274275276277278279
286287288289290291292293
// ps.setByte(param, value); ((PreparedStatement) ps).setInt(param, value); } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055001", "byte", "" + value, column, e.getMessage()), e); } }
307308309310311312313314315316
} } } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055002", "byte", "" + param, column, e.getMessage()), e); } return value; }
351352353354355356357358
} } } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055001", "Object", "" + value, column, e.getMessage()), e); } }
377378379380381382383384385386
value = ((ResultSet) rs).wasNull() ? null : new Short(d); } } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055002", "Object", "" + param, column, e.getMessage()), e); } return value; }
106107108109110111112113
{ ((PreparedStatement) ps).setInt(param,value); } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055001","char","" + value, column,e.getMessage()), e); } }