MCPcopy Create free account
hub / github.com/PostHog/duckgres / Close

Method Close

server/sqlcore/interfaces.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27// it is unavailable; DatabaseTypeName remains the projected result type used
28// by existing pgwire result handling.
29type ExactColumnTyper interface {
30 ColumnTyper
31 ExactDatabaseTypeName() (name string, ok bool)
32}

Callers 15

runQueryLogWriterFunction · 0.65
mainFunction · 0.65
checkSocketDirWritableFunction · 0.65
doOneMethod · 0.65
PreBindSocketsMethod · 0.65
takePreboundMethod · 0.65
releaseWorkerSocketMethod · 0.65
closeAllPreboundMethod · 0.65
SpawnWorkerMethod · 0.65
waitForWorkerFunction · 0.65

Implementers 10

staticCountRowSetserver/session_database_metadata_test.
LocalRowSetserver/executor.go
describeStaticRowSetserver/conn_describe_test.go
feedbackErrRowsserver/conn_querylog_feedback_test.go
attachedCatalogProbeRowSetserver/session_database_metadata_remot
streamingRowSetserver/conn_querylog_lifecycle_test.go
singleIntRowserver/sessionmeta/sessionmeta_test.go
FlightRowSetserver/flightclient/flight_executor.go
emptyRowSetserver/flightclient/flight_executor.go
emptySchemaRowSetserver/flightclient/flight_executor.go

Calls

no outgoing calls