MCPcopy Create free account
hub / github.com/fast-sql/FastSQL / getInClause

Method getInClause

src/main/java/top/fastsql/util/FastSqlUtils.java:25–62  ·  view source on GitHub ↗

根据列表获取IN语句 eg. 1,2,3 返回 (1,2,3) eg. "1","q","u" 返回 ('1','q','u') @param collection 列表 @return IN语句

(Collection<?> collection)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

inMethod · 0.95
IN_varMethod · 0.95
NOT_IN_varMethod · 0.95
INMethod · 0.95
NOT_INMethod · 0.95

Calls 5

appendNoQuotesMethod · 0.95
appendWithQuotesMethod · 0.95
iteratorMethod · 0.80
appendMethod · 0.80
toStringMethod · 0.45

Tested by 1

inMethod · 0.76