Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getTableName
Method
getTableName
src/redempt/redlib/sql/SQLCache.java:45–47 ·
view source on GitHub ↗
@return The name of the table this SQLCache is for
()
Source
from the content-addressed store, hash-verified
43
* @
return
The name of the table this SQLCache is
for
44
*/
45
public
String getTableName() {
46
return
tableName;
47
}
48
49
/**
50
* @
return
The name of the column this SQLCache is
for
Callers
1
getMatchingCaches
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected