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

Function describe

cf/src/connection.js:202–207  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

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

Callers 1

toBufferFunction · 0.70

Calls 2

ParseFunction · 0.70
DescribeFunction · 0.70

Tested by

no test coverage detected