MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / update

Method update

Utils/src/eu/the5zig/util/db/Database.java:73–75  ·  view source on GitHub ↗

Executes a MySQL Update with a PreparedStatement and given fields. @param query The Prepared Statement Query. Use ? for fields. @param fields The Fields that should be inserted into the Statement.

(final String query, final Object... fields)

Source from the content-addressed store, hash-verified

71 * @param fields The Fields that should be inserted into the Statement.
72 */
73 public void update(final String query, final Object... fields) {
74 update(null, query, fields);
75 }
76
77 /**
78 * Executes a MySQL Update with a PreparedStatement and given fields.

Callers 2

hexDigestMethod · 0.45
hashMethod · 0.45

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected