Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ tableName
Method
tableName
lib/queryBuilder/QueryBuilder.js:83–85 ·
view source on GitHub ↗
(newTableName)
Source
from the content-addressed store, hash-verified
81
}
82
83
tableName(newTableName) {
84
return
this.tableNameFor(this.modelClass().getTableName(), newTableName);
85
}
86
87
tableRef() {
88
return
this.tableRefFor(this.modelClass().getTableName());
Callers
6
isSelectAll
Method · 0.95
columnInfo
Method · 0.95
getTableName
Method · 0.45
setDefaultTable
Function · 0.45
onAdd
Method · 0.45
onConvertQueryBuilderBase
Method · 0.45
Calls
3
tableNameFor
Method · 0.95
getTableName
Method · 0.80
modelClass
Method · 0.45
Tested by
no test coverage detected