Uses of Class
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLPrivilegeType

Packages that use SQLPrivilegeType
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd   
 

Uses of SQLPrivilegeType in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd that return SQLPrivilegeType
 SQLPrivilegeType SQLPrivTypeGrant.getPrivType()
           
static SQLPrivilegeType SQLPrivilegeType.getRequirePrivilege(String priv)
           
static SQLPrivilegeType SQLPrivilegeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SQLPrivilegeType[] SQLPrivilegeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type SQLPrivilegeType
static SQLPrivTypeGrant SQLPrivTypeGrant.getSQLPrivTypeGrant(SQLPrivilegeType privType, boolean isGrant)
          Find matching enum
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.