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

Method removeAllWhere

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

@title: removeAllWhere @desc 移除where条件

()

Source from the content-addressed store, hash-verified

44 * @desc 移除where条件
45 */
46 public abstract Select removeAllWhere();
47
48 /**
49 * @title: and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected