MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / addColumn

Method addColumn

src/main/java/com/sql/parse/statement/Update.java:20–20  ·  view source on GitHub ↗

@title: addColumn @desc 新增update数据

(UpdateItem updateItem)

Source from the content-addressed store, hash-verified

18 * @desc 新增update数据
19 */
20 public abstract Update addColumn(UpdateItem updateItem);
21
22 public abstract Update addColumn(String column, String value);
23

Callers 15

testSimpleUpdateMethod · 0.95
testUpdateAddColumnMethod · 0.95
testUpdateWithWhereMethod · 0.95
testUpdateWithAndMethod · 0.95
testUpdateWithOrMethod · 0.95
testSimpleUpdateMethod · 0.95
testUpdateAddColumnMethod · 0.95
testUpdateWithWhereMethod · 0.95
testUpdateWithAndMethod · 0.95
testUpdateWithOrMethod · 0.95
testSimpleUpdateMethod · 0.95
testUpdateAddColumnMethod · 0.95

Calls

no outgoing calls

Tested by 15

testSimpleUpdateMethod · 0.76
testUpdateAddColumnMethod · 0.76
testUpdateWithWhereMethod · 0.76
testUpdateWithAndMethod · 0.76
testUpdateWithOrMethod · 0.76
testSimpleUpdateMethod · 0.76
testUpdateAddColumnMethod · 0.76
testUpdateWithWhereMethod · 0.76
testUpdateWithAndMethod · 0.76
testUpdateWithOrMethod · 0.76
testSimpleUpdateMethod · 0.76
testUpdateAddColumnMethod · 0.76