MCPcopy
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

isSelectAllMethod · 0.95
columnInfoMethod · 0.95
getTableNameMethod · 0.45
setDefaultTableFunction · 0.45
onAddMethod · 0.45

Calls 3

tableNameForMethod · 0.95
getTableNameMethod · 0.80
modelClassMethod · 0.45

Tested by

no test coverage detected