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

Method dropIfExists

lib/query-builder.ts:120–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 dropIfExists() {
121 this._query.type = "drop";
122 this._query.ifExists = true;
123 return this;
124 }
125
126 truncate() {
127 this._query.type = "truncate";

Callers 1

dropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected