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

Method SetIntParm

storage/connect/JdbcInterface.java:184–191  ·  view source on GitHub ↗
(int i, int n)

Source from the content-addressed store, hash-verified

182 } // end of SetStringParm
183
184 public void SetIntParm(int i, int n) {
185 try {
186 pstmt.setInt(i, n);
187 } catch (Exception e) {
188 SetErrmsg(e);
189 } // end try/catch
190
191 } // end of SetIntParm
192
193 public void SetShortParm(int i, short n) {
194 try {

Callers

nothing calls this directly

Calls 1

SetErrmsgMethod · 0.95

Tested by

no test coverage detected