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

Function Execute

cjs/src/connection.js:982–987  ·  view source on GitHub ↗
(portal = '', rows = 0)

Source from the content-addressed store, hash-verified

980 }
981
982 function Execute(portal = '', rows = 0) {
983 return Buffer.concat([
984 b().E().str(portal + b.N).i32(rows).end(),
985 Flush
986 ])
987 }
988
989 function Close(portal = '') {
990 return Buffer.concat([

Callers 2

preparedFunction · 0.70
PortalSuspendedFunction · 0.70

Calls 1

endMethod · 0.65

Tested by

no test coverage detected