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

Method getSql

src/main/java/com/sql/parse/statement/Update.java:13–14  ·  view source on GitHub ↗
(boolean safe)

Source from the content-addressed store, hash-verified

11 */
12public abstract class Update extends Statement {
13 @Override
14 public abstract String getSql(boolean safe);
15
16 /**
17 * @title: addColumn

Callers 15

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

Calls

no outgoing calls

Tested by 15

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