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

Struct CreateRole

parser/ast.go:1649–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1647}
1648
1649type CreateRole struct {
1650 CreatePos Pos
1651 StatementEnd Pos
1652 IfNotExists bool
1653 OrReplace bool
1654 RoleNames []*RoleName
1655 AccessStorageType *Ident
1656 Settings []*RoleSetting
1657}
1658
1659func (c *CreateRole) Pos() Pos {
1660 return c.CreatePos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected