(int i, Timestamp t)
| 227 | } // end of SetDoubleParm |
| 228 | |
| 229 | public void SetTimestampParm(int i, Timestamp t) { |
| 230 | try { |
| 231 | pstmt.setTimestamp(i, t); |
| 232 | } catch (Exception e) { |
| 233 | SetErrmsg(e); |
| 234 | } // end try/catch |
| 235 | |
| 236 | } // end of SetTimestampParm |
| 237 | |
| 238 | public void SetUuidParm(int i, String s) { |
| 239 | try { |