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

Method where

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

@title: where @desc "WHERE"符号

(String expr)

Source from the content-addressed store, hash-verified

26 * @desc "WHERE"符号
27 */
28 public abstract Update where(String expr);
29
30 /**
31 * @title: and

Callers 14

testUpdateWithWhereMethod · 0.95
testUpdateWithAndMethod · 0.95
testUpdateWithOrMethod · 0.95
testUpdateWithWhereMethod · 0.95
testUpdateWithAndMethod · 0.95
testUpdateWithOrMethod · 0.95
testUpdateWithWhereMethod · 0.95
testUpdateWithAndMethod · 0.95
testUpdateWithOrMethod · 0.95
testComplexSelectMethod · 0.45

Calls

no outgoing calls

Tested by 14

testUpdateWithWhereMethod · 0.76
testUpdateWithAndMethod · 0.76
testUpdateWithOrMethod · 0.76
testUpdateWithWhereMethod · 0.76
testUpdateWithAndMethod · 0.76
testUpdateWithOrMethod · 0.76
testUpdateWithWhereMethod · 0.76
testUpdateWithAndMethod · 0.76
testUpdateWithOrMethod · 0.76
testComplexSelectMethod · 0.36