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

Method getSql

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

Source from the content-addressed store, hash-verified

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

Callers 12

testParseMethod · 0.95
testDeleteWithWhereMethod · 0.95
testDeleteWithAndMethod · 0.95
testDeleteWithOrMethod · 0.95
testParseMethod · 0.95
testDeleteWithWhereMethod · 0.95
testDeleteWithAndMethod · 0.95
testDeleteWithOrMethod · 0.95
testParseMethod · 0.95
testDeleteWithWhereMethod · 0.95
testDeleteWithAndMethod · 0.95
testDeleteWithOrMethod · 0.95

Calls

no outgoing calls

Tested by 12

testParseMethod · 0.76
testDeleteWithWhereMethod · 0.76
testDeleteWithAndMethod · 0.76
testDeleteWithOrMethod · 0.76
testParseMethod · 0.76
testDeleteWithWhereMethod · 0.76
testDeleteWithAndMethod · 0.76
testDeleteWithOrMethod · 0.76
testParseMethod · 0.76
testDeleteWithWhereMethod · 0.76
testDeleteWithAndMethod · 0.76
testDeleteWithOrMethod · 0.76