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

Method getSql

src/main/java/com/sql/parse/statement/Insert.java:15–16  ·  view source on GitHub ↗
(boolean safe)

Source from the content-addressed store, hash-verified

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

Callers 15

testParseMethod · 0.95
testInsertWithValueMethod · 0.95
testInsertAddColumnMethod · 0.95
testInsertWithSelectMethod · 0.95
testParseMethod · 0.95
testInsertWithValueMethod · 0.95
testInsertAddColumnMethod · 0.95

Calls

no outgoing calls

Tested by 15

testParseMethod · 0.76
testInsertWithValueMethod · 0.76
testInsertAddColumnMethod · 0.76
testInsertWithSelectMethod · 0.76
testParseMethod · 0.76
testInsertWithValueMethod · 0.76
testInsertAddColumnMethod · 0.76