Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:updateint

1027     public void updateInt(int colIndex, int b) throws SQLException {
1162 public void updateInt(String colName, int b) throws SQLException {
1164 updateInt(col, b);