MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / convertAlterInstanceStmt

Method convertAlterInstanceStmt

internal/engine/dolphin/convert.go:792–794  ·  view source on GitHub ↗
(n *pcast.AlterInstanceStmt)

Source from the content-addressed store, hash-verified

790}
791
792func (c *cc) convertAlterInstanceStmt(n *pcast.AlterInstanceStmt) ast.Node {
793 return todo(n)
794}
795
796func (c *cc) convertAlterTableSpec(n *pcast.AlterTableSpec) ast.Node {
797 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected