MCPcopy 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
788func (c *cc) convertAlterDatabaseStmt(n *pcast.AlterDatabaseStmt) ast.Node {
789 return todo(n)
790}
791
792func (c *cc) convertAlterInstanceStmt(n *pcast.AlterInstanceStmt) ast.Node {
793 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected