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

Method SetFloatParm

storage/connect/JdbcInterface.java:211–218  ·  view source on GitHub ↗
(int i, float f)

Source from the content-addressed store, hash-verified

209 } // end of SetBigintParm
210
211 public void SetFloatParm(int i, float f) {
212 try {
213 pstmt.setFloat(i, f);
214 } catch (Exception e) {
215 SetErrmsg(e);
216 } // end try/catch
217
218 } // end of SetFloatParm
219
220 public void SetDoubleParm(int i, double d) {
221 try {

Callers

nothing calls this directly

Calls 1

SetErrmsgMethod · 0.95

Tested by

no test coverage detected