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

Function Execute

deno/src/connection.js:985–990  ·  view source on GitHub ↗
(portal = '', rows = 0)

Source from the content-addressed store, hash-verified

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

Callers 2

preparedFunction · 0.70
PortalSuspendedFunction · 0.70

Calls 1

endMethod · 0.65

Tested by

no test coverage detected