MCPcopy
hub / github.com/eveningkid/denodb / table

Method table

lib/query-builder.ts:87–90  ·  view source on GitHub ↗
(table: string)

Source from the content-addressed store, hash-verified

85 }
86
87 table(table: string) {
88 this._query.table = table;
89 return this;
90 }
91
92 get() {
93 this._query.type = "select";

Callers 15

dropMethod · 0.80
truncateMethod · 0.80
createTableMethod · 0.80
getMethod · 0.80
createMethod · 0.80
findMethod · 0.80
updateMethod · 0.80
deleteByIdMethod · 0.80
deleteMethod · 0.80
countMethod · 0.80
minMethod · 0.80
maxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected