MCPcopy Index your code
hub / github.com/Nemo1870/sql-parse / getSql

Method getSql

src/main/java/com/sql/parse/statement/Select.java:19–20  ·  view source on GitHub ↗
(boolean safe)

Source from the content-addressed store, hash-verified

17 protected boolean isChangeColumn;
18
19 @Override
20 public abstract String getSql(boolean safe);
21
22 /**
23 * @title: addColumn

Callers 15

testParseMethod · 0.95
testSelectWithWhereMethod · 0.95
testSelectWithAndMethod · 0.95
testSelectWithOrMethod · 0.95
testSelectWithJoinMethod · 0.95

Calls

no outgoing calls

Tested by 15

testParseMethod · 0.76
testSelectWithWhereMethod · 0.76
testSelectWithAndMethod · 0.76
testSelectWithOrMethod · 0.76
testSelectWithJoinMethod · 0.76