MCPcopy Index your code
hub / github.com/Effect-TS/effect / executeRaw

Method executeRaw

packages/sql-clickhouse/src/ClickhouseClient.ts:189–191  ·  view source on GitHub ↗
(sql: string, params: ReadonlyArray<unknown>)

Source from the content-addressed store, hash-verified

187 : this.run(sql, params)
188 }
189 executeRaw(sql: string, params: ReadonlyArray<unknown>) {
190 return this.runRaw(sql, params)
191 }
192 executeValues(sql: string, params: ReadonlyArray<unknown>) {
193 return this.run(sql, params, "JSONCompact")
194 }

Callers

nothing calls this directly

Calls 1

runRawMethod · 0.95

Tested by

no test coverage detected