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

Function BindComplete

cf/src/connection.js:623–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621 }
622
623 function BindComplete() {
624 !result.statement && (result.statement = query.statement)
625 result.columns = query.statement.columns
626 }
627
628 function ParameterDescription(x) {
629 const length = x.readUInt16BE(5)

Callers 1

CommandCompleteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected