MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / AlterRole

Struct AlterRole

parser/ast.go:1891–1897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1889}
1890
1891type AlterRole struct {
1892 AlterPos Pos
1893 StatementEnd Pos
1894 IfExists bool
1895 RoleRenamePairs []*RoleRenamePair
1896 Settings []*RoleSetting
1897}
1898
1899func (a *AlterRole) Pos() Pos {
1900 return a.AlterPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected