MCPcopy Create free account
hub / github.com/MariaDB/server / SetTimestampParm

Method SetTimestampParm

storage/connect/JdbcInterface.java:229–236  ·  view source on GitHub ↗
(int i, Timestamp t)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

SetErrmsgMethod · 0.95

Tested by

no test coverage detected