MCPcopy Index your code
hub / github.com/wyouflf/xUtils3 / select

Method select

xutils/src/main/java/org/xutils/db/Selector.java:94–96  ·  view source on GitHub ↗
(String... columnExpressions)

Source from the content-addressed store, hash-verified

92 }
93
94 public DbModelSelector select(String... columnExpressions) {
95 return new DbModelSelector(this, columnExpressions);
96 }
97
98 /**
99 * 排序条件, 默认ASC

Callers 3

countMethod · 0.95
getURIsMethod · 0.45
onTestDbClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected