Lines Matching full:updateobject
1133 public void updateObject(int colIndex, Object obj) throws SQLException {
1137 public void updateObject(int colIndex, Object obj, int s)
1237 public void updateObject(String colName, Object obj)
1240 updateObject(col, obj);
1243 public void updateObject(String colName, Object obj, int s)
1246 updateObject(col, obj, s);