MCPcopy Create free account
hub / github.com/apecloud/myduckserver / ComExecuteBound

Method ComExecuteBound

pgserver/handler.go:31–31  ·  view source on GitHub ↗

ComExecuteBound is called when a connection receives a request to execute a prepared statement that has already bound to a set of values.

(ctx context.Context, conn *mysql.Conn, portal PortalData, callback func(*Result) error)

Source from the content-addressed store, hash-verified

29 ComBind(ctx context.Context, c *mysql.Conn, prepared PreparedStatementData, bindVars []any) ([]pgproto3.FieldDescription, error)
30 // ComExecuteBound is called when a connection receives a request to execute a prepared statement that has already bound to a set of values.
31 ComExecuteBound(ctx context.Context, conn *mysql.Conn, portal PortalData, callback func(*Result) error) error
32 // ComPrepareParsed is called when a connection receives a prepared statement query that has already been parsed.
33 ComPrepareParsed(ctx context.Context, c *mysql.Conn, query string, parsed tree.Statement) (*duckdb.Stmt, []uint32, []pgproto3.FieldDescription, error)
34 // ComQuery is called when a connection receives a query. Note the contents of the query slice may change

Callers 1

handleExecuteMethod · 0.65

Implementers 1

DuckHandlerpgserver/duck_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected