Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:updateTimestamp

1108     public void updateTimestamp(int colIndex, java.sql.Timestamp t)
1210 public void updateTimestamp(String colName, java.sql.Timestamp t)
1213 updateTimestamp(col, t);