MCPcopy
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
951type unlockStatementImpl struct {
952}
953
954func (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