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

Method where

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

@title: where @desc "WHERE"符号

(String expr)

Source from the content-addressed store, hash-verified

17 * @desc "WHERE"符号
18 */
19 public abstract Delete where(String expr);
20
21 /**
22 * @title: and

Callers 9

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

Calls

no outgoing calls

Tested by 9

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