MCPcopy Create free account
hub / github.com/porsager/postgres / describe

Function describe

cjs/src/connection.js:200–205  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

198 }
199
200 function describe(q) {
201 return Buffer.concat([
202 Parse(q.statement.string, q.parameters, q.statement.types, q.statement.name),
203 Describe('S', q.statement.name)
204 ])
205 }
206
207 function prepared(q) {
208 return Buffer.concat([

Callers 1

toBufferFunction · 0.70

Calls 2

ParseFunction · 0.70
DescribeFunction · 0.70

Tested by

no test coverage detected