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

Function NewSQLiteFlightSQLServer

flightsqlserver/sqlite_server.go:224–231  ·  view source on GitHub ↗
(db *sql.DB)

Source from the content-addressed store, hash-verified

222 // every execution stay on the initialized physical connection.
223 ownsConn bool
224 // external is set for provider-owned FlightSQL handles. A standalone
225 // prepared statement owns the external session; a transaction-owned
226 // statement shares the transaction's session and leaves its lifetime to the
227 // transaction finalizer.
228 external *catalog.ExternalSession
229 transaction *transactionState
230 closed atomic.Bool
231 closeOnce sync.Once
232 closeErr error
233}
234

Callers 2

mainFunction · 0.92
SetupSuiteMethod · 0.92

Calls 1

SqlInfoResultMapFunction · 0.85

Tested by 1

SetupSuiteMethod · 0.74