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

Method SetDoubleParm

storage/connect/JdbcInterface.java:220–227  ·  view source on GitHub ↗
(int i, double d)

Source from the content-addressed store, hash-verified

218 } // end of SetFloatParm
219
220 public void SetDoubleParm(int i, double d) {
221 try {
222 pstmt.setDouble(i, d);
223 } catch (Exception e) {
224 SetErrmsg(e);
225 } // end try/catch
226
227 } // end of SetDoubleParm
228
229 public void SetTimestampParm(int i, Timestamp t) {
230 try {

Callers

nothing calls this directly

Calls 1

SetErrmsgMethod · 0.95

Tested by

no test coverage detected