MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / Close

Method Close

session.go:316–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314}
315
316func (s *Session) Close() {
317 s.client.Close()
318 s.adminClient.Close()
319}
320
321func (s *Session) DatabasePath() string {
322 return fmt.Sprintf("projects/%s/instances/%s/databases/%s", s.projectId, s.instanceId, s.databaseId)

Callers 5

RecreateClientMethod · 0.45
RunInteractiveMethod · 0.45
ExitMethod · 0.45
ExitOnErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected