Uses of Class
gudusoft.gsqlparser.nodes.hive.THivePrincipalName
Packages that use THivePrincipalName
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of THivePrincipalName in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type THivePrincipalNameModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THivePrincipalName node) voidTParseTreeVisitor.preVisit(THivePrincipalName node) -
Uses of THivePrincipalName in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return THivePrincipalNameModifier and TypeMethodDescriptionTHiveShowGrantSqlNode.getPrincipalName()THiveShowRoleGrantSqlNode.getPrincipalName()Methods in gudusoft.gsqlparser.nodes.hive that return types with arguments of type THivePrincipalNameModifier and TypeMethodDescriptionTHiveGrantRoleSqlNode.getPrincipals()THiveGrantSqlNode.getPrincipals() -
Uses of THivePrincipalName in gudusoft.gsqlparser.stmt.hive
Methods in gudusoft.gsqlparser.stmt.hive that return THivePrincipalNameModifier and TypeMethodDescriptionTHiveShowGrant.getPrincipalName()THiveShowRoleGrant.getPrincipalName()Methods in gudusoft.gsqlparser.stmt.hive that return types with arguments of type THivePrincipalNameModifier and TypeMethodDescriptionTHiveGrant.getPrincipals()THiveGrantRole.getPrincipals()THiveRevoke.getPrincipals()THiveRevokeRole.getPrincipals()Methods in gudusoft.gsqlparser.stmt.hive with parameters of type THivePrincipalNameModifier and TypeMethodDescriptionvoidTHiveShowGrant.setPrincipalName(THivePrincipalName principalName) voidTHiveShowRoleGrant.setPrincipalName(THivePrincipalName principalName) Method parameters in gudusoft.gsqlparser.stmt.hive with type arguments of type THivePrincipalNameModifier and TypeMethodDescriptionvoidTHiveGrant.setPrincipals(TPTNodeList<THivePrincipalName> principals) voidTHiveGrantRole.setPrincipals(TPTNodeList<THivePrincipalName> principals) voidTHiveRevoke.setPrincipals(TPTNodeList<THivePrincipalName> principals) voidTHiveRevokeRole.setPrincipals(TPTNodeList<THivePrincipalName> principals)