Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ Pool
Method
Pool
catalog/provider.go:387–389 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
385
386
func
(prov *DatabaseProvider) Storage() *stdsql.DB {
387
return
prov.storage
388
}
389
390
func
(prov *DatabaseProvider) Pool() *ConnectionPool {
391
return
prov.pool
392
}
Callers
15
Build
Method · 0.80
ConnectionClosed
Method · 0.80
ComInitDB
Method · 0.80
CurrentSchemaOfUnderlyingConn
Method · 0.80
NewSessionBuilder
Function · 0.80
GetConn
Method · 0.80
GetCatalogConn
Method · 0.80
GetTxn
Method · 0.80
GetCatalogTxn
Method · 0.80
TryGetTxn
Method · 0.80
GetCurrentCatalog
Method · 0.80
GetCurrentSchema
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected