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

Function prepared

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

Source from the content-addressed store, hash-verified

205 }
206
207 function prepared(q) {
208 return Buffer.concat([
209 Bind(q.parameters, q.statement.types, q.statement.name, q.cursorName),
210 q.cursorFn
211 ? Execute('', q.cursorRows)
212 : ExecuteUnnamed
213 ])
214 }
215
216 function unnamed(q) {
217 return Buffer.concat([

Callers 3

toBufferFunction · 0.70
unnamedFunction · 0.70
ParameterDescriptionFunction · 0.70

Calls 2

BindFunction · 0.70
ExecuteFunction · 0.70

Tested by

no test coverage detected