Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Close
Method
Close
internal/dbmanager/client.go:31–31 ·
view source on GitHub ↗
(context.Context)
Source
from the content-addressed store, hash-verified
29
type
Client
interface
{
30
CreateDatabase(context.Context, *CreateDatabaseRequest) (*CreateDatabaseResponse, error)
31
Close(context.Context)
32
}
33
34
var
flight singleflight.Group
Callers
15
scanRelations
Function · 0.65
scanProcs
Function · 0.65
run
Function · 0.65
CreateDatabase
Method · 0.65
Close
Method · 0.65
Close
Method · 0.65
Close
Method · 0.65
Close
Method · 0.65
TestAnalyzer_Analyze
Function · 0.65
TestAnalyzer_InvalidQuery
Function · 0.65
Analyze
Method · 0.65
Close
Method · 0.65
Implementers
1
ManagedClient
internal/dbmanager/client.go
Calls
no outgoing calls
Tested by
15
TestAnalyzer_Analyze
Function · 0.52
TestAnalyzer_InvalidQuery
Function · 0.52
GetColumnNames
Method · 0.52
GetColumnNames
Method · 0.52
TestExpandPostgreSQL
Function · 0.52
TestExpandMySQL
Function · 0.52
TestExpandSQLite
Function · 0.52
TestFormat
Function · 0.52
TestExamplesVet
Function · 0.52
TestBooks
Function · 0.52
TestBooks
Function · 0.52
TestBooks
Function · 0.52