Home | History | Annotate | Download | only in sql

Lines Matching defs:updateString

112  *       rs.updateString("NAME", "AINSWORTH"); // updates the
126 * rs.updateString(1, "AINSWORTH"); // updates the
1687 void updateString(int columnIndex, String x) throws SQLException;
2075 void updateString(String columnLabel, String x) throws SQLException;