MCPcopy 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
386func (prov *DatabaseProvider) Storage() *stdsql.DB {
387 return prov.storage
388}
389
390func (prov *DatabaseProvider) Pool() *ConnectionPool {
391 return prov.pool
392}

Callers 15

BuildMethod · 0.80
ConnectionClosedMethod · 0.80
ComInitDBMethod · 0.80
NewSessionBuilderFunction · 0.80
GetConnMethod · 0.80
GetCatalogConnMethod · 0.80
GetTxnMethod · 0.80
GetCatalogTxnMethod · 0.80
TryGetTxnMethod · 0.80
GetCurrentCatalogMethod · 0.80
GetCurrentSchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected