Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertAlterDatabaseStmt
Method
convertAlterDatabaseStmt
internal/engine/dolphin/convert.go:788–790 ·
view source on GitHub ↗
(n *pcast.AlterDatabaseStmt)
Source
from the content-addressed store, hash-verified
786
}
787
788
func
(c *cc) convertAlterDatabaseStmt(n *pcast.AlterDatabaseStmt) ast.Node {
789
return
todo(n)
790
}
791
792
func
(c *cc) convertAlterInstanceStmt(n *pcast.AlterInstanceStmt) ast.Node {
793
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected