Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ unlockStatementImpl
Struct
unlockStatementImpl
database/sqlbuilder/statement.go:951–952 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
949
}
950
951
type
unlockStatementImpl
struct
{
952
}
953
954
func
(s *unlockStatementImpl) String(database string) (sql string, err error) {
955
return
"UNLOCK TABLES"
, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected