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

Method removeAllWhere

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

@title: and @desc 移除where条件

()

Source from the content-addressed store, hash-verified

32 * @desc 移除where条件
33 */
34 public abstract Update removeAllWhere();
35
36 /**
37 * @title: and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected