Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wyouflf/xUtils3
/ isEmpty
Method
isEmpty
xutils/src/main/java/org/xutils/db/table/DbModel.java:117–119 ·
view source on GitHub ↗
列数据是否空
(String columnName)
Source
from the content-addressed store, hash-verified
115
* 列数据是否空
116
*/
117
public
boolean isEmpty(String columnName) {
118
return
TextUtils.isEmpty(dataMap.get(columnName));
119
}
120
}
Callers
15
setDbName
Method · 0.80
getDiskCache
Method · 0.80
get
Method · 0.80
put
Method · 0.80
getDiskCacheFile
Method · 0.80
run
Method · 0.80
deleteExpiry
Method · 0.80
trimToSize
Method · 0.80
getMessage
Method · 0.80
doLoadDrawable
Method · 0.80
doLoadFile
Method · 0.80
doBind
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected