Uses of Class
com.alibaba.druid.sql.ast.statement.SQLPrivilegeItem
Packages that use SQLPrivilegeItem
Package
Description
-
Uses of SQLPrivilegeItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLPrivilegeItemModifier and TypeFieldDescriptionprotected final List<SQLPrivilegeItem>SQLPrivilegeStatement.privilegesMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLPrivilegeItem -
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 SQLPrivilegeItemModifier and TypeFieldDescriptionprotected final List<SQLPrivilegeItem>OdpsAddTableStatement.privilegesMethods in com.alibaba.druid.sql.dialect.odps.ast that return types with arguments of type SQLPrivilegeItem -
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 SQLPrivilegeItemModifier and TypeMethodDescriptionprotected voidOdpsStatementParser.parsePrivileages(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 SQLPrivilegeItemModifier and TypeMethodDescriptionprotected voidSQLStatementParser.parsePrivileages(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 SQLPrivilegeItemModifier and TypeMethodDescriptionvoidSQLASTOutputVisitor.endVisit(SQLPrivilegeItem x) default voidSQLASTVisitor.endVisit(SQLPrivilegeItem x) booleanSQLASTOutputVisitor.visit(SQLPrivilegeItem x) default booleanSQLASTVisitor.visit(SQLPrivilegeItem x)