Uses of Class
com.alibaba.druid.sql.ast.statement.SQLPrivilegeItem
-
-
Uses of SQLPrivilegeItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLPrivilegeItem Modifier and Type Field Description protected List<SQLPrivilegeItem>SQLPrivilegeStatement. privilegesMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLPrivilegeItem Modifier and Type Method Description List<SQLPrivilegeItem>SQLPrivilegeStatement. getPrivileges() -
Uses of SQLPrivilegeItem in com.alibaba.druid.sql.dialect.odps.ast
Fields in com.alibaba.druid.sql.dialect.odps.ast with type parameters of type SQLPrivilegeItem Modifier and Type Field Description protected List<SQLPrivilegeItem>OdpsAddTableStatement. privilegesMethods in com.alibaba.druid.sql.dialect.odps.ast that return types with arguments of type SQLPrivilegeItem Modifier and Type Method Description List<SQLPrivilegeItem>OdpsAddTableStatement. getPrivileges() -
Uses of SQLPrivilegeItem in com.alibaba.druid.sql.dialect.odps.parser
Method parameters in com.alibaba.druid.sql.dialect.odps.parser with type arguments of type SQLPrivilegeItem Modifier and Type Method Description protected voidOdpsStatementParser. parsePrivilege(List<SQLPrivilegeItem> privileges, SQLObject parent) -
Uses of SQLPrivilegeItem in com.alibaba.druid.sql.parser
Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLPrivilegeItem Modifier and Type Method Description protected voidSQLStatementParser. parsePrivilege(List<SQLPrivilegeItem> privileges, SQLObject parent) -
Uses of SQLPrivilegeItem in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLPrivilegeItem Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLPrivilegeItem x)booleanSQLASTOutputVisitor. visit(SQLPrivilegeItem x)default booleanSQLASTVisitor. visit(SQLPrivilegeItem x)
-