MCPcopy Create free account
hub / github.com/SPLWare/esProc / updateBoolean

Method updateBoolean

src/main/java/com/esproc/jdbc/ResultSet.java:1721–1725  ·  view source on GitHub ↗

Updates the designated column with a boolean value. The updater methods are used to update column values in the current row or the insert row. The updater methods do not update the underlying database; instead the updateRow or insertRow methods are called to update the database. @param columnIndex

(int columnIndex, boolean x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

logMethod · 0.95
debugMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.45

Tested by

no test coverage detected