| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBaseParser.RolePrincipalContext |
static class |
SqlBaseParser.UnspecifiedPrincipalContext |
static class |
SqlBaseParser.UserPrincipalContext |
| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.PrincipalContext |
SqlBaseParser.RevokeContext.grantee |
SqlBaseParser.PrincipalContext |
SqlBaseParser.GrantContext.grantee |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.PrincipalContext |
SqlBaseParser.principal() |
SqlBaseParser.PrincipalContext |
SqlBaseParser.RevokeContext.principal() |
SqlBaseParser.PrincipalContext |
SqlBaseParser.GrantContext.principal() |
SqlBaseParser.PrincipalContext |
SqlBaseParser.SpecifiedPrincipalContext.principal() |
SqlBaseParser.PrincipalContext |
SqlBaseParser.RevokeRolesContext.principal(int i) |
SqlBaseParser.PrincipalContext |
SqlBaseParser.GrantRolesContext.principal(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.PrincipalContext> |
SqlBaseParser.RevokeRolesContext.principal() |
List<SqlBaseParser.PrincipalContext> |
SqlBaseParser.GrantRolesContext.principal() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseParser.PrincipalContext.copyFrom(SqlBaseParser.PrincipalContext ctx) |
| Constructor and Description |
|---|
RolePrincipalContext(SqlBaseParser.PrincipalContext ctx) |
UnspecifiedPrincipalContext(SqlBaseParser.PrincipalContext ctx) |
UserPrincipalContext(SqlBaseParser.PrincipalContext ctx) |
Copyright © 2012–2023. All rights reserved.