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

Function Execute

cf/src/connection.js:984–989  ·  view source on GitHub ↗
(portal = '', rows = 0)

Source from the content-addressed store, hash-verified

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

Callers 2

preparedFunction · 0.70
PortalSuspendedFunction · 0.70

Calls 1

endMethod · 0.65

Tested by

no test coverage detected