Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:updateString

1011 	updateString(colIndex, b ? "1" : "0");
1068 public void updateString(int colIndex, String s) throws SQLException {
1134 updateString(colIndex, obj.toString());
1139 updateString(colIndex, obj.toString());
1188 public void updateString(String colName, String s) throws SQLException {
1190 updateString(col, s);